| Edge |
This class is used in conjunction with the Node class to form a tree
structure.
|
| NamedColor |
This class contains a color name and the rgb values of that color
|
| Node |
This class records all the data about a particular node for displaying.
|
| NodePlace |
This is an interface for classes that wish to take a node structure and
arrange them
|
| TreeDisplayEvent |
An event containing the user selection from the tree display
|
| TreeDisplayListener |
Interface implemented by classes that wish to recieve user selection events
from a tree displayer.
|