Serialized Form


Package com.jgoodies.common.bean

Class com.jgoodies.common.bean.AbstractBean extends java.lang.Object implements Serializable

Serialized Fields

changeSupport

java.beans.PropertyChangeSupport changeSupport
If anyPropertyChangeListeners 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

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.

See Also:
ArrayListModel.addListDataListener(ListDataListener), ArrayListModel.removeListDataListener(ListDataListener)

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.

See Also:
LinkedListModel.addListDataListener(ListDataListener), LinkedListModel.removeListDataListener(ListDataListener)

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.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



Copyright © 2009-2012 JGoodies Karsten Lentzsch. All Rights Reserved.