Uses of Class
beowulf.gui.DraggableContainer

Packages that use DraggableContainer
beowulf.gui   
 

Uses of DraggableContainer in beowulf.gui
 

Subclasses of DraggableContainer in beowulf.gui
 class JGraph
          This class is a swing visualization of a beowulf.model.graph.GraphModel.
 

Fields in beowulf.gui declared as DraggableContainer
protected  DraggableContainer DraggableComponent.container
          The container to which this Drag.
 

Methods in beowulf.gui that return DraggableContainer
 DraggableContainer DraggableComponent.getDraggableContainer()
          Returns the DraggableContainer this DraggableComponent is linked to.
 

Methods in beowulf.gui with parameters of type DraggableContainer
 void DraggableComponent.setDraggableContainer(DraggableContainer newContainer)
          Sets the DraggableContainer this DraggableComponent is linked to.
 

Constructors in beowulf.gui with parameters of type DraggableContainer
DraggableComponent(DraggableContainer container, JComponent c)
          This is the basic constructor for a draggable component.
DraggableComponent(DraggableContainer newContainer, JComponent newC, int x, int y)
          This is the full constructor for a draggable component.