Klasse OurTextArea

Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class OurTextArea extends TextArea
This class extends visualisation.TextArea and provides an example of its usage. It overrides constructors and the print() method.
Siehe auch:
  • Felddetails

    • serialVersionUID

      private static final long serialVersionUID
      Siehe auch:
  • Konstruktordetails

    • OurTextArea

      public OurTextArea()
      Default constructor for creating an instance of OurTextArea. Initializes with default settings.
    • OurTextArea

      public OurTextArea(LogElementList<OurLogElement> logList)
      Extended constructor for creating an instance of OurTextArea. Sets the initial LogElementList of OurLogElement as the log list.
      Parameter:
      logList - the LogElementList containing OurLogElement objects for the text area's log.
  • Methodendetails

    • print

      public boolean print()
      Outputs the description of a log element to the text area.
      Setzt außer Kraft:
      print in Klasse TextArea
      Gibt zurück:
      true if the operation is successful, false otherwise.