Uses of Class
com.tensegrity.generic.constraint.ConstraintParserException

Packages that use ConstraintParserException
com.tensegrity.generic.constraint Includes the default constraints, associated exceptions and the constraint parser.  
com.tensegrity.generic.persistence Holds classes and interfaces useful to make instances of objects of the Tensegrity-API persistent.  
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.swing.control.attributeeditor   
com.tensegrity.gui.swing.dialog This package contains several Dialog implementations, such as a ColorChooser for the three Format types (Paint, Stroke, Font) of the Graphics API.  
 

Uses of ConstraintParserException in com.tensegrity.generic.constraint
 

Methods in com.tensegrity.generic.constraint that throw ConstraintParserException
 Constraint ConstraintParser.parse(java.lang.String input)
          Parses a constraint expression that is given as a string and returns a constraint representing it if the string represents a valid constraint.
 

Uses of ConstraintParserException in com.tensegrity.generic.persistence
 

Methods in com.tensegrity.generic.persistence that throw ConstraintParserException
protected  boolean XMLReader.parseToCollection(org.w3c.dom.Element elem, AttributeCollection collection)
          Deprecated. Parses a xml element (and its subnodes) to fill the given collection
protected  Constraint XMLReader.getConstraint(org.w3c.dom.Element elem)
          Deprecated. Reads the constraints under the current xml element.
 

Uses of ConstraintParserException in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument that throw ConstraintParserException
static void ElementDefinitionUtil.convertVisualGraphObjectLayoutAttributes(AttributeCollection coll)
          Converts layout attributes of VisualGraphObjects that have changed (e.g. after introduction of new attributes to the layout that replace the old ones).
static ElementDefinitionUtil.RenameAttributable ElementDefinitionUtil.checkForMissingLayoutContexts(java.lang.String[] controllerContexts, VisualGraphView vgv)
          Checks, if elements in the VisualGraphView are using a layout context that is not defined in the layout controller.
 

Uses of ConstraintParserException in com.tensegrity.gui.swing.control.attributeeditor
 

Constructors in com.tensegrity.gui.swing.control.attributeeditor that throw ConstraintParserException
EditorStateAttributableOnSet(AttributeEditorProperties props)
          Constructor
 

Uses of ConstraintParserException in com.tensegrity.gui.swing.dialog
 

Constructors in com.tensegrity.gui.swing.dialog that throw ConstraintParserException
AttributesEditorStateDialog(AttributeEditor ae, UIManager uiManager, java.awt.Dialog owner, java.lang.String keyTitle, java.lang.String keyDescription)
          Constructor
AttributesEditorStateDialog(AttributeEditor ae, UIManager uiManager, java.awt.Frame frame)
          Constructor
AttributesEditorStateDialog(AttributeEditor ae, UIManager uiManager, java.awt.Frame frame, java.lang.Class resClass, java.lang.String imageUrl, java.lang.String keyTitle, java.lang.String keyDescription)
          Constructor
AttributesEditorStateDialog(AttributeEditor ae, UIManager uiManager, java.awt.Frame frame, java.lang.String keyTitle, java.lang.String keyDescription)
          Constructor
 



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