|
Class Summary |
| DraggableComponent |
This class is just a wrapper class for any sort of swing component that is
to be inserted into a DraggableContainer. |
| DraggableContainer |
This class extends the functionality of a basic JComponent so that when
other swing components are added to this container, they can be dragged
around according to how the user wants them positioned. |
| JGraph |
This class is a swing visualization of a beowulf.model.graph.GraphModel. |
| JNode |
A JNode is a GUI representation of a node in a graph. |
| JNodeFactory |
This class is a simple factory class that simply produces JNodes for
a node in a graph. |