org.openide.windows 6.30.1

Serialized Form


Package org.openide.windows

Class org.openide.windows.CloneableTopComponent extends TopComponent implements Serializable

serialVersionUID: 4893753008783256289L

Serialization Methods

readExternal

public void readExternal(ObjectInput oi)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput oo)
                   throws IOException
Throws:
IOException

Class org.openide.windows.CloneableTopComponent.Ref extends Object implements Serializable

serialVersionUID: 5543148876020730556L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Adds also initializing of componentSet field.

Throws:
IOException
ClassNotFoundException

Class org.openide.windows.TopComponent extends JComponent implements Serializable

serialVersionUID: -3022538025284122942L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Deserialize this top component. Subclasses wishing to store state must call the super method, then read from the stream.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Serialize this top component. Subclasses wishing to store state must call the super method, then write to the stream.

Throws:
IOException

Class org.openide.windows.WindowManager extends Object implements Serializable

serialVersionUID: -4133918059009277602L

Serialized Fields

activeComponent

Reference<T> activeComponent
The top component which is currently active


registry

TopComponent.Registry registry
the registry


org.openide.windows 6.30.1

Built on July 6 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.