Package | Description |
---|---|
com.sun.glass.ui.mac |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<MacAccessible.MacAction> |
MacAccessible.MacRole.macActions |
Modifier and Type | Method and Description |
---|---|
(package private) static MacAccessible.MacAction |
MacAccessible.MacAction.getAction(long ptr) |
static MacAccessible.MacAction |
MacAccessible.MacAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MacAccessible.MacAction[] |
MacAccessible.MacAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MacRole(AccessibleRole[] jfxRoles,
MacAccessible.MacAttribute[] macAttributes,
MacAccessible.MacAction[] macActions,
MacAccessible.MacAttribute[] macParameterizedAttributes) |
MacRole(AccessibleRole jfxRole,
MacAccessible.MacAttribute[] macAttributes,
MacAccessible.MacAction[] macActions) |