Serialized Form


Package com.jgoodies.common.bean

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

Serialized Fields

changeSupport

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

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 ArrayList<E> implements Serializable

serialVersionUID: -6165677201152015546L

Serialized Fields

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)

Class com.jgoodies.common.collect.LinkedListModel extends LinkedList<E> implements Serializable

serialVersionUID: 5753378113505707237L

Serialized Fields

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

Class com.jgoodies.common.format.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.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 extends Format implements Serializable

Serialized Fields

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.

Class com.jgoodies.common.format.EmptyNumberFormat extends NumberFormat implements Serializable

Serialized Fields

delegate

NumberFormat delegate

emptyValue

Number emptyValue



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