Uses of Interface
bibliothek.gui.dock.station.StationDragOperation

Packages that use StationDragOperation
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
 

Uses of StationDragOperation in bibliothek.gui
 

Methods in bibliothek.gui that return StationDragOperation
 StationDragOperation DockStation.prepareDrag(Dockable dockable)
          Informs this station that a drag and drop operation is in progress and that dockable might be removed from this station.
 

Uses of StationDragOperation in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return StationDragOperation
 StationDragOperation FlapDockStation.prepareDrag(Dockable dockable)
           
 StationDragOperation ScreenDockStation.prepareDrag(Dockable dockable)
           
 StationDragOperation SplitDockStation.prepareDrag(Dockable dockable)
           
 StationDragOperation StackDockStation.prepareDrag(Dockable dockable)
           
 

Uses of StationDragOperation in bibliothek.gui.dock.station.support
 

Classes in bibliothek.gui.dock.station.support that implement StationDragOperation
 class ComponentDragOperation
          This implementation of StationDragOperation will call Component.repaint() on creation and when either the operation succeeeds or was canceled.