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

Packages that use CGroupBehaviorCallback
bibliothek.gui.dock.common.group Contains the CGroupBehavior and its implementations, this interface allows to group Dockables together. 
 

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

Methods in bibliothek.gui.dock.common.group with parameters of type CGroupBehaviorCallback
 void CGroupMovement.apply(CGroupBehaviorCallback callback)
          Executes this movement.
 void SingleGroupMovement.apply(CGroupBehaviorCallback callback)
           
 void StackGroupMovement.apply(CGroupBehaviorCallback callback)