Uses of Class
bibliothek.gui.dock.station.screen.ScreenDockDialog

Packages that use ScreenDockDialog
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. 
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
 

Uses of ScreenDockDialog in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ScreenDockDialog
protected  ScreenDockDialog ScreenDockStation.createDialog()
          Creates a new dialog which is associated with this station.
 ScreenDockDialog ScreenDockStation.getDialog(Dockable dockable)
          Searches the ScreenDockDialog which displays the dockable.
Note: don't change the DockableDisplayer or the Dockable of the dialog.
 ScreenDockDialog ScreenDockStation.getDialog(int index)
          Get's the index'th dialog of this station.
protected  ScreenDockDialog ScreenDockStation.searchCombineDockable(int x, int y, Dockable drop)
          Searches a dialog on the coordinates x/y which can be used to create a combination with drop.
 

Methods in bibliothek.gui.dock with parameters of type ScreenDockDialog
protected  void ScreenDockStation.deregister(ScreenDockDialog dialog)
          Invoked when a ScreenDockDialog is no longer needed.
protected  void ScreenDockStation.register(ScreenDockDialog dialog)
          Invoked after a new ScreenDockDialog has been created.
 boolean ScreenDockStation.shouldDraw(ScreenDockDialog dialog)
          Tells whether there should be a "selection-rectangle" painted on the dialog or not.
 

Uses of ScreenDockDialog in bibliothek.gui.dock.security
 

Subclasses of ScreenDockDialog in bibliothek.gui.dock.security
 class SecureScreenDockDialog
          A ScreenDockDialog that inserts a GlassedPane between its Dockable and the outer world.
 

Uses of ScreenDockDialog in bibliothek.gui.dock.station.screen
 

Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockDialog
protected  Rectangle HardBoundaryRestriction.boundsInDevice(ScreenDockDialog dialog, int x, int y, int width, int height, GraphicsDevice device)
          Calculates size and location of dialog such that it is in device.
 Rectangle BoundaryRestriction.check(ScreenDockDialog dialog)
          Calculates the bounds which dialog can have.
 Rectangle HardBoundaryRestriction.check(ScreenDockDialog dialog)
           
 Rectangle BoundaryRestriction.check(ScreenDockDialog dialog, Rectangle target)
          Calculates the bounds which dialog can have.
 Rectangle HardBoundaryRestriction.check(ScreenDockDialog dialog, Rectangle target)
           
protected  double HardBoundaryRestriction.measureBounds(ScreenDockDialog dialog, int x, int y, int width, int height, GraphicsDevice device)
          Checks how good dialog fits into the screen device