Uses of Interface
beowulf.event.DraggableComponentSelectionListener

Packages that use DraggableComponentSelectionListener
beowulf.gui   
 

Uses of DraggableComponentSelectionListener in beowulf.gui
 

Classes in beowulf.gui that implement DraggableComponentSelectionListener
 class JGraph
          This class is a swing visualization of a beowulf.model.graph.GraphModel.
 

Methods in beowulf.gui with parameters of type DraggableComponentSelectionListener
 void DraggableContainer.addDraggableComponentSelectionListener(DraggableComponentSelectionListener l)
          This method adds a DraggableComponentSelectionListener as an interested listener of events to this DraggableContainer.
 void DraggableContainer.removeDraggableComponentSelectionListener(DraggableComponentSelectionListener l)
          This method removes the DraggableComponentSelectionListener as an interested listener of events to this DraggableContainer.