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

Method Index

 o append(String)
 o paint(Graphics)
This method is invoked when this panel is draw into the screen.

Methods

 o append
  public void append(String itms)
Overrides:
append 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