|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultipleCDockableLayout
An intermediate representation of the layout of a MultipleCDockable.
This layout should not have any references to the MultipleCDockable
it describes.
| Method Summary | |
|---|---|
void |
readStream(DataInputStream in)
Reads the content of this layout from out. |
void |
readXML(XElement element)
Reads the content of this layout from element. |
void |
writeStream(DataOutputStream out)
Writes the content of this layout into out. |
void |
writeXML(XElement element)
Writes the content of this layout into element. |
| Method Detail |
|---|
void writeStream(DataOutputStream out)
throws IOException
out.
out - the stream to write into
IOException - if an I/O-error occurs
void readStream(DataInputStream in)
throws IOException
out. All
properties should be set to their default value or to the value read
from the stream.
in - the stream to read
IOException - if an I/O-error occursvoid writeXML(XElement element)
element.
element - the xml element into which this method can write,
the attributes of element should not be changedvoid readXML(XElement element)
element. All
properties should be set to their default value or to the value
read from element. This method can assume that the xml-element
was written by another layout of the same type, and that no attributes or
elements have been deleted or altered by DockingFrames itself.
element - the element to read
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||