| Package | Description |
|---|---|
| javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleRole |
Node.getAccessibleRole()
Gets the value of the property accessibleRole.
|
static AccessibleRole |
AccessibleRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessibleRole[] |
AccessibleRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<AccessibleRole> |
Node.accessibleRoleProperty()
The accessible role for this
Node. |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setAccessibleRole(AccessibleRole value)
Sets the value of the property accessibleRole.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.