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

Packages that use FlapWindow
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. 
 

Uses of FlapWindow in bibliothek.gui.dock
 

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

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

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.