AccessibleRole

scalafx.scene.AccessibleRole
See theAccessibleRole companion object
sealed abstract class AccessibleRole(val delegate: AccessibleRole) extends SFXEnumDelegate[AccessibleRole]

Attributes

Companion
object
Graph
Supertypes
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Known subtypes
object Button.type
object CheckBox.type
object CheckBoxTreeItem.type
object CheckMenuItem.type
object ComboBox.type
object ContextMenu.type
object DatePicker.type
object DecrementButton.type
object Dialog.type
object Hyperlink.type
object ImageView.type
object IncrementButton.type
object ListItem.type
object ListView.type
object Menu.type
object MenuBar.type
object MenuButton.type
object MenuItem.type
object Node.type
object PageItem.type
object Pagination.type
object Parent.type
object PasswordField.type
object ProgressIndicator.type
object RadioButton.type
object RadioMenuItem.type
object ScrollBar.type
object ScrollPane.type
object Slider.type
object Spinner.type
object SplitMenuButton.type
object TabItem.type
object TabPane.type
object TableCell.type
object TableColumn.type
object TableRow.type
object TableView.type
object Text.type
object TextArea.type
object TextField.type
object Thumb.type
object TitledPane.type
object ToggleButton.type
object ToolBar.type
object Tooltip.type
object TreeItem.type
object TreeTableCell.type
object TreeTableRow.type
object TreeTableView.type
object TreeView.type
Show all

Members list

Value members

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Return the same string value as enum delegate.

Return the same string value as enum delegate.

This is important since we want to be able to look it up using enums valueOf method. Default toString provided by the SFXDelegate prepends "[SFX]"

Attributes

Definition Classes
Inherited from:
SFXEnumDelegate

Concrete fields

override val delegate: AccessibleRole

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes