| 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(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 |
|---|---|
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. |
Copyright © 2018. All rights reserved.