|
Spec-Zone .ru
спецификации, руководства, описания, API
|
private final class Region.ShapeProperty extends com.sun.javafx.css.StyleableObjectProperty<Shape> implements java.lang.Runnable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
com.sun.javafx.css.StyleableProperty |
getStyleableProperty() |
protected void |
invalidated()
The method
invalidated() can be overridden to receive
invalidation notifications. |
void |
run() |
applyStyle, bind, getOrigin, setaddListener, addListener, fireValueChangedEvent, get, isBound, removeListener, removeListener, toString, unbindbindBidirectional, setValue, unbindBidirectionalequals, hashCodegetValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, finalize, getClass, notify, notifyAll, wait, wait, waitequalsgetValuegetValuepublic java.lang.Object getBean()
ReadOnlyPropertyObject that contains this property. If this property
is not contained in an Object, null is returned.getBean in interface ReadOnlyProperty<Shape>Object or nullpublic java.lang.String getName()
ReadOnlyPropertyString.getName in interface ReadOnlyProperty<Shape>Stringpublic com.sun.javafx.css.StyleableProperty getStyleableProperty()
protected void invalidated()
ObjectPropertyBaseinvalidated() can be overridden to receive
invalidation notifications. This is the preferred option in
Objects defining the property, because it requires less memory.
The default implementation is empty.invalidated in class ObjectPropertyBase<Shape>public void run()
run in interface java.lang.RunnableCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .