Uses of Package
beowulf.gui

Packages that use beowulf.gui
beowulf.event   
beowulf.gui   
 

Classes in beowulf.gui used by beowulf.event
DraggableComponent
          This class is just a wrapper class for any sort of swing component that is to be inserted into a DraggableContainer.
 

Classes in beowulf.gui used by beowulf.gui
DCMouseEventReceiver
          This interface is here to allow component wrapped in DraggableComponents to receive their own mouse events without blocking such events from the DraggableComponent.
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.
JNode
          A JNode is a GUI representation of a node in a graph.
JNode.PropertiesWindow
          This class is a specialized JFrame and will display all relevant properties of a JNode when the "show properties" option in a JNode's popup menu is selected.
JNodeFactory
          This class is a simple factory class that simply produces JNodes for a node in a graph.