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

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

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

Methods in bibliothek.gui.dock.station.toolbar that return ToolbarGroupDockPerspective
 ToolbarGroupDockPerspective ToolbarGroupDockStationFactory.layoutPerspective(ToolbarGroupDockStationLayout layout, Map<Integer,bibliothek.gui.dock.perspective.PerspectiveDockable> children)
           
 

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

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

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

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