Uses of Interface
bibliothek.gui.dock.station.flap.FlapWindowFactory

Packages that use FlapWindowFactory
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 FlapWindowFactory in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type FlapWindowFactory
static PropertyKey<FlapWindowFactory> FlapDockStation.WINDOW_FACTORY
          Key for a factory that creates the windows of this station.
 

Uses of FlapWindowFactory in bibliothek.gui.dock.security
 

Classes in bibliothek.gui.dock.security that implement FlapWindowFactory
 class SecureFlapWindowFactory
          This factory creates SecureFlapWindows.
 

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

Classes in bibliothek.gui.dock.station.flap that implement FlapWindowFactory
 class DefaultFlapWindowFactory
          This default implementation of FlapWindowFactory creates new DefaultFlapWindows.