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