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
 

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

Methods in bibliothek.gui.dock.station with parameters of type FlapWindow
 boolean FlapDockStation.isFlapWindow(FlapWindow window)
          Checks whether the currently used FlapWindow equals window.