Serialized Form
Package com.jgoodies.common.bean |
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
#format
and #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
#format
and #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-2013 JGoodies Software GmbH. All Rights Reserved.