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

Packages that use FlapDockPerspective
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
 

Uses of FlapDockPerspective in bibliothek.gui.dock.common.perspective
 

Subclasses of FlapDockPerspective in bibliothek.gui.dock.common.perspective
 class CMinimizePerspective.CommonFlapDockPerspective
          The type of object that is used by CMinimizePerspective as intern representation.
 

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

Methods in bibliothek.gui.dock.station.flap that return FlapDockPerspective
 FlapDockPerspective FlapDockStationFactory.layoutPerspective(FlapDockStationLayout layout, Map<Integer,PerspectiveDockable> children)
           
 

Methods in bibliothek.gui.dock.station.flap with parameters of type FlapDockPerspective
 FlapDockStationLayout FlapDockStationFactory.getPerspectiveLayout(FlapDockPerspective element, Map<PerspectiveDockable,Integer> children)
           
 void FlapDockStationFactory.layoutPerspective(FlapDockPerspective perspective, FlapDockStationLayout layout, Map<Integer,PerspectiveDockable> children)