| Package | Description |
|---|---|
| org.jacpfx.api.component | |
| org.jacpfx.api.util |
| Modifier and Type | Method and Description |
|---|---|
UIType |
UIComponent.getType()
Distinguish component types.
|
UIType |
Perspective.getType()
Distinguish component types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIComponent.setUIType(UIType type)
Set the UI type to distinguish component types
|
void |
Perspective.setUIType(UIType type)
Set the UI type to distinguish component types
|
| Modifier and Type | Method and Description |
|---|---|
static UIType |
UIType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UIType[] |
UIType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|