Modifier and Type | Class and Description |
---|---|
public class |
Modifier and Type | Field and Description |
---|---|
private static final String | |
private static final String | |
private static final int | |
private final Method | |
private final int | |
private static final String | |
private static final String | |
private static final int | |
private final Method | |
private final Method | |
private static final String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public Method | |
public void |
ADD_PREFIX | back to summary |
---|---|
private static final String ADD_PREFIX Hides com. |
ADD_VETOABLE_LISTENER_METHOD_NAME | back to summary |
---|---|
private static final String ADD_VETOABLE_LISTENER_METHOD_NAME |
ADD_VETOABLE_LISTENER_TAKES_NAME | back to summary |
---|---|
private static final int ADD_VETOABLE_LISTENER_TAKES_NAME |
addVetoListener | back to summary |
---|---|
private final Method addVetoListener |
flags | back to summary |
---|---|
private final int flags Hides com. |
REMOVE_PREFIX | back to summary |
---|---|
private static final String REMOVE_PREFIX Hides com. |
REMOVE_VETOABLE_LISTENER_METHOD_NAME | back to summary |
---|---|
private static final String REMOVE_VETOABLE_LISTENER_METHOD_NAME |
REMOVE_VETOABLE_LISTENER_TAKES_NAME | back to summary |
---|---|
private static final int REMOVE_VETOABLE_LISTENER_TAKES_NAME |
removeVetoListener | back to summary |
---|---|
private final Method removeVetoListener |
setter | back to summary |
---|---|
private final Method setter |
SUFFIX | back to summary |
---|---|
private static final String SUFFIX Hides com. |
PropertyDescriptor | back to summary |
---|---|
public PropertyDescriptor(String propertyName, Class<?> beanClass, Method getter, Method setter) |
addListener | back to summary |
---|---|
public void addListener(ReadOnlyPropertyDescriptor<T>. Overrides com.
|
getSetter | back to summary |
---|---|
public Method getSetter() |
removeListener | back to summary |
---|---|
public void removeListener(ReadOnlyPropertyDescriptor<T>. Overrides com.
|
Modifier and Type | Field and Description |
---|---|
private boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | changed(ObservableValue<? extends T>
The observable, T ObservableValue which value changedThe old value oldValue, T The new value newValue)Implements javafx. Called when the value of an |
public void | vetoableChange(PropertyChangeEvent
a propertyChangeEvent)PropertyChangeEvent object describing the
event source and the property that has changed.Implements java. This method gets called when a constrained property is changed. |
updating | back to summary |
---|---|
private boolean updating |
Listener | back to summary |
---|---|
public Listener(Object bean, ReadOnlyJavaBeanProperty<T> property) |
changed | back to summary |
---|---|
public void changed(ObservableValue<? extends T> observable, T oldValue, T newValue) Implements javafx. Doc from javafx. Called when the value of an In general, it is considered bad practice to modify the observed value in this method.
|
vetoableChange | back to summary |
---|---|
public void vetoableChange(PropertyChangeEvent propertyChangeEvent) throws PropertyVetoException Implements java. Doc from java. This method gets called when a constrained property is changed.
|