Uses of Interface
bibliothek.gui.dock.common.grouping.DockableGrouping

Packages that use DockableGrouping
bibliothek.gui.dock.common.grouping   
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

Uses of DockableGrouping in bibliothek.gui.dock.common.grouping
 

Classes in bibliothek.gui.dock.common.grouping that implement DockableGrouping
 class PlaceholderGrouping
          When a Dockable is about to be moved to a new position, then this DockableGrouping searches for a unique identifier, called a "placeholder", which indicates where the Dockable should be placed.
The placeholder is placed at the location of the Dockable, for which PlaceholderGrouping.hierarchyChanged(Dockable) was called last.
 

Methods in bibliothek.gui.dock.common.grouping that return DockableGrouping
 DockableGrouping CGroupingBehavior.getGrouping(Dockable dockable)
          Gets the grouping algorithm that should be used for dockable.
 DockableGrouping DefaultCGroupingBehavior.getGrouping(Dockable dockable)
           
 

Uses of DockableGrouping in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return DockableGrouping
 DockableGrouping AbstractCDockable.getGrouping()
           
 DockableGrouping CDockable.getGrouping()
          Gets an algorithm that tells how this CDockable attempts to group itself automatically with other Dockables.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type DockableGrouping
 void AbstractCDockable.setGrouping(DockableGrouping grouping)
          Sets an algorithm that defines how this dockable attempts to automatically group itself with other dockables.