taken from field
Indicates whether or not this Node
is disabled. A Node
will become disabled if disable
is set to true
on either
itself or one of its ancestors in the scene graph.
A disabled Node
should render itself differently to indicate its
disabled state to the user.
Such disabled rendering is dependent on the implementation of the
Node
. The shape classes contained in javafx.scene.shape
do not implement such rendering by default, therefore applications using
shapes for handling input must implement appropriate disabled rendering
themselves. The user-interface controls defined in
javafx.scene.control
will implement disabled-sensitive rendering,
however.
A disabled Node
does not receive mouse or key events.
@defaultValue false
Diagram: Node