站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

Serialized Form (NetBeans Windows API) - NetBeans API Javadoc 5.5.0

org.openide.windows 6.5.22

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

TopComponent activeComponent
The top component which is currently active


registry

TopComponent.Registry registry
the registry


org.openide.windows 6.5.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.