Uses of Class
beowulf.gui.DraggableComponent

Packages that use DraggableComponent
beowulf.event   
beowulf.gui   
 

Uses of DraggableComponent in beowulf.event
 

Methods in beowulf.event that return DraggableComponent
 DraggableComponent DraggableComponentSelectionEvent.getComponent()
          Returns the DraggableComponent whose status changed.
 

Constructors in beowulf.event with parameters of type DraggableComponent
DraggableComponentSelectionEvent(Object source, int newEventType, DraggableComponent newComponent)
          This is the only constructor available for this event.
 

Uses of DraggableComponent in beowulf.gui
 

Fields in beowulf.gui declared as DraggableComponent
protected  DraggableComponent DraggableContainer.currentComponent
          The currently selected component.
 

Methods in beowulf.gui that return DraggableComponent
 DraggableComponent DraggableContainer.getCurrentComponent()
          Returns the currently selected component.
 

Methods in beowulf.gui with parameters of type DraggableComponent
 void DraggableContainer.setCurrentComponent(DraggableComponent dc)
          Sets the currently selected component.
protected  void DraggableContainer.fireComponentSelected(DraggableComponent component)
          This method must be called any time a component is selected.
protected  void DraggableContainer.fireComponentDeselected(DraggableComponent component)
          This method must be called by all subclasses after a component is deselected.