Uses of Interface
bibliothek.gui.dock.common.group.CGroupBehavior

Packages that use CGroupBehavior
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.group Contains the CGroupBehavior and its implementations, this interface allows to group Dockables together. 
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

Uses of CGroupBehavior in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CGroupBehavior
 CGroupBehavior CControl.getGroupBehavior()
          Gets the currently used CGroupBehavior.
 

Methods in bibliothek.gui.dock.common with parameters of type CGroupBehavior
 void CControl.setGroupBehavior(CGroupBehavior behavior)
          Sets the CGroupBehavior.
 

Uses of CGroupBehavior in bibliothek.gui.dock.common.group
 

Classes in bibliothek.gui.dock.common.group that implement CGroupBehavior
 class StackGroupBehavior
          This CGroupBehavior assumes that all Dockables which share a common StackDockStation as parent belong to the same group.
 class TopMostGroupBehavior
          This most simple CGroupBehavior just set the mode of the one Dockable whose mode should change anyway.
 

Fields in bibliothek.gui.dock.common.group declared as CGroupBehavior
static CGroupBehavior CGroupBehavior.STACKED
          A behavior that moves around entire stacks of Dockables.
static CGroupBehavior CGroupBehavior.TOPMOST
          A behavior that moves only one Dockable at a time.
 

Uses of CGroupBehavior in bibliothek.gui.dock.facile.mode
 

Methods in bibliothek.gui.dock.facile.mode that return CGroupBehavior
 CGroupBehavior LocationModeManager.getGroupBehavior()
          Gets the current group behavior.
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type CGroupBehavior
 void LocationModeManager.setGroupBehavior(CGroupBehavior behavior)
          Sets the group behavior.