Modifier and Type | Class and Description |
---|---|
public class |
Modifier and Type | Field and Description |
---|---|
private static final String | |
private static final int | |
private static final String | |
private final Method | |
protected final Class | |
private final int | |
private final Method | |
protected final String | |
private static final String | |
private static final int | |
private static final String | |
private final Method | |
private static final String | |
private final Class |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public static String | |
public Method | |
public String | |
public Class | |
public void |
ADD_LISTENER_METHOD_NAME | back to summary |
---|---|
private static final String ADD_LISTENER_METHOD_NAME |
ADD_LISTENER_TAKES_NAME | back to summary |
---|---|
private static final int ADD_LISTENER_TAKES_NAME |
ADD_PREFIX | back to summary |
---|---|
private static final String ADD_PREFIX |
addChangeListener | back to summary |
---|---|
private final Method addChangeListener |
beanClass | back to summary |
---|---|
protected final Class<?> beanClass |
flags | back to summary |
---|---|
private final int flags |
getter | back to summary |
---|---|
private final Method getter |
name | back to summary |
---|---|
protected final String name |
REMOVE_LISTENER_METHOD_NAME | back to summary |
---|---|
private static final String REMOVE_LISTENER_METHOD_NAME |
REMOVE_LISTENER_TAKES_NAME | back to summary |
---|---|
private static final int REMOVE_LISTENER_TAKES_NAME |
REMOVE_PREFIX | back to summary |
---|---|
private static final String REMOVE_PREFIX |
removeChangeListener | back to summary |
---|---|
private final Method removeChangeListener |
SUFFIX | back to summary |
---|---|
private static final String SUFFIX |
type | back to summary |
---|---|
private final Class<?> type |
ReadOnlyPropertyDescriptor | back to summary |
---|---|
public ReadOnlyPropertyDescriptor(String propertyName, Class<?> beanClass, Method getter) |
addListener | back to summary |
---|---|
public void addListener(ReadOnlyPropertyDescriptor<T>. |
capitalizedName | back to summary |
---|---|
public static String capitalizedName(String name) |
getGetter | back to summary |
---|---|
public Method getGetter() |
getName | back to summary |
---|---|
public String getName() |
getType | back to summary |
---|---|
public Class |
removeListener | back to summary |
---|---|
public void removeListener(ReadOnlyPropertyDescriptor<T>. |
Modifier and Type | Field and Description |
---|---|
protected final Object | |
private final WeakReference |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected ReadOnlyJavaBeanProperty | |
public Object | |
public void | propertyChange(PropertyChangeEvent
A PropertyChangeEvent object describing the event source
and the property that has changed. propertyChangeEvent)Implements java. This method gets called when a bound property is changed. |
public boolean | wasGarbageCollected()
Implements javafx. Returns |
bean | back to summary |
---|---|
protected final Object bean |
propertyRef | back to summary |
---|---|
private final WeakReference<ReadOnlyJavaBeanProperty<T>> propertyRef |
ReadOnlyListener | back to summary |
---|---|
public ReadOnlyListener(Object bean, ReadOnlyJavaBeanProperty<T> property) |
checkRef | back to summary |
---|---|
protected ReadOnlyJavaBeanProperty |
getBean | back to summary |
---|---|
public Object getBean() |
propertyChange | back to summary |
---|---|
public void propertyChange(PropertyChangeEvent propertyChangeEvent) Implements java. Doc from java. This method gets called when a bound property is changed.
|
wasGarbageCollected | back to summary |
---|---|
public boolean wasGarbageCollected() Implements javafx. Doc from javafx. Returns
|