Uses of Package
bibliothek.gui.dock.control

Packages that use bibliothek.gui.dock.control
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.flat   
bibliothek.gui   
bibliothek.gui.dock.control   
bibliothek.gui.dock.event   
bibliothek.gui.dock.security   
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.stack   
 

Classes in bibliothek.gui.dock.control used by bibliothek.extension.gui.dock.theme.bubble
RemoteRelocator
          A remote relocator can be used to perform a drag & drop operation of a Dockable without the need to know more than the Dockable.
The methods of this interface correspond to methods which are used in MouseListener and MouseMotionListener: RemoteRelocator.init(int, int, int, int, int) MouseListener.mousePressed(MouseEvent) RemoteRelocator.drag(int, int, int) MouseMotionListener.mouseDragged(MouseEvent) RemoteRelocator.drop(int, int, int) MouseListener.mouseReleased(MouseEvent)
The names of these three methods correspond to their normal reaction, when only the left mouse button is pressed (or released).
 

Classes in bibliothek.gui.dock.control used by bibliothek.extension.gui.dock.theme.flat
RemoteRelocator
          A remote relocator can be used to perform a drag & drop operation of a Dockable without the need to know more than the Dockable.
The methods of this interface correspond to methods which are used in MouseListener and MouseMotionListener: RemoteRelocator.init(int, int, int, int, int) MouseListener.mousePressed(MouseEvent) RemoteRelocator.drag(int, int, int) MouseMotionListener.mouseDragged(MouseEvent) RemoteRelocator.drop(int, int, int) MouseListener.mouseReleased(MouseEvent)
The names of these three methods correspond to their normal reaction, when only the left mouse button is pressed (or released).
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui
DockRegister
          A set of all Dockables and DockStations currently used in the system.
DockRelocator
          A manager adding MouseListener and MouseMotionListener to every Dockable and DockTitle and handling the drag and drop.
MouseFocusObserver
          A FocusController listens to all AWT-events.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.control
DefaultDockRelocator.MouseDockableListener.SingleMouseDockableListener
          A listener to a Dockable, lets the user drag and drop a Dockable.
DefaultDockRelocator.TitleListener.MouseTitleListener
          A MouseListener which is added to a DockTitle.
DefaultDockRelocator.TitleWindow
          A window which shows a single DockTitle.
DirectRemoteRelocator
          A simplified version of RemoteRelocator.
DockRegister.StationListener
          A listener to the controller of the enclosing register.
DockRelocator
          A manager adding MouseListener and MouseMotionListener to every Dockable and DockTitle and handling the drag and drop.
FocusController.StationListener
          A listener observing all stations and changing the focused Dockable when necessary.
MouseFocusObserver
          A FocusController listens to all AWT-events.
PopupController.ComponentObserver
          A mouse listener opening a popup menu when necessary.
PopupController.DockableObserver
          A listener to a Dockable, lets the user drag and drop a Dockable.
RemoteRelocator
          A remote relocator can be used to perform a drag & drop operation of a Dockable without the need to know more than the Dockable.
The methods of this interface correspond to methods which are used in MouseListener and MouseMotionListener: RemoteRelocator.init(int, int, int, int, int) MouseListener.mousePressed(MouseEvent) RemoteRelocator.drag(int, int, int) MouseMotionListener.mouseDragged(MouseEvent) RemoteRelocator.drop(int, int, int) MouseListener.mouseReleased(MouseEvent)
The names of these three methods correspond to their normal reaction, when only the left mouse button is pressed (or released).
RemoteRelocator.Reaction
          Tells a caller of a method whether the RemoteRelocator has finished the drag & drop operation or not.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.event
MouseFocusObserver
          A FocusController listens to all AWT-events.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.security
MouseFocusObserver
          A FocusController listens to all AWT-events.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.station
MouseFocusObserver
          A FocusController listens to all AWT-events.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.station.stack
RemoteRelocator
          A remote relocator can be used to perform a drag & drop operation of a Dockable without the need to know more than the Dockable.
The methods of this interface correspond to methods which are used in MouseListener and MouseMotionListener: RemoteRelocator.init(int, int, int, int, int) MouseListener.mousePressed(MouseEvent) RemoteRelocator.drag(int, int, int) MouseMotionListener.mouseDragged(MouseEvent) RemoteRelocator.drop(int, int, int) MouseListener.mouseReleased(MouseEvent)
The names of these three methods correspond to their normal reaction, when only the left mouse button is pressed (or released).