Class tred.StackPanel
All Packages Class Hierarchy This Package Previous Next Index
Class tred.StackPanel
java.lang.Object
|
+----tred.EditorObject
|
+----tred.EditorPanel
|
+----tred.NodePanel
|
+----tred.StackPanel
- public class StackPanel
- extends NodePanel
implementation to StackPanel
-
paint(Graphics)
-
This method draws the name of the StackPanel to top of the area.
paint
public void paint(Graphics g)
- This method draws the name of the StackPanel to top of the area.
After that all the slots are drawed as StackPanel-like style by
invoking the paint method for slots and then drawing the connecting
lines between parent slot and target slot.
- Overrides:
- paint in class NodePanel
All Packages Class Hierarchy This Package Previous Next Index