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, removeListenerasObject, readOnlyBooleanProperty, toStringand, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, orclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValueprivate boolean value
private boolean valid
private boolean needsChangeEvent
public void store(boolean value)
public void notifyListeners()
private void markInvalid()
public boolean get()
ObservableBooleanValueObservableBooleanValue.public java.lang.Object getBean()
ReadOnlyPropertyObject that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic java.lang.String getName()
ReadOnlyPropertyString.String