private final class WebEngine.DocumentProperty extends ReadOnlyObjectPropertyBase<org.w3c.dom.Document>
Modifier and Type | Field and Description |
---|---|
private boolean |
available |
private org.w3c.dom.Document |
document |
Modifier | Constructor and Description |
---|---|
private |
DocumentProperty() |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
get()
Returns the current value of this
ObservableObjectValue<T> . |
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
private void |
invalidate(boolean available) |
addListener, addListener, fireValueChangedEvent, removeListener, removeListener
toString
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
private void invalidate(boolean available)
public org.w3c.dom.Document get()
ObservableObjectValue
ObservableObjectValue<T>
.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