Uses of Class
bibliothek.gui.dock.common.CContentArea.Corner

Packages that use CContentArea.Corner
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
 

Uses of CContentArea.Corner in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CContentArea.Corner
static CContentArea.Corner CContentArea.Corner.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CContentArea.Corner[] CContentArea.Corner.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.common with parameters of type CContentArea.Corner
 Component CContentArea.getCornerComponent(CContentArea.Corner corner, boolean horizontal)
          Gets the component of a corner.
 void CContentArea.setCornerComponent(Component component, CContentArea.Corner corner, boolean horizontal)
          Puts component in one corner of this area.