Class tred.TreeSlot
All Packages Class Hierarchy This Package Previous Next Index
Class tred.TreeSlot
java.lang.Object
|
+----tred.EditorObject
|
+----tred.Slot
|
+----tred.TreeSlot
- public class TreeSlot
- extends Slot
implementation to Slots of stream
-
paint(Graphics, int, int)
- this method is rewritten to method setLocation in the future.
-
putItem(Item)
-
This method is invoked when an item is going to move into this slot.
putItem
protected boolean putItem(Item item)
- This method is invoked when an item is going to move into this slot.
- Overrides:
- putItem in class Slot
paint
protected void paint(Graphics g,
int x_offset,
int y_offset)
- this method is rewritten to method setLocation in the future.
- Overrides:
- paint in class Slot
All Packages Class Hierarchy This Package Previous Next Index