Uses of Package
bibliothek.gui.dock.station.flap

Packages that use bibliothek.gui.dock.station.flap
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
bibliothek.gui.dock.common.location Various implementations of CLocation
bibliothek.gui.dock.common.perspective The perspective API offers clients the possibility to define or modify the layout of an application without actually creating any CDockables. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
 

Classes in bibliothek.gui.dock.station.flap used by bibliothek.gui.dock
ButtonPane
          This panel is used by the FlapDockStation to display some button-titles.
FlapDockProperty
          FlapDockProperties are used on the FlapDockStation to determine the location of a Dockable.
FlapDockStationSource
          This DockActionSource is used by the FlapDockStation to show the hold-action for a Dockable.
FlapDropInfo
          Information where to insert a Dockable into a FlapDockStation.
FlapLayoutManager
          A FlapLayoutManager stores properties of FlapDockStations and can influence the behavior of a FlapDockStation.
An implementation might be interested in these methods: FlapDockStation.updateHold(Dockable) when the hold property of a Dockable needs to be changed FlapDockStation.updateWindowSize(Dockable) when the size of a Dockable needs to be updated
FlapWindow
          This window pops up if the user presses one of the buttons of a FlapDockStation.
FlapWindowFactory
          A FlapWindowFactory creates instances of FlapWindow.
 

Classes in bibliothek.gui.dock.station.flap used by bibliothek.gui.dock.common.intern.station
AbstractFlapLayoutManager
          Abstract implementation of FlapLayoutManager, providing support for listeners.
FlapLayoutManager
          A FlapLayoutManager stores properties of FlapDockStations and can influence the behavior of a FlapDockStation.
An implementation might be interested in these methods: FlapDockStation.updateHold(Dockable) when the hold property of a Dockable needs to be changed FlapDockStation.updateWindowSize(Dockable) when the size of a Dockable needs to be updated
 

Classes in bibliothek.gui.dock.station.flap used by bibliothek.gui.dock.common.location
FlapDockProperty
          FlapDockProperties are used on the FlapDockStation to determine the location of a Dockable.
 

Classes in bibliothek.gui.dock.station.flap used by bibliothek.gui.dock.common.perspective
FlapDockPerspective
          A representation of a FlapDockStation in a Perspective.
Note: while this perspective allows to set the hold and size property of a dockable, the final decision of how these properties look like are made by the FlapLayoutManager that is installed on the FlapDockStation which shows the real Dockables.
 

Classes in bibliothek.gui.dock.station.flap used by bibliothek.gui.dock.station.flap
AbstractFlapLayoutManager
          Abstract implementation of FlapLayoutManager, providing support for listeners.
ButtonPane
          This panel is used by the FlapDockStation to display some button-titles.
DefaultFlapWindow.Parent
          The parent container of a DefaultFlapWindow.
FlapDockPerspective
          A representation of a FlapDockStation in a Perspective.
Note: while this perspective allows to set the hold and size property of a dockable, the final decision of how these properties look like are made by the FlapLayoutManager that is installed on the FlapDockStation which shows the real Dockables.
FlapDockProperty
          FlapDockProperties are used on the FlapDockStation to determine the location of a Dockable.
FlapDockPropertyFactory
          Creates instances of FlapDockProperty.
FlapDockStationLayout
          A layout describing the content of a FlapDockStation.
FlapDropInfo
          Information where to insert a Dockable into a FlapDockStation.
FlapLayoutManager
          A FlapLayoutManager stores properties of FlapDockStations and can influence the behavior of a FlapDockStation.
An implementation might be interested in these methods: FlapDockStation.updateHold(Dockable) when the hold property of a Dockable needs to be changed FlapDockStation.updateWindowSize(Dockable) when the size of a Dockable needs to be updated
FlapLayoutManagerListener
          A listener that is added to a FlapLayoutManager.
FlapWindow
          This window pops up if the user presses one of the buttons of a FlapDockStation.
FlapWindowFactory
          A FlapWindowFactory creates instances of FlapWindow.