Uses of Interface
bibliothek.gui.dock.common.group.CGroupMovement
Packages that use CGroupMovement
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.-
Uses of CGroupMovement in bibliothek.gui.dock.common.group
Classes in bibliothek.gui.dock.common.group that implement CGroupMovementModifier and TypeClassDescriptionclassThisCGroupMovementis the most basic movement as it represents the movement of one lonelyDockable.classThis movement moves an entireStackDockStationto the place indicated by one of its children.Methods in bibliothek.gui.dock.common.group that return CGroupMovementModifier and TypeMethodDescriptionCGroupBehavior.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) -
Uses of CGroupMovement in bibliothek.gui.dock.facile.mode
Methods in bibliothek.gui.dock.facile.mode that return CGroupMovementModifier and TypeMethodDescriptionLocationModeManager.getCurrentAction()Gets the action that is currently carried out.Methods in bibliothek.gui.dock.facile.mode with parameters of type CGroupMovementModifier and TypeMethodDescriptionvoidLocationModeManager.apply(Dockable dockable, ExtendedMode extendedMode, CGroupMovement action) Executesactionin a transaction assuming that the result of this action will lead todockablehaving the new modeextendedMode.