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

Method Index

 o paint(Graphics, int, int)
this method is rewritten to method setLocation in the future.
 o putItem(Item)
This method is invoked when an item is going to move into this slot.

Methods

 o 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
 o 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