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