|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Reads and writes the state of a view.
Method Summary | |
View |
readView(ObjectInputStream in)
Reads and returns a view. |
void |
writeView(View view,
ObjectOutputStream out)
Writes a view to a stream. |
Method Detail |
public void writeView(View view, ObjectOutputStream out) throws IOException
view
- the view to writeout
- the stream on which to write the view
IOException
- if there is a stream errorpublic View readView(ObjectInputStream in) throws IOException
writeView(net.infonode.docking.View, java.io.ObjectOutputStream)
method.
Note that the view property values are read automatically, so this method should not read them.
This method should return null if the serialized view can't be resolved.
in
- the stream from which to read the view state
IOException
- if there is a stream error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |