Uses of Class
bibliothek.gui.dock.facile.mode.LocationModeManager
Packages that use LocationModeManager
Package
Description
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.Strategies helping a
LocationModeManager to decide which modes are
available for a Dockable.-
Uses of LocationModeManager in bibliothek.gui.dock.common.group
Methods in bibliothek.gui.dock.common.group that return LocationModeManagerModifier and TypeMethodDescriptionLocationModeManager<? extends LocationMode>CGroupBehaviorCallback.getManager()Gets theLocationModeManagerwhich is handling this callback.Methods in bibliothek.gui.dock.common.group with parameters of type LocationModeManagerModifier and TypeMethodDescriptionCGroupBehavior.getGroupElement(LocationModeManager<? extends LocationMode> manager, Dockable dockable, ExtendedMode mode) Gets the element whose location or mode must be changed in order to applymodetodockable.StackGroupBehavior.getGroupElement(LocationModeManager<? extends LocationMode> manager, Dockable dockable, ExtendedMode mode) TopMostGroupBehavior.getGroupElement(LocationModeManager<? extends LocationMode> manager, Dockable dockable, ExtendedMode mode) CGroupBehavior.getReplaceElement(LocationModeManager<? extends LocationMode> manager, Dockable old, Dockable dockable, ExtendedMode mode) Gets the element which would replaceoldifoldis currently inmode, anddockableis or will not be inmode.StackGroupBehavior.getReplaceElement(LocationModeManager<? extends LocationMode> manager, Dockable old, Dockable dockable, ExtendedMode mode) TopMostGroupBehavior.getReplaceElement(LocationModeManager<? extends LocationMode> manager, Dockable old, Dockable dockable, ExtendedMode mode) CGroupBehavior.prepare(LocationModeManager<? extends LocationMode> manager, Dockable dockable, ExtendedMode target) Calculates how the mode ofdockablehas to be changed such that it matchestarget.StackGroupBehavior.prepare(LocationModeManager<? extends LocationMode> manager, Dockable dockable, ExtendedMode target) TopMostGroupBehavior.prepare(LocationModeManager<? extends LocationMode> manager, Dockable dockable, ExtendedMode target) booleanCGroupBehavior.shouldForwardActions(LocationModeManager<? extends LocationMode> manager, DockStation station, Dockable dockable, ExtendedMode mode) Tells whether the actions ofdockablefor modemodeshould be shown onstationtoo.booleanStackGroupBehavior.shouldForwardActions(LocationModeManager<? extends LocationMode> manager, DockStation station, Dockable dockable, ExtendedMode mode) booleanTopMostGroupBehavior.shouldForwardActions(LocationModeManager<? extends LocationMode> manager, DockStation station, Dockable dockable, ExtendedMode mode) -
Uses of LocationModeManager in bibliothek.gui.dock.common.mode
Subclasses of LocationModeManager in bibliothek.gui.dock.common.modeModifier and TypeClassDescriptionclassLocationModeManagerproviding additional methods for working withCLocations,CommonDockables and other items specific to thecommonproject. -
Uses of LocationModeManager in bibliothek.gui.dock.facile.mode
Methods in bibliothek.gui.dock.facile.mode that return LocationModeManagerModifier and TypeMethodDescriptionAbstractLocationMode.getManager()Gets the owner of this mode.LocationMode.getManager()Gets the manager which currently works with this mode.Methods in bibliothek.gui.dock.facile.mode with parameters of type LocationModeManagerModifier and TypeMethodDescriptionvoidAbstractLocationMode.setManager(LocationModeManager<?> manager) voidLocationMode.setManager(LocationModeManager<?> manager) Sets the manager which is using this mode.voidMaximizedMode.setManager(LocationModeManager<?> manager) -
Uses of LocationModeManager in bibliothek.gui.dock.facile.mode.status
Methods in bibliothek.gui.dock.facile.mode.status that return LocationModeManagerModifier and TypeMethodDescriptionAbstractExtendedModeEnablement.getManager()Gets the manager in whose realm this enablement is used.Methods in bibliothek.gui.dock.facile.mode.status with parameters of type LocationModeManagerModifier and TypeMethodDescriptionExtendedModeEnablementFactory.create(LocationModeManager<?> manager) Creates a new enablement.Constructors in bibliothek.gui.dock.facile.mode.status with parameters of type LocationModeManagerModifierConstructorDescriptionAbstractExtendedModeEnablement(LocationModeManager<?> manager) Creates a new enablement.DefaultExtendedModeEnablement(LocationModeManager<?> manager) Creates a new enablement.