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