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

Method Index

 o getSlot(int, int)
This method determines which slot of this panel is located in (x,y).
 o paint(Graphics)
This method is invoked when this panel is draw into the screen.

Methods

 o paint
  public boolean paint(Graphics g)
This method is invoked when this panel is draw into the screen.
Overrides:
paint in class EditorPanel
 o 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