Class tred.Trash
All Packages Class Hierarchy This Package Previous Next Index
Class tred.Trash
java.lang.Object
|
+----tred.EditorObject
|
+----tred.EditorPanel
|
+----tred.Trash
- public class Trash
- extends EditorPanel
implementation to Tree
-
getSlot(int, int)
-
This method determines which slot of this panel is located in (x,y).
-
paint(Graphics)
- This method is invoked when this panel is draw into the screen.
paint
public boolean paint(Graphics g)
- This method is invoked when this panel is draw into the screen.
- Overrides:
- paint in class EditorPanel
getSlot
public Slot getSlot(int x,
int y)
- This method determines which slot of this panel is located in (x,y).
- Overrides:
- getSlot in class EditorPanel
All Packages Class Hierarchy This Package Previous Next Index