final class Node.FocusedProperty extends ReadOnlyBooleanPropertyBase
Modifier and Type | Field and Description |
---|---|
private boolean |
needsChangeEvent |
private boolean |
valid |
private boolean |
value |
Constructor and Description |
---|
FocusedProperty() |
Modifier and Type | Method and Description |
---|---|
boolean |
get()
Returns the current value of this
ObservableBooleanValue . |
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
private void |
markInvalid() |
void |
notifyListeners() |
void |
store(boolean value) |
addListener, addListener, fireValueChangedEvent, removeListener, removeListener
asObject, readOnlyBooleanProperty, toString
and, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, or
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
private boolean value
private boolean valid
private boolean needsChangeEvent
public void store(boolean value)
public void notifyListeners()
private void markInvalid()
public boolean get()
ObservableBooleanValue
ObservableBooleanValue
.public java.lang.Object getBean()
ReadOnlyProperty
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.Object
or null
public java.lang.String getName()
ReadOnlyProperty
String
.String