Uses of Interface
bibliothek.gui.dock.common.group.CGroupBehaviorCallback

Packages that use CGroupBehaviorCallback
bibliothek.gui.dock.common.group   
 

Uses of CGroupBehaviorCallback in bibliothek.gui.dock.common.group
 

Methods in bibliothek.gui.dock.common.group with parameters of type CGroupBehaviorCallback
 void CGroupBehavior.forward(Dockable dockable, ExtendedMode target, CGroupBehaviorCallback callback)
          Changes the mode of dockable such that it matches target.
 void StackGroupBehavior.forward(Dockable dockable, ExtendedMode target, CGroupBehaviorCallback callback)
           
 void TopMostGroupBehavior.forward(Dockable dockable, ExtendedMode target, CGroupBehaviorCallback callback)