|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IllegalAttributeException | |
| com.tensegrity.composite.coordinate | Provides interfaces and classes for creating and dealing with coordinate systems. |
| 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.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 | Core classes for tensegrity-software packages. |
| com.tensegrity.graph.persistence | GraphPersistence package. |
| 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.skeleton.commands | The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. |
| Uses of IllegalAttributeException in com.tensegrity.composite.coordinate |
| Methods in com.tensegrity.composite.coordinate that throw IllegalAttributeException | |
static Attribute |
CoordinateSystemUtilities.toAttribute(CoordinateSystem coordSystem,
java.lang.String name)
Method toAttribute converts an instance of CoordinateSystem
to an Attribute.
|
static Attribute |
CoordinateSystemUtilities.toAttribute(CoordinateSystem coordSystem)
Returns an Attribute representing the given
CoordinateSystem. |
| Uses of IllegalAttributeException in com.tensegrity.composite.geometry.persistence |
| Methods in com.tensegrity.composite.geometry.persistence that throw IllegalAttributeException | |
static void |
GeometryPersistenceUtilities.addSize(AttributeCollection collection,
java.lang.String attName,
Size size)
This methods adds the parameter Size to the given
AttributeCollection by creating a comma separated string
from the values of the Size.extensions array and using the
parameter String attName as name for the newly added
attribute. |
| Uses of IllegalAttributeException in com.tensegrity.composite.persistence |
| Methods in com.tensegrity.composite.persistence that throw IllegalAttributeException | |
protected void |
CompositeSwimLanePoolSerializer.addComposites(AttributeList composites)
|
| Uses of IllegalAttributeException in com.tensegrity.generic.attribute |
| Methods in com.tensegrity.generic.attribute that throw IllegalAttributeException | |
static boolean |
AttributeSetPool.addAttributePaths(AttributeCollection collection)
Adds the list or set of attributes to the pool. |
protected static boolean |
AttributeSetPool.addAttributePaths(AttributeCollection collection,
AttributeSet parentSet,
java.lang.String path)
Adds the list or set of attributes to the pool. |
static AttributeList |
AttributeSetPool.getAttributes()
Returns all attributes in the pool. |
protected static AttributeSet |
AttributeSetPool.assertPath(AttributeCollection collection,
java.lang.String path)
Returns the attributeset at the location defined by the given path. |
void |
AttributeCollection.add(Attribute attribute)
Adds the given Attribute to the collection. |
java.util.Iterator |
AttributeCollection.findAndFlatten(java.lang.String path)
This method assembles attributes that match the path into a list of flat ones. |
AttributeCollection |
AttributeCollection.merge(AttributeCollection other)
This method creates a new AttributeCollection reflecting a
merge of the given collection with this collection. |
| Uses of IllegalAttributeException in com.tensegrity.generic.persistence |
| Methods in com.tensegrity.generic.persistence that throw IllegalAttributeException | |
protected boolean |
XMLReader.parseToCollection(org.w3c.dom.Element elem,
AttributeCollection collection)
Deprecated. Parses a xml element (and its subnodes) to fill the given collection |
| Uses of IllegalAttributeException in com.tensegrity.generic.util |
| Methods in com.tensegrity.generic.util that throw IllegalAttributeException | |
static boolean |
AttributeOperations.mergeAttributesImmutable(AttributeSet current,
AttributeSet updated)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
static boolean |
AttributeOperations.updateAttributes(AttributeSet current,
AttributeSet updated,
boolean addMissing)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
static boolean |
AttributeOperations.updateAttributes(AttributeSet current,
AttributeSet updated,
boolean addMissing,
boolean updateMutability)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
static boolean |
AttributeOperations.updateAttributes(AttributeSet current,
AttributeSet updated,
boolean addMissing,
boolean updateMutability,
boolean updateConstraint,
boolean ignoreConstraintViolations)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
static boolean |
AttributeOperations.updateAttributeCollection(AttributeCollection current,
AttributeCollection updated,
boolean addMissing)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
static AttributeCollection |
AttributeOperations.getMutableCopy(AttributeCollection coll)
Creates a mutable copy of an AttributeCollection by creating new mutable attributes containing the original name, value and constraint. |
static AttributeSet |
AttributeOperations.list2set(AttributeList list)
Returns an AttributeSet that contains copies of all
Attributes in the given AttributeList. |
| Uses of IllegalAttributeException in com.tensegrity.graph.persistence |
| Methods in com.tensegrity.graph.persistence that throw IllegalAttributeException | |
static AttributeList |
GraphPersistence.getImages(AttributeList list,
boolean remove)
Returns the images attribute list from the attribute list loaded from a graph xml file. |
| Uses of IllegalAttributeException in com.tensegrity.gui.graphdocument |
| Methods in com.tensegrity.gui.graphdocument that throw IllegalAttributeException | |
static void |
ElementDefinitionUtil.convertLayoutAttributeNames(AttributeCollection coll)
Converts the names of layout attributes from the old version to the new one. |
| Constructors in com.tensegrity.gui.graphdocument that throw IllegalAttributeException | |
GraphDocumentSettingsProvider(Document gDoc,
java.util.Map mapPref2Doc,
java.lang.String preferenceFileName,
java.lang.Class refClass)
Constructor |
|
| Uses of IllegalAttributeException in com.tensegrity.gui.graphdocument.persistence |
| Methods in com.tensegrity.gui.graphdocument.persistence that throw IllegalAttributeException | |
protected void |
GraphDocumentWriter.saveStyles(AttributeList list,
GraphDocument gDoc)
Saves the styles to the given AttributeList structure.
|
protected void |
GraphDocumentWriter.saveGeometries(AttributeList list,
GraphDocument gDoc)
Saves the geometries to the given AttributeList structure.
|
protected void |
GraphDocumentWriter.saveRules(AttributeList list,
GraphDocument gDoc)
Saves the rules to the given AttributeList structure.
|
protected void |
GraphDocumentWriter.saveLayouts(AttributeList list,
GraphDocument gDoc)
Saves the layout configuration to the given AttributeList
structure.
|
| Uses of IllegalAttributeException in com.tensegrity.skeleton.commands |
| Methods in com.tensegrity.skeleton.commands that throw IllegalAttributeException | |
protected void |
OpenElementsCommand.checkConflicts(ElementDefinitionWrapper edw)
|
protected void |
OpenElementsCommand.loadDefinitions(ElementDefinitionWrapper edw,
java.io.File file,
ElementService.Locations locs)
|
protected void |
OpenLayoutsCommand.loadDefinitions(java.io.File file)
|
protected void |
OpenLayoutsCommand.checkConflicts(ElementDefinitionWrapper edw)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||