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

Packages that use ScreenDockDialog
bibliothek.gui.dock.security   
bibliothek.gui.dock.station   
 

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
 

Fields in bibliothek.gui.dock.station declared as ScreenDockDialog
 ScreenDockDialog ScreenDockStation.DropInfo.combine
          Possible new parent
private  ScreenDockDialog ScreenDockStation.frontDialog
          The dialog which has currently the focus
 

Fields in bibliothek.gui.dock.station with type parameters of type ScreenDockDialog
private  java.util.List<ScreenDockDialog> ScreenDockStation.dockables
          A list of all dialogs that are used by this station
 

Methods in bibliothek.gui.dock.station that return ScreenDockDialog
 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.station 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.