Serialized Form
Package com.jgoodies.common.bean |
changeSupport
java.beans.PropertyChangeSupport changeSupport
- If any
PropertyChangeListeners
have been registered,
the changeSupport
field describes them.
- See Also:
AbstractBean.addPropertyChangeListener(PropertyChangeListener)
,
AbstractBean.addPropertyChangeListener(String, PropertyChangeListener)
,
AbstractBean.removePropertyChangeListener(PropertyChangeListener)
,
AbstractBean.removePropertyChangeListener(String, PropertyChangeListener)
,
PropertyChangeSupport
vetoSupport
java.beans.VetoableChangeSupport vetoSupport
- If any
VetoableChangeListeners
have been registered,
the vetoSupport
field describes them.
- See Also:
AbstractBean.addVetoableChangeListener(VetoableChangeListener)
,
AbstractBean.addVetoableChangeListener(String, VetoableChangeListener)
,
AbstractBean.removeVetoableChangeListener(VetoableChangeListener)
,
AbstractBean.removeVetoableChangeListener(String, VetoableChangeListener)
,
AbstractBean.fireVetoableChange(String, Object, Object)
Package com.jgoodies.common.collect |
serialVersionUID: -6165677201152015546L
listenerList
javax.swing.event.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
javax.swing.event.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
java.text.DateFormat delegate
- Refers to the wrapped Format that is used to forward
#format
and #parseObject
.
emptyValue
java.util.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
java.text.Format delegate
- Refers to the wrapped Format that is used to forward
#format
and #parseObject
.
emptyValue
java.lang.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
java.text.NumberFormat delegate
emptyValue
java.lang.Number emptyValue
Copyright © 2009-2011 JGoodies Karsten Lentzsch. All Rights Reserved.