Uses of Interface
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. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
 

Uses of FlapWindow in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return FlapWindow
protected  FlapWindow FlapDockStation.createFlapWindow(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
 

Classes in bibliothek.gui.dock.security that implement FlapWindow
 class SecureFlapWindow
          Deprecated. this class is no longer necessary and will be removed in a future release, use DefaultFlapWindow instead
 

Methods in bibliothek.gui.dock.security that return FlapWindow
 FlapWindow SecureFlapWindowFactory.create(FlapDockStation station, ButtonPane buttonPane)
          Deprecated.  
 

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

Classes in bibliothek.gui.dock.station.flap that implement FlapWindow
 class DefaultFlapWindow
          This window pops up if the user presses one of the buttons of a FlapDockStation.
 

Methods in bibliothek.gui.dock.station.flap that return FlapWindow
 FlapWindow DefaultFlapWindowFactory.create(FlapDockStation station, ButtonPane buttonPane)
           
 FlapWindow FlapWindowFactory.create(FlapDockStation station, ButtonPane buttonPane)
          Creates a new window for station.
 FlapWindow FlapWindowBackgroundComponent.getWindow()
          Gets the window whose background is painted by the algorithm.
 

Methods in bibliothek.gui.dock.station.flap with parameters of type FlapWindow
 boolean DefaultFlapWindowFactory.isValid(FlapWindow window, FlapDockStation station)
           
 boolean FlapWindowFactory.isValid(FlapWindow window, FlapDockStation station)
          Tells whether window can still be used by station.