Serialized Form
| Package com.jgoodies.common.bean | 
changeSupport
PropertyChangeSupport changeSupport
- If anyPropertyChangeListenershave been registered,
 thechangeSupportfield describes them.
 
- See Also:
- Bean.addPropertyChangeListener(PropertyChangeListener),- Bean.addPropertyChangeListener(String, PropertyChangeListener),- Bean.removePropertyChangeListener(PropertyChangeListener),- Bean.removePropertyChangeListener(String, PropertyChangeListener),- PropertyChangeSupport
 
vetoSupport
VetoableChangeSupport vetoSupport
- If any VetoableChangeListenershave been registered,
 thevetoSupportfield describes them.
 
- See Also:
- Bean.addVetoableChangeListener(VetoableChangeListener),- Bean.addVetoableChangeListener(String, VetoableChangeListener),- Bean.removeVetoableChangeListener(VetoableChangeListener),- Bean.removeVetoableChangeListener(String, VetoableChangeListener),- Bean.fireVetoableChange(String, Object, Object)
 
| Package com.jgoodies.common.collect | 
serialVersionUID: -6165677201152015546L
listenerList
EventListenerList listenerList
- Holds the registered ListDataListeners. The list that holds these
 listeners is initialized lazily in #getEventListenerList.
 
- See Also:
- ArrayListModel.addListDataListener(ListDataListener),- ArrayListModel.removeListDataListener(ListDataListener)
 
serialVersionUID: 5753378113505707237L
listenerList
EventListenerList listenerList
- Holds the registered ListDataListeners. The list that holds these
 listeners is initialized lazily in #getEventListenerList.
 
- See Also:
- LinkedListModel.addListDataListener(ListDataListener),- LinkedListModel.removeListDataListener(ListDataListener)
 
| Package com.jgoodies.common.format | 
delegate
DateFormat delegate
- Refers to the wrapped Format that is used to forward
 #formatand#parseObject.
 
 
emptyValue
Date emptyValue
- Holds the object that represents the empty value.
 The result of formatting this value is the empty string;
 the result of parsing an empty string is this object.
 
 
delegate
Format delegate
- Refers to the wrapped Format that is used to forward
 #formatand#parseObject.
 
 
emptyValue
Object emptyValue
- Holds the object that represents the empty value.
 The result of formatting this value is the empty string;
 the result of parsing an empty string is this object.
 
 
delegate
NumberFormat delegate
emptyValue
Number emptyValue
Copyright © 2009-2012 JGoodies Karsten Lentzsch. All Rights Reserved.