Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
Modifier and Type | Method and Description |
---|---|
static CContentArea.Corner |
CContentArea.Corner.valueOf(java.lang.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 are declared.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
CContentArea.getCornerComponent(CContentArea.Corner corner,
boolean horizontal)
Gets the component of a corner.
|
void |
CContentArea.setCornerComponent(java.awt.Component component,
CContentArea.Corner corner,
boolean horizontal)
Puts
component in one corner of this area. |