Uses of Package
com.tensegrity.generic.persistence

Packages that use com.tensegrity.generic.persistence
com.tensegrity.composite.coordinate Provides interfaces and classes for creating and dealing with coordinate systems. 
com.tensegrity.composite.geometry Provides interfaces and classes for defining and dealing with geometries and styles for composites. 
com.tensegrity.composite.geometry.persistence Provides interfaces and classes for making geometry attributes of composites persistent. 
com.tensegrity.composite.persistence Provides classes for making composite objects persistent. 
com.tensegrity.composite.style Styles are used to define the visual appearance of an element.  
com.tensegrity.composite.style.persistence Provides classes for making style attributes persistent. 
com.tensegrity.generic.attribute Contains interfaces that define the attribute framework and its associated exceptions. 
com.tensegrity.generic.persistence Holds classes and interfaces useful to make instances of objects of the Tensegrity-API persistent.  
com.tensegrity.generic.util.prefs Contains interfaces and classes that is helpful for dealing with persistent application settings. 
com.tensegrity.graph.element Element functions.  
com.tensegrity.graph.element.persistence Element persistance functions.  
com.tensegrity.graph.persistence GraphPersistence package.  
com.tensegrity.graph.rule The rule package contains the code for rules that are used throughout the graph packages.  
com.tensegrity.graph.rule.persistence This package contains the classes necessary to implement xml and attribute-based persistence for rules.  
com.tensegrity.graph.view.geometry   
com.tensegrity.graph.view.image   
com.tensegrity.graph.view.style   
com.tensegrity.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
com.tensegrity.gui.document Contains the interfaces for document types and the framework which maintains such documents.  
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   
com.tensegrity.gui.template   
com.tensegrity.skeleton   
com.tensegrity.skeleton.commands The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. 
com.tensegrity.skeleton.container.swing The swing implementations of all currently available ToolContainer types. 
com.tensegrity.skeleton.container.swt   
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.composite.coordinate
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.composite.geometry
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
XMLParseException
           Thrown when an XMLReader encounters an exception while parsing a document.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.composite.geometry.persistence
Builder
          The Builder interface is responsible for building an object using the information provided in an AttributeList.
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
Serializer
           The Serializer interface is responsible for translating an object into a persisted AttributeList.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.composite.persistence
Builder
          The Builder interface is responsible for building an object using the information provided in an AttributeList.
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
Serializer
           The Serializer interface is responsible for translating an object into a persisted AttributeList.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.composite.style
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.composite.style.persistence
Builder
          The Builder interface is responsible for building an object using the information provided in an AttributeList.
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
Serializer
           The Serializer interface is responsible for translating an object into a persisted AttributeList.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.generic.attribute
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.generic.persistence
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
EntityRegistry
          The EntityRegistry can be used to collect frequently occuring Attribute's when it comes to storing them in XML documents.
Reader
          The Reader interface defines an object that is able to read information from a data source and create an AttributeList from that information.
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
WriteException
          The WriteException is thrown during the write process of a Writer.
Writer
          The Writer interface defines an object that is able to write the information given by an AttributeList to a data store.
XMLParseException
           Thrown when an XMLReader encounters an exception while parsing a document.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.generic.util.prefs
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.graph.element
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
XMLParseException
           Thrown when an XMLReader encounters an exception while parsing a document.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.graph.element.persistence
Builder
          The Builder interface is responsible for building an object using the information provided in an AttributeList.
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.graph.persistence
Builder
          The Builder interface is responsible for building an object using the information provided in an AttributeList.
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
Serializer
           The Serializer interface is responsible for translating an object into a persisted AttributeList.
WriteException
          The WriteException is thrown during the write process of a Writer.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.graph.rule
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.graph.rule.persistence
Builder
          The Builder interface is responsible for building an object using the information provided in an AttributeList.
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
Serializer
           The Serializer interface is responsible for translating an object into a persisted AttributeList.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.graph.view.geometry
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
XMLParseException
           Thrown when an XMLReader encounters an exception while parsing a document.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.graph.view.image
Color
          The Color class acts as a wrapper for Color Objects.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.graph.view.style
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.graphics
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.gui.document
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.gui.document.persistence
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
WriteException
          The WriteException is thrown during the write process of a Writer.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.gui.graphdocument
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
WriteException
          The WriteException is thrown during the write process of a Writer.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.gui.graphdocument.persistence
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
WriteException
          The WriteException is thrown during the write process of a Writer.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.gui.swing.document
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
WriteException
          The WriteException is thrown during the write process of a Writer.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.gui.swt.document
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
SerializeException
          The SerializeException is thrown during the serialize process of a Serializer.
WriteException
          The WriteException is thrown during the write process of a Writer.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.gui.template
Builder
          The Builder interface is responsible for building an object using the information provided in an AttributeList.
BuildException
          The BuildException is thrown during the build process of a Builder-instance.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.skeleton
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.skeleton.commands
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
XMLParseException
           Thrown when an XMLReader encounters an exception while parsing a document.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.skeleton.container.swing
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
XMLParseException
           Thrown when an XMLReader encounters an exception while parsing a document.
 

Classes in com.tensegrity.generic.persistence used by com.tensegrity.skeleton.container.swt
ReadException
          The ReadException is thrown if a Reader fails to operate properly.
XMLParseException
           Thrown when an XMLReader encounters an exception while parsing a document.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.