Modifier and Type | Method | Description |
---|---|---|
Ipnl |
Ipnl._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Ipnl |
InformationWindow.getCurrentPanel() |
The current panel in the information window.
|
static Ipnl |
Ipnl.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Ipnl[] |
Ipnl.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Ipnl> |
Ipnl._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
InformationWindow.setCurrentPanel(Ipnl currentPanel) |
The current panel in the information window.
|