Serialized Form
-
Package com.jgoodies.common.bean
-
Class com.jgoodies.common.bean.Bean
class Bean extends Object implements Serializable
-
-
Package com.jgoodies.common.collect
-
Class com.jgoodies.common.collect.ArrayListModel
- serialVersionUID:
- -6165677201152015546L
-
Serialized Fields
-
listenerList
EventListenerList listenerList
Holds the registered ListDataListeners. The list that holds these listeners is initialized lazily in#getEventListenerList
.- See Also:
-
-
Class com.jgoodies.common.collect.LinkedListModel
- serialVersionUID:
- 5753378113505707237L
-
Serialized Fields
-
listenerList
EventListenerList listenerList
Holds the registered ListDataListeners. The list that holds these listeners is initialized lazily in#getEventListenerList
.- See Also:
-
-
-
Package com.jgoodies.common.format
-
Class com.jgoodies.common.format.AbstractWrappedDateFormat
class AbstractWrappedDateFormat extends DateFormat implements Serializable-
Serialized Fields
-
delegate
DateFormat delegate
Refers to the wrapped Format that is used to forward#format
and#parseObject
.
-
-
-
Class com.jgoodies.common.format.DisplayableFormat
class DisplayableFormat extends Format implements Serializable -
Class com.jgoodies.common.format.EmptyDateFormat
class EmptyDateFormat extends AbstractWrappedDateFormat implements Serializable-
Serialized Fields
-
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.
-
-
-
Class com.jgoodies.common.format.EmptyFormat
class EmptyFormat extends Format implements Serializable-
Serialized Fields
-
-
Class com.jgoodies.common.format.EmptyNumberFormat
class EmptyNumberFormat extends NumberFormat implements Serializable-
Serialized Fields
-
delegate
NumberFormat delegate
-
emptyValue
Number emptyValue
-
-
-