Class tred.NodePanel
All Packages Class Hierarchy This Package Previous Next Index
Class tred.NodePanel
java.lang.Object
|
+----tred.EditorObject
|
+----tred.EditorPanel
|
+----tred.NodePanel
- public class NodePanel
- extends EditorPanel
implementation to Tree
-
append(String)
-
-
paint(Graphics)
- This method is invoked when this panel is draw into the screen.
append
public void append(String itms)
- Overrides:
- append 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
All Packages Class Hierarchy This Package Previous Next Index