Uses of Class
bibliothek.gui.dock.station.toolbar.ToolbarDockPerspective

Packages that use ToolbarDockPerspective
bibliothek.gui.dock.station.toolbar   
bibliothek.gui.dock.toolbar.perspective   
 

Uses of ToolbarDockPerspective in bibliothek.gui.dock.station.toolbar
 

Methods in bibliothek.gui.dock.station.toolbar that return ToolbarDockPerspective
 ToolbarDockPerspective ToolbarDockStationFactory.layoutPerspective(ToolbarDockStationLayout layout, Map<Integer,bibliothek.gui.dock.perspective.PerspectiveDockable> children)
           
 

Methods in bibliothek.gui.dock.station.toolbar with parameters of type ToolbarDockPerspective
 ToolbarDockStationLayout ToolbarDockStationFactory.getPerspectiveLayout(ToolbarDockPerspective element, Map<bibliothek.gui.dock.perspective.PerspectiveDockable,Integer> children)
           
 void ToolbarDockStationFactory.layoutPerspective(ToolbarDockPerspective perspective, ToolbarDockStationLayout layout, Map<Integer,bibliothek.gui.dock.perspective.PerspectiveDockable> children)
           
 

Uses of ToolbarDockPerspective in bibliothek.gui.dock.toolbar.perspective
 

Methods in bibliothek.gui.dock.toolbar.perspective that return ToolbarDockPerspective
 ToolbarDockPerspective CToolbarPerspective.getDelegate()
          Allows access to the internal representation of this perspective.
 

Constructors in bibliothek.gui.dock.toolbar.perspective with parameters of type ToolbarDockPerspective
CToolbarPerspective(ToolbarDockPerspective delegate)
          Creates a new perspective wrapping around delegate.