Class tred.TextAreaPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tred.TextAreaPanel

java.lang.Object
   |
   +----tred.EditorObject
           |
           +----tred.EditorPanel
                   |
                   +----tred.TextAreaPanel

public class TextAreaPanel
extends EditorPanel
implementation to TextArea

Method Index

 o getState(String)
This method is invoked in order to get the state of this panel for export.
 o paint(Graphics)
This method is invoked when this panel is draw into the screen.
 o reset()
Subclasses which have something to reset should override this method.
 o setFont(Font)
This method should be overridden in order to invoke setFont for every subComponent
 o textArea()

Methods

 o textArea
  public TextArea textArea()
 o reset
  public void reset()
Subclasses which have something to reset should override this method.
Overrides:
reset in class EditorPanel
 o setFont
  public final void setFont(Font font)
This method should be overridden in order to invoke setFont for every subComponent
Overrides:
setFont in class EditorObject
 o getState
  public String getState(String str)
This method is invoked in order to get the state of this panel for export.
Overrides:
getState in class EditorPanel
 o paint
  public boolean paint(Graphics g)
This method is invoked when this panel is draw into the screen.
Overrides:
paint in class EditorPanel

All Packages  Class Hierarchy  This Package  Previous  Next  Index