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.common.intern   
 

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.common.intern
 

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

Methods in bibliothek.gui.dock.common.intern with parameters of type CMaximizeBehavior
 void CStateManager.setMaximizeBehavior(CMaximizeBehavior maximizeBehavior)
          Sets a new CMaximizeBehavior.