Uses of Interface
bibliothek.gui.dock.common.CMaximizeBehavior

Packages that use CMaximizeBehavior
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

Uses of CMaximizeBehavior in bibliothek.gui.dock.common
 

Fields in bibliothek.gui.dock.common declared as CMaximizeBehavior
static CMaximizeBehavior CMaximizeBehavior.STACKED
           
static CMaximizeBehavior CMaximizeBehavior.TOPMOST
          A behavior that allows only one Dockable to be maximized at a time.
 

Methods in bibliothek.gui.dock.common that return CMaximizeBehavior
 CMaximizeBehavior CControl.getMaximizeBehavior()
          Gets the currently used maximize-behavior.
 

Methods in bibliothek.gui.dock.common with parameters of type CMaximizeBehavior
 void CControl.setMaximizeBehavior(CMaximizeBehavior behavior)
          Sets the CMaximizeBehavior.
 

Uses of CMaximizeBehavior in bibliothek.gui.dock.facile.mode
 

Methods in bibliothek.gui.dock.facile.mode that return CMaximizeBehavior
 CMaximizeBehavior MaximizedMode.getMaximizeBehavior()
          Gets the maximize behavior.
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type CMaximizeBehavior
 void MaximizedMode.setMaximizeBehavior(CMaximizeBehavior maximizeBehavior)
          Sets the maximize behavior which determines what Dockable to maximize when hitting the maximize-button.