Uses of Class
bibliothek.gui.dock.station.flap.FlapWindow

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

Uses of FlapWindow in bibliothek.gui.dock.security
 

Subclasses of FlapWindow in bibliothek.gui.dock.security
 class SecureFlapWindow
          A FlapWindow which inserts a GlassedPane between its Dockable and the outer world.
 

Uses of FlapWindow in bibliothek.gui.dock.station
 

Fields in bibliothek.gui.dock.station declared as FlapWindow
private  FlapWindow FlapDockStation.window
          The popup-window
 

Methods in bibliothek.gui.dock.station that return FlapWindow
protected  FlapWindow FlapDockStation.createFlapWindow(java.awt.Window owner, ButtonPane buttonPane)
          Creates a window for this station.
 

Methods in bibliothek.gui.dock.station with parameters of type FlapWindow
private  void FlapDockStation.setFlapWindow(FlapWindow window)
          Sets the popup-window that will be used in the future.