当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
Serialized Form (NetBeans Windows API) - NetBeans API Javadoc 5.0.0
Serialized Form
Package org.openide.windows |
serialVersionUID: 4893753008783256289l
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.
serialVersionUID: 5543148876020730556l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Adds also initializing of
componentSet
field.
serialVersionUID: -3022538025284122942l
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.
serialVersionUID: -4133918059009277602l
activeComponent
TopComponent activeComponent
- The top component which is currently active
registry
TopComponent.Registry registry
- the registry