Uses of Interface
bibliothek.gui.dock.common.grouping.DockableGrouping
Packages that use DockableGrouping
Package
Description
Classes and interfaces used internally.
-
Uses of DockableGrouping in bibliothek.gui.dock.common.grouping
Classes in bibliothek.gui.dock.common.grouping that implement DockableGroupingModifier and TypeClassDescriptionclassWhen aDockableis about to be moved to a new position, then thisDockableGroupingsearches for a unique identifier, called a "placeholder", which indicates where theDockableshould be placed.
Theplaceholderis placed at the location of theDockable, for whichPlaceholderGrouping.hierarchyChanged(Dockable)was called last.Methods in bibliothek.gui.dock.common.grouping that return DockableGroupingModifier and TypeMethodDescriptionCGroupingBehavior.getGrouping(Dockable dockable) Gets the grouping algorithm that should be used fordockable.DefaultCGroupingBehavior.getGrouping(Dockable dockable) -
Uses of DockableGrouping in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return DockableGroupingMethods in bibliothek.gui.dock.common.intern with parameters of type DockableGroupingModifier and TypeMethodDescriptionvoidAbstractCDockable.setGrouping(DockableGrouping grouping) Sets an algorithm that defines how this dockable attempts to automatically group itself with other dockables.