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

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

 

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
Description copied from class: TopComponent
Deserialize this top component. Subclasses wishing to store state must call the super method, then read from the stream.


writeExternal

public void writeExternal(ObjectOutput oo)
                   throws IOException
Description copied from class: TopComponent
Serialize this top component. Subclasses wishing to store state must call the super method, then write to the stream.

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.

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.


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.

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


 

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