public interface CGroupingBehavior
CGroupingBehavior allows clients to define how Dockables organize themselves
in groups. A CGroupingBehavior is able to rewrite the location of Dockables,
hence every time the user changes the ExtendedMode of a Dockable the
grouping behavior can put the Dockable at a new location.CGroupingBehavior and CGroupBehavior: this class
is all about bringing groups together, while CGroupBehavior defines how groups of
Dockables move around together.| Modifier and Type | Method and Description |
|---|---|
DockableGrouping |
getGrouping(Dockable dockable)
Gets the grouping algorithm that should be used for
dockable. |
DockableGrouping getGrouping(Dockable dockable)
dockable. This method
may be called multiple times for the same dockable. It should either always
return the same DockableGrouping, or it should return an object that does not
contains any state.dockable - the element whose grouping information is requestednull if there is no special behavior
defined for dockableCopyright © 2018. All rights reserved.