Modifier and Type | Method | Description |
---|---|---|
Scrollpagebehaviors |
Scrollpagebehaviors._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Scrollpagebehaviors |
AppearancePreferencesObject.getScrollBarAction() |
The action performed by clicking the scroll bar.
|
static Scrollpagebehaviors |
Scrollpagebehaviors.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Scrollpagebehaviors[] |
Scrollpagebehaviors.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Scrollpagebehaviors> |
Scrollpagebehaviors._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
AppearancePreferencesObject.setScrollBarAction(Scrollpagebehaviors scrollBarAction) |
The action performed by clicking the scroll bar.
|