|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.beans.AbstractBean
org.jdesktop.beans.AbstractSerializableBean
public abstract class AbstractSerializableBean
This subclass enhances AbstractBean
by implementing the
Serializable
interface. AbstractSerializableBean
correctly
serializes all Serializable
listeners that it contains. Implementors
that need to extends AbstractBean
or one of its subclasses and
require serialization should use this class if possible. If it is not
possible to extend this class, the implementation can guide implementors on
how to properly serialize the listeners.
Serializable
,
ObjectInputStream
,
ObjectOutputStream
,
Serialized FormConstructor Summary | |
---|---|
protected |
AbstractSerializableBean()
Creates a new instance of AbstractSerializableBean . |
protected |
AbstractSerializableBean(PropertyChangeSupport pcs,
VetoableChangeSupport vcs)
Creates a new instance of AbstractSerializableBean , using the
supplied support delegates. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractSerializableBean()
AbstractSerializableBean
.
protected AbstractSerializableBean(PropertyChangeSupport pcs, VetoableChangeSupport vcs)
AbstractSerializableBean
, using the
supplied support delegates. Neither of these may be null
.
pcs
- the property change support class to usevcs
- the vetoable change support class to use
NullPointerException
- if any parameter is null
|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |