Uses of Interface
bibliothek.gui.dock.common.group.CGroupBehavior
Packages that use CGroupBehavior
Package
Description
A set of classes that can be used to create basic applications.
Contains the
CGroupBehavior and its implementations,
this interface allows to group Dockables together.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 CGroupBehaviorModifier and TypeMethodDescriptionCControl.getGroupBehavior()Gets the currently usedCGroupBehavior.Methods in bibliothek.gui.dock.common with parameters of type CGroupBehaviorModifier and TypeMethodDescriptionvoidCControl.setGroupBehavior(CGroupBehavior behavior) Sets theCGroupBehavior. -
Uses of CGroupBehavior in bibliothek.gui.dock.common.group
Classes in bibliothek.gui.dock.common.group that implement CGroupBehaviorModifier and TypeClassDescriptionclassThisCGroupBehaviorassumes that allDockables which share a commonStackDockStationas parent belong to the same group.classThis most simpleCGroupBehaviorjust set the mode of the oneDockablewhose mode should change anyway.Fields in bibliothek.gui.dock.common.group declared as CGroupBehaviorModifier and TypeFieldDescriptionstatic final CGroupBehaviorCGroupBehavior.STACKEDA behavior that moves around entire stacks ofDockables.static final CGroupBehaviorCGroupBehavior.TOPMOSTA behavior that moves only oneDockableat a time. -
Uses of CGroupBehavior in bibliothek.gui.dock.facile.mode
Methods in bibliothek.gui.dock.facile.mode that return CGroupBehaviorModifier and TypeMethodDescriptionLocationModeManager.getGroupBehavior()Gets the current group behavior.Methods in bibliothek.gui.dock.facile.mode with parameters of type CGroupBehaviorModifier and TypeMethodDescriptionvoidLocationModeManager.setGroupBehavior(CGroupBehavior behavior) Sets the group behavior.