|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use WriteException | |
| com.tensegrity.generic.persistence | Holds classes and interfaces useful to make instances of objects of the Tensegrity-API persistent. |
| com.tensegrity.graph.persistence | GraphPersistence package. |
| com.tensegrity.gui.document.persistence | |
| com.tensegrity.gui.graphdocument | This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents. |
| com.tensegrity.gui.graphdocument.persistence | |
| com.tensegrity.gui.swing.document | This package contains all of the current document implementations for use in a swing-based environment. |
| com.tensegrity.gui.swt.document | |
| Uses of WriteException in com.tensegrity.generic.persistence |
| Methods in com.tensegrity.generic.persistence that throw WriteException | |
void |
Writer.write(AttributeList attributes)
This method writes the information given by an AttributeList
to a data storage. |
static void |
XMLIOUtilities.writeXML(java.io.OutputStream outputstream,
java.lang.String header,
AttributeList list)
Writes the given list to the outputstream
and prepends the header to the output. |
static void |
XMLIOUtilities.writeXMLFile(java.lang.String filename,
java.lang.String header,
AttributeList list)
Method writeXMLFile writes the parameter
AttributeList to the File specified by
filename using the given header. |
static void |
XMLIOUtilities.writeXMLFile(java.lang.String filename,
AttributeList list)
Does the same as writeXMLFile, but you do not have to
specify a XML-header. |
void |
XMLWriter.write(AttributeList attributeList)
Deprecated. |
void |
XMLStreamWriter.write(AttributeList attributeList)
|
static void |
XMLFileWriter.writeFile(java.lang.String location,
java.lang.String dtd,
AttributeList data,
boolean sort,
java.lang.String itemName,
java.lang.String descriptorName)
This method writes a given portion of data into an xml file. |
| Uses of WriteException in com.tensegrity.graph.persistence |
| Methods in com.tensegrity.graph.persistence that throw WriteException | |
static void |
GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview,
java.io.OutputStream out,
ViewSerializerFilter serializefilter)
Writes the VisualGraphView given by
VisualGraphView to the OutputStream given by
out. |
static void |
GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview,
java.io.File file)
Writes the VisualGraphView given by
VisualGraphView to the File given by
file. |
static void |
GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview,
java.io.File file,
ViewSerializerFilter serializefilter,
Attribute preview)
Writes a given VisualGraphView to the given file by using
the SerializeFilter. |
static void |
GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview,
java.io.File file,
ViewSerializerFilter serializefilter,
Attribute preview,
AttributeList imageList,
AttributeList pageFormat)
Writes the visualgraphview to the file.
|
static void |
GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview,
java.io.OutputStream outputstream,
ViewSerializerFilter serializefilter,
Attribute preview,
AttributeList imageList,
AttributeList pageFormat)
Writes the visualgraphview to the outputstream.
|
static void |
GraphPersistence.writeVisualGraphView(AttributeList list,
java.io.OutputStream outputstream)
Writes a VisualGraphView serialization in form of the
AttributeList given by list to the the
OutputStream given by os.
|
static void |
GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview,
java.io.File file,
ViewSerializerFilter serializefilter,
Attribute preview,
AttributeList imageList)
Writes a given VisualGraphView to the given file by using
the SerializeFilter. |
| Uses of WriteException in com.tensegrity.gui.document.persistence |
| Methods in com.tensegrity.gui.document.persistence that throw WriteException | |
boolean |
DocumentWriter.writeDocument(Document doc,
java.io.OutputStream output)
Writes the data from the given document into the output stream. |
| Uses of WriteException in com.tensegrity.gui.graphdocument |
| Methods in com.tensegrity.gui.graphdocument that throw WriteException | |
static void |
LayoutIOUtilities.saveSettings(GraphPanel graphpanel,
java.lang.String filename)
Saves the current layout settings of the given GraphPanel
to a file with the given filename. |
| Uses of WriteException in com.tensegrity.gui.graphdocument.persistence |
| Methods in com.tensegrity.gui.graphdocument.persistence that throw WriteException | |
protected void |
GraphDocumentWriter.writeDocumentToStream(Document doc,
AttributeList list,
java.io.OutputStream output)
Writes the given AttributeList to the output stream. |
| Uses of WriteException in com.tensegrity.gui.swing.document |
| Methods in com.tensegrity.gui.swing.document that throw WriteException | |
boolean |
SwingGraphDocumentWriter.writeDocument(Document doc,
java.io.OutputStream output)
|
| Uses of WriteException in com.tensegrity.gui.swt.document |
| Methods in com.tensegrity.gui.swt.document that throw WriteException | |
boolean |
SwtGraphDocumentWriter.writeDocument(Document doc,
java.io.OutputStream output)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||