| Package | Description |
|---|---|
| com.sun.glass.ui | |
| javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
| Modifier and Type | Method and Description |
|---|---|
protected Accessible |
Accessible.getContainerAccessible(AccessibleRole targetRole) |
| Modifier and Type | Method and Description |
|---|---|
AccessibleRole |
Node.getAccessibleRole() |
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setAccessibleRole(AccessibleRole value) |
Copyright © 2025. All rights reserved.