Class tred.EditorButton
All Packages Class Hierarchy This Package Previous Next Index
Class tred.EditorButton
java.lang.Object
|
+----tred.EditorObject
|
+----tred.EditorPanel
|
+----tred.EditorButton
- public class EditorButton
- extends EditorPanel
implementation to TextArea
-
getState(String)
-
This method is invoked in order to get the state of this panel for
export.
-
move(EditorObject, int, int)
-
These methods (move()) are implemented to be overridden.
-
paint(Graphics)
- This method is invoked when this panel is draw into the screen.
-
push()
-
-
reset()
-
Subclasses which have something to reset should override this method.
-
setFont(Font)
-
This method should be overridden in order to invoke setFont
for every subComponent
-
toString()
-
reset
public void reset()
- Subclasses which have something to reset should override this method.
- Overrides:
- reset in class EditorPanel
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
move
public void move(EditorObject object,
int x,
int y)
- These methods (move()) are implemented to be overridden.
- Overrides:
- move in class EditorObject
push
public void push()
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
paint
public boolean paint(Graphics g)
- This method is invoked when this panel is draw into the screen.
- Overrides:
- paint in class EditorPanel
toString
public String toString()
- Overrides:
- toString in class EditorObject
All Packages Class Hierarchy This Package Previous Next Index