Uses of Interface
com.tensegrity.generic.attribute.AttributeList

Packages that use AttributeList
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
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.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 Core classes for tensegrity-software packages.  
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.persistence This package contains the classes necessary to implement xml and attribute-based persistence for rules.  
com.tensegrity.gui.document Contains the interfaces for document types and the framework which maintains such documents.  
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.printing   
com.tensegrity.gui.template   
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. 
 

Uses of AttributeList in com.tensegrity.composite
 

Methods in com.tensegrity.composite that return AttributeList
 AttributeList CompositeView.getModePaints()
          Returns a list containing all paint formats that are defined for the different modes of this composite view instance.
 

Methods in com.tensegrity.composite with parameters of type AttributeList
 void CompositeView.setModePaints(AttributeList modePaints)
          Sets the list of paint formats that should be used for the different modes of this composite view.
 

Uses of AttributeList in com.tensegrity.composite.coordinate
 

Methods in com.tensegrity.composite.coordinate with parameters of type AttributeList
static CoordinateSystem CoordinateSystemUtilities.createCoordinateSystem(AttributeList list, java.lang.String name)
          Method createCoordinateSystem creates a CoordinateSystem from the given list of double values.
static java.lang.String CoordinateSystemUtilities.getCanonicalDescription(AttributeList list, java.lang.String name)
          Method createCoordinateSystem creates a canonical description from the given list of double values.
static java.lang.String CoordinateSystemUtilities.getCanonicalDescription(AttributeList list)
          Method createCoordinateSystem creates a canonical description from the given list of double values.
 

Uses of AttributeList in com.tensegrity.composite.geometry.persistence
 

Methods in com.tensegrity.composite.geometry.persistence that return AttributeList
 AttributeList GeometryItemSerializer.serialize()
           
 AttributeList GeometryDescriptorSerializer.serialize()
           
 AttributeList GeometryDescriptorItemSerializer.serialize()
           
 

Methods in com.tensegrity.composite.geometry.persistence with parameters of type AttributeList
 java.lang.Object GeometryItemBuilder.build(AttributeList attributes)
           
 java.lang.Object GeometryDescriptorBuilder.build(AttributeList attributes)
           
protected  CoordinateSystem GeometryDescriptorBuilder.createCoordinateSystem(AttributeList list)
          Creates a CoordinateSystem from the given list of double values.
 java.lang.Object GeometryDescriptorItemBuilder.build(AttributeList attributes)
           
static GeometryItemCoordinates GeometryDescriptorItemBuilder.getCoordinates(AttributeList list)
          Returns an instance of GeometryItemCoordinates with all the coordinates from the given AttributeList.
 

Uses of AttributeList in com.tensegrity.composite.persistence
 

Methods in com.tensegrity.composite.persistence that return AttributeList
 AttributeList CompositeConstants.ListBuilderElement.getList()
          Returns the list.
 AttributeList CompositeGroupSerializer.serialize()
           
 AttributeList CompositeTableSerializer.serialize()
           
 AttributeList CompositeSwimLaneSerializer.serialize()
           
 AttributeList CompositeSwimLanePoolSerializer.serialize()
           
 AttributeList CompositeSerializer.serialize()
          Returns the CustomAttributes, CoordinateSystem, Location, Size, Transform and Primitives as AttributeList.
 AttributeList CompositeLineSerializer.serialize()
           
 

Methods in com.tensegrity.composite.persistence with parameters of type AttributeList
static void CompositeConstants.addTransform(Transform2D transform, AttributeList list)
          Adds the Transform2D transform to the given AttributeList.
static CompositeConstants.ListBuilderElement CompositeConstants.getCompositeGroupListAndTag(AttributeList list)
          Returns a tuple containing the CompositeGroup AttributeList which is within the given AttributeList and the tag field of that specific Group.
 java.lang.Object CompositeBuilder.build(AttributeList list)
          Creates a composite instance from the given AttributeList.
protected  void CompositeBuilder.setCompositeAttributes(Composite composite, AttributeList list)
          This method sets the size and flags of the given composite according to the values read from the given AttributeList.
protected  void CompositeBuilder.setGeometryAttributes(Composite composite, AttributeList list)
           
protected  void CompositeBuilder.setStyleAttributes(Composite composite, AttributeList list)
           
protected  void CompositeBuilder.addPrimitives(Composite composite, AttributeList list)
          Adds the Primitives given in the AttributeList to this group.
protected  boolean CompositeBuilder.readFlag(AttributeList list, java.lang.String name)
          Method readFlag reads the flag identified by the parameter name from the given list and returns the integral boolean value.
protected  boolean CompositeBuilder.readFlagMayBeNull(AttributeList list, java.lang.String name, boolean defaultValue)
          Reads a attribute representing a flag from the given AttributeList and returns the value as integral boolean.
protected  Size CompositeBuilder.getSize(AttributeList list, java.lang.String attributename)
          Method getSize returns a new Size instance from the SIZE attribute.
protected  Size CompositeBuilder.getSizeMayBeNull(AttributeList list, java.lang.String attributename)
          Returns a Size instance read from the given AttributeList or null.
protected  Coordinate CompositeBuilder.getLocation(AttributeList list)
          Method getLocation returns a Coordinate from the LOCATION Attribute.
protected  void CompositeGroupSerializer.addCompositeGroupAttributes(AttributeList list)
          Adds the attributes of the internal CompositeGroup instance to the given AttributeList.
protected  void CompositeGroupSerializer.addComposites(AttributeList composites)
          Adds all Composites of the internal CompositeGroup to the given AttributeList.
protected  void CompositeGroupSerializer.addBoundingBox(AttributeList list)
          Adds the Boundingbox of the internal group to the given AttributeList.
protected  void CompositeGroupSerializer.addContentBorder(AttributeList list)
          Method addContentBorder adds the content border sizes of the internal group to the parameter list.
protected  void CompositeGroupSerializer.addFoldStateAttributes(AttributeList list)
          Adds all fold-relevant elements of the internal group to the given AttributeList.
 java.lang.Object CompositeGroupBuilder.build(AttributeList list)
           
protected  void CompositeGroupBuilder.setGroupAttributes(CompositeGroup group, AttributeList list)
          Applies the attributes from the given list to the given group.
protected  Size CompositeGroupBuilder.getSize(AttributeList list, java.lang.String attributeName)
          Returns an instance of Size created by the passed AttributeList elements.
protected  Size CompositeGroupBuilder.getSizeMayBeNull(AttributeList list, java.lang.String attributeName, Size defaultValue)
          This method returns an instance of size read from the given AttributeList.
protected  Anchor CompositeGroupBuilder.getAnchorMayBeNull(AttributeList list, java.lang.String attributename)
           
 java.lang.Object CompositeSwimLaneBuilder.build(AttributeList list)
           
protected  void CompositeTableSerializer.addCompositeGroupAttributes(AttributeList list)
          Adds the attributes of the internal CompositeGroup instance to the given AttributeList.
protected  void CompositeTableSerializer.addFoldStateAttributes(AttributeList list)
          Adds all fold-relevant elements of the internal group to the given AttributeList.
protected  void CompositeSwimLanePoolSerializer.addComposites(AttributeList composites)
           
 java.lang.Object CompositeSwimLanePoolBuilder.build(AttributeList list)
           
protected  void CompositeSerializer.addCompositeAttributes(AttributeList list)
          Adds all the attributes of the composite to the given AttributeList instance.
protected  void CompositeSerializer.addFlag(AttributeList list, java.lang.String name, boolean value)
          Method addFlag adds a Flag as attribute to the given list.
protected  void CompositeSerializer.addLocation(AttributeList list, Composite baseComposite)
          Method addLocation adds the location of the internal composite to the given list.
protected  void CompositeSerializer.addSize(AttributeList list, java.lang.String attName, Size size)
          Method addLocation adds the size of the internal composite to the given list.
 java.lang.Object CompositeLabelBuilder.build(AttributeList list)
          Builds a CompositeLabel from the given AttributeList.
 java.lang.Object CompositeLineBuilder.build(AttributeList list)
           
 java.lang.Object CompositeTableBuilder.build(AttributeList list)
           
protected  void CompositeTableBuilder.setGroupAttributes(CompositeTable group, AttributeList list)
          Applies the attributes from the given list to the given group.
protected  Size CompositeTableBuilder.getSizeMayBeNull(AttributeList list, java.lang.String attributeName, Size defaultValue)
          This method returns an instance of size read from the given AttributeList.
static void FormatIDMap.addFormats(AttributeList list)
          This method adds all previously stored format instances to the given AttributeList by writing out Attributes where the name is obtained from FormatIDMap.keyIterator() and the value created by FormatUtilities.getAttributeSetFromFormat(Object).
static void FormatIDMap.readFormats(AttributeList list)
           
 void CompositeLabelSerializer.addCustomAttributes(AttributeList list)
          Overridden method from CompositeSerializer, called by supers method serialize().
 

Uses of AttributeList in com.tensegrity.composite.style.persistence
 

Methods in com.tensegrity.composite.style.persistence that return AttributeList
 AttributeList StyleDescriptorSerializer.serialize()
           
 AttributeList StyleDescriptorItemSerializer.serialize()
           
 AttributeList StyleItemSerializer.serialize()
           
 

Methods in com.tensegrity.composite.style.persistence with parameters of type AttributeList
 java.lang.Object StyleDescriptorBuilder.build(AttributeList attributes)
           
protected  java.util.List StyleDescriptorBuilder.getItems(AttributeList list)
          Method getItems returns all stored StyleDescriptorItems of this StyleDescriptor.
 java.lang.Object StyleItemBuilder.build(AttributeList attributes)
           
 java.lang.Object StyleDescriptorItemBuilder.build(AttributeList attributes)
           
 

Uses of AttributeList in com.tensegrity.generic.attribute
 

Methods in com.tensegrity.generic.attribute that return AttributeList
abstract  AttributeList AttributeFactory.newAttributeList()
          This method return an AttributeList.
static AttributeList AttributeSetPool.getAttributes()
          Returns all attributes in the pool.
static AttributeList AttributePersistenceUtilities.convertCustomAttributes(AttributeFactory aFactory, AttributeSet customAttributes)
          Converts the custom attributes within the AttributeSet given by customAttributes into an AttributeList that can be serialized.
 

Methods in com.tensegrity.generic.attribute with parameters of type AttributeList
static AttributeSet AttributePersistenceUtilities.createCustomAttributes(AttributeList graphobjectlist)
          Creates an AttributeSet holding custom Attributes from the AttributeList of serialized Attributes given by graphobjectlist.
 

Uses of AttributeList in com.tensegrity.generic.persistence
 

Methods in com.tensegrity.generic.persistence that return AttributeList
 AttributeList XMLStreamReader.read()
           
 AttributeList Reader.read()
          This method reads the information available in the data source and returns them in form of an AttributeList.
static AttributeList XMLIOUtilities.readXML(java.io.InputStream in)
          This method reads an AttributeList from an given InputStream.
static AttributeList XMLIOUtilities.readXMLFile(java.io.File file)
          Convenience method that builds an InputStream with the given File-parameter and then calls readXML().
static AttributeList XMLIOUtilities.readXMLFile(java.lang.String filename, java.lang.Class resourceClass)
          This method uses the XMLReader to create an AttributeList from the XML-file specified by the filename parameter.
 AttributeList Serializer.serialize()
          Translates the information of the object to be serialized into an AttributeList.
 AttributeList XMLReader.read()
          Deprecated.  
 

Methods in com.tensegrity.generic.persistence with parameters of type AttributeList
static Attribute BuilderUtilities.getAttribute(AttributeList list, java.lang.String name, boolean doAssertNotNull)
          Method to ease the Attribute retrieval on AttributeLists.
static Attribute BuilderUtilities.getAttributeMayBeNull(AttributeList list, java.lang.String name)
          Method to ease the Attribute retrieval on AttributeList instances.
static java.lang.Object BuilderUtilities.getAttributeValue(AttributeList list, java.lang.String name, java.lang.Class type)
          Method to ease the Attribute value retrieval on AttributeLists.
static java.lang.String BuilderUtilities.getAttributeValueMayBeNull(AttributeList list, java.lang.String name)
          This method uses the BuilderUtilities.getAttributeValueMayBeNull(AttributeList, String, Class) method but assumes that the retrieve value is of type String.
static java.lang.Object BuilderUtilities.getAttributeValueMayBeNull(AttributeList list, java.lang.String name, java.lang.Class type)
          Method to ease the Attribute value retrieval on AttributeList instances.
static java.lang.Object BuilderUtilities.getAttributeValue(AttributeList list, java.lang.String name, java.lang.Class type, boolean doAssertNotNull)
          Method to ease the Attribute value retrieval on AttributeLists.
 void Writer.write(AttributeList attributes)
          This method writes the information given by an AttributeList to a data storage.
 java.lang.Object Builder.build(AttributeList attributes)
          Builds an object from the given AttributeList by reading all required Attributes and its values and creating the object from.
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 AttributeList in com.tensegrity.generic.util
 

Methods in com.tensegrity.generic.util with parameters of type AttributeList
static AttributeSet AttributeOperations.list2set(AttributeList list)
          Returns an AttributeSet that contains copies of all Attributes in the given AttributeList.
 

Uses of AttributeList in com.tensegrity.generic.util.prefs
 

Methods in com.tensegrity.generic.util.prefs that return AttributeList
 AttributeList PreferenceDialogProvider.getAttributeList()
          Returns the AttributeList holding the preference settings.
 

Uses of AttributeList in com.tensegrity.graph.element
 

Methods in com.tensegrity.graph.element with parameters of type AttributeList
static void ElementService.loadElementsFromAttributes(AttributeList list)
          This method will load the elements from the given attribute list
 

Uses of AttributeList in com.tensegrity.graph.element.persistence
 

Methods in com.tensegrity.graph.element.persistence with parameters of type AttributeList
 java.lang.Object CustomAttributeSetElementBuilder.build(AttributeList attributes)
           
 java.lang.Object NodeElementBuilder.build(AttributeList attributes)
           
 java.lang.Object EdgeElementBuilder.build(AttributeList attributes)
           
 

Uses of AttributeList in com.tensegrity.graph.persistence
 

Methods in com.tensegrity.graph.persistence that return AttributeList
static AttributeList GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview, ViewSerializerFilter serializefilter, Attribute preview, AttributeList imageList, AttributeList pageFormat)
          Returns an AttributeList serialization of a given VisualGraphView by using the SerializeFilter.
static AttributeList GraphPersistence.getStyles(AttributeList list, boolean remove)
          Returns the styles attribute list from the attribute list loaded from a graph xml file.
static AttributeList GraphPersistence.getRules(AttributeList list, boolean remove)
          Returns the rules attribute list from the attribute list loaded from a graph xml file.
static AttributeList GraphPersistence.getGeometries(AttributeList list, boolean remove)
          Returns the geometries attribute list from the attribute list loaded from a graph xml file.
static AttributeList GraphPersistence.getImages(AttributeList list, boolean remove)
          Returns the images attribute list from the attribute list loaded from a graph xml file.
static AttributeList GraphPersistence.getPageFormat(AttributeList list, boolean remove)
          Returns the page format that is stored in the given attribute list or null if there is no page format.
 

Methods in com.tensegrity.graph.persistence with parameters of type AttributeList
 void ViewBuilderFilter.beforeVisualEdgeBuild(AttributeList attributes)
           
 void ViewBuilderFilter.afterVisualEdgeBuild(AttributeList attributes, VisualEdge visualedge)
           This method is called by the API after a VisualEdge has been loaded and an instance has been created.
 void ViewBuilderFilter.beforeIsolatedVisualEdgeBuild(AttributeList attributes)
           
 void ViewBuilderFilter.afterIsolatedVisualEdgeBuild(AttributeList attributes, VisualEdge visualedge)
           This method is called by the API after an isolated VisualEdge has been loaded and an instance has been created.
 void ViewBuilderFilter.beforeVisualNodeBuild(AttributeList attributes)
           
 void ViewBuilderFilter.afterVisualNodeBuild(AttributeList attributes, VisualNode visualnode)
           This method is called by the API after a VisualNode has been loaded and an instance has been created.
 void ViewBuilderFilter.beforeVisualSubgraphBuild(AttributeList attributes)
           
 void ViewBuilderFilter.afterVisualSubgraphBuild(AttributeList attributes, VisualSubgraph visualsubgraph)
           This method is called by the API after a VisualSubgraph has been loaded and an instance has been created.
 void ViewBuilderFilter.beforeVisualGraphViewBuild(AttributeList attributes)
           
 void ViewBuilderFilter.afterVisualGraphViewBuild(AttributeList attributes, VisualGraphView visualgraphview)
           This method is called by the API after a VisualGraphView has been loaded and an instance has been created.
 void ViewSerializerFilter.afterVisualEdgeSerialize(VisualEdge visualedge, AttributeList attributes)
           This method is called by the persistence API after a VisualEdge has been serialized and the corresponding AttributeList has been generated.
 void ViewSerializerFilter.afterIsolatedVisualEdgeSerialize(VisualEdge visualedge, AttributeList attributes)
           
 void ViewSerializerFilter.afterVisualNodeSerialize(VisualNode visualnode, AttributeList attributes)
           
 void ViewSerializerFilter.afterVisualSubgraphSerialize(VisualSubgraph visualsubgraph, AttributeList attributes)
           
 void ViewSerializerFilter.afterVisualGraphViewSerialize(VisualGraphView visualgraphview, AttributeList attributes)
           
static VisualGraphView GraphPersistence.readVisualGraphView(AttributeList list, ViewBuilderFilter listener)
          Reads a VisualGraphView from the given InputStream and uses the ViewBuilderFilter.
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 AttributeList GraphPersistence.writeVisualGraphView(VisualGraphView visualgraphview, ViewSerializerFilter serializefilter, Attribute preview, AttributeList imageList, AttributeList pageFormat)
          Returns an AttributeList serialization of a given VisualGraphView by using the SerializeFilter.
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.
static AttributeList GraphPersistence.getStyles(AttributeList list, boolean remove)
          Returns the styles attribute list from the attribute list loaded from a graph xml file.
static AttributeList GraphPersistence.getRules(AttributeList list, boolean remove)
          Returns the rules attribute list from the attribute list loaded from a graph xml file.
static AttributeList GraphPersistence.getGeometries(AttributeList list, boolean remove)
          Returns the geometries attribute list from the attribute list loaded from a graph xml file.
static AttributeList GraphPersistence.getImages(AttributeList list, boolean remove)
          Returns the images attribute list from the attribute list loaded from a graph xml file.
static AttributeSet GraphPersistence.getLayoutConfiguration(AttributeList list, boolean remove)
          Returns the LayoutConfiguration AttributeSet of the given AttributeList.
static AttributeList GraphPersistence.getPageFormat(AttributeList list, boolean remove)
          Returns the page format that is stored in the given attribute list or null if there is no page format.
static RuleRegistry GraphPersistence.readRules(AttributeList list)
          Method readRules reads the rule elements and creates a new RuleRegistry.
 

Uses of AttributeList in com.tensegrity.graph.rule.persistence
 

Methods in com.tensegrity.graph.rule.persistence that return AttributeList
 AttributeList RuleSerializer.serialize()
           
 

Methods in com.tensegrity.graph.rule.persistence with parameters of type AttributeList
 java.lang.Object RuleBuilder.build(AttributeList attributes)
           
 

Uses of AttributeList in com.tensegrity.gui.document
 

Methods in com.tensegrity.gui.document that return AttributeList
 AttributeList DocumentSettingsProvider.getAttributeList()
           
 AttributeList Document.getDocumentSettings()
          Returns all document settings serialized as AttributeList.
 AttributeList AbstractDocument.getDocumentSettings()
           
 

Methods in com.tensegrity.gui.document with parameters of type AttributeList
 void Document.setDocumentSettings(AttributeList settings)
          Sets document settings from an AttributeList structure that has usually been read from a file.
 void AbstractDocument.setDocumentSettings(AttributeList settings)
           
 

Uses of AttributeList in com.tensegrity.gui.graphdocument
 

Fields in com.tensegrity.gui.graphdocument declared as AttributeList
 AttributeList ElementDefinitionWrapper.elements
          elements: All elements that of the loaded definition file
 AttributeList ElementDefinitionWrapper.geometries
          geometries: All geometries of the loaded definition file
 AttributeList ElementDefinitionWrapper.styles
          styles: All styles of the loaded definition file
 AttributeList ElementDefinitionWrapper.images
          images: All images of the loaded definition file
 

Methods in com.tensegrity.gui.graphdocument that return AttributeList
static AttributeList LayoutIOUtilities.getSettings(GraphPanel graphpanel)
          Returns an AttributeList of attribute-sets that contain the current layout settings for the given GraphPanel.
 

Methods in com.tensegrity.gui.graphdocument with parameters of type AttributeList
static java.util.List[] ElementDefinitionUtil.checkForGeometryConflicts(AttributeList geometries)
          Checks for conflicts between the given geometry definitions and the items in the pools.
static java.util.List[] ElementDefinitionUtil.checkForStyleNameConflicts(AttributeList list)
          Checks for possible conflicts between the loaded elements and the style pools by checking whether items with the names of the styles of the loaded elements are in the pools.
static java.util.List[] ElementDefinitionUtil.checkForStyleConflicts(AttributeList styles)
          Checks for conflicts between the given style definitions and the items in the pools.
static java.util.List ElementDefinitionUtil.checkForImageConflicts(AttributeList images)
          Checks if one key in the given image list already exists in pool
static void ElementDefinitionUtil.applyLayoutConfiguration(AttributeSet layoutConfiguration, AttributeList xmlData, LayoutController defaultLayoutController, VisualGraphView vgv, int applyAction, java.util.List visualGraphViews, java.util.List layoutConflicts, boolean addUnconflictingContexts, java.util.Map layoutsRenameMap, int layoutDomain)
          Applies the layout configuration.
static void ElementDefinitionUtil.applyLayoutConfiguration(AttributeSet layoutConfiguration, AttributeList xmlData, LayoutController defaultLayoutController, VisualGraphView vgv, int applyAction, java.util.List visualGraphViews, java.util.List layoutConflicts, boolean addUnconflictingContexts, java.util.Map layoutsRenameMap, int layoutDomain, boolean setGlobalOptions)
          Applies the layout configuration.
static void ElementDefinitionUtil.applyGeometries(AttributeList geometries, java.util.List[] geometryConflicts, VisualGraphView vgv, AttributeList xmlData, int applyAction, java.util.Map renameMapDesc, java.util.Map renameMapItem)
          Applies the geometry in the given attribute list according to the applyAction.
static void ElementDefinitionUtil.applyStyles(AttributeList styles, java.util.List[] styleConflicts, VisualGraphView vgv, AttributeList xmlData, int applyAction, RepositoryContainer repository, java.util.List visualGraphViews, java.util.Map renameMapDesc, java.util.Map renameMapItem)
          Applies the geometry in the given attribute list according to the applyAction.
static void ElementDefinitionUtil.applyRules(RuleRegistry rules, RuleRegistry baseRegistry, java.util.List ruleConflicts, VisualGraphView vgv, AttributeList xmlData, java.util.List visualGraphViews, int applyAction, java.util.Map renameMap)
          Apply the rules registry
static void ElementDefinitionUtil.applyRules(RuleRegistry rules, RuleRegistry baseRegistry, java.util.List ruleConflicts, VisualGraphView vgv, AttributeList xmlData, java.util.List visualGraphViews, int applyAction, java.util.Map renameMap, boolean addUnconflicting)
          Apply the rules registry
static boolean ElementDefinitionUtil.internalCompareGeometryItemWithAttributeList(GeometryItem item, AttributeList list)
          Compares a GeometryItem instance with an AttributeList of a serialized GeometryItem.
static boolean ElementDefinitionUtil.internalCompareGeometryDescriptorWithAttributeList(GeometryDescriptor gd, AttributeList list)
          Compares a GeometryDescriptor instance with an AttributeList of a serialized GeometryDescriptor.
static boolean ElementDefinitionUtil.internalCompareStyleItemWithAttributeList(StyleItem si, AttributeList list)
          Compares a StyleItem instance with an AttributeList of a serialized StyleItem.
static boolean ElementDefinitionUtil.internalCompareStyleDescriptorWithAttributeList(StyleDescriptor sd, AttributeList list)
          Compares a StyleDescriptor instance with an AttributeList of a serialized StyleDescriptor.
static ElementDefinitionUtil.RenameAttributable ElementDefinitionUtil.checkForMissingFonts(AttributeList list, AttributeList styles)
          Checks, if fonts are used that are not available.
static void ElementDefinitionUtil.renameMissingFonts(AttributeList list, AttributeList styles, ElementDefinitionUtil.RenameAttributable attributable)
          Renames the missing fonts according to the given rename attributable
 

Uses of AttributeList in com.tensegrity.gui.graphdocument.persistence
 

Fields in com.tensegrity.gui.graphdocument.persistence declared as AttributeList
protected  AttributeList GraphDocumentReader.list
           
protected  AttributeList GraphDocumentReader.geometries
           
protected  AttributeList GraphDocumentReader.styles
           
protected  AttributeList GraphDocumentReader.images
           
protected  AttributeList GraphDocumentReader.rules
           
 

Methods in com.tensegrity.gui.graphdocument.persistence that return AttributeList
protected  AttributeList GraphDocumentWriter.getImageList(GraphDocument gd)
          Creates a list of images as AttributeList that can be serialized
 

Methods in com.tensegrity.gui.graphdocument.persistence with parameters of type AttributeList
protected  void GraphDocumentWriter.writeDocumentToStream(Document doc, AttributeList list, java.io.OutputStream output)
          Writes the given AttributeList to the output stream.
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 AttributeList in com.tensegrity.gui.printing
 

Methods in com.tensegrity.gui.printing that return AttributeList
 AttributeList BasePageFormat.serialize()
          Combine all attributes of this PageFormat instance, which differ from the PrintUtil.DEFAULT_PAGEFORMAT, into a new AttributeList.
 AttributeList FormatItem.serialize()
           
 

Methods in com.tensegrity.gui.printing with parameters of type AttributeList
static BasePageFormat BasePageFormat.build(AttributeList list)
          The build method tries to retrieve all the required values from the given AttributeList by using the BuilderUtilities.getAttributeValueMayBeNull(AttributeList, String, Class) method.
static FormatItem FormatItem.build(AttributeList list)
           
 

Uses of AttributeList in com.tensegrity.gui.template
 

Methods in com.tensegrity.gui.template with parameters of type AttributeList
 java.lang.Object TemplateBuilder.build(AttributeList list)
           
 

Uses of AttributeList in com.tensegrity.skeleton.commands
 

Methods in com.tensegrity.skeleton.commands with parameters of type AttributeList
protected  void OpenLayoutsCommand.updateRepository(AttributeList repository, java.lang.String resID, java.lang.String name, boolean createNewCat)
           
 

Uses of AttributeList in com.tensegrity.skeleton.container.swing
 

Methods in com.tensegrity.skeleton.container.swing with parameters of type AttributeList
static void SwingRepositoryUtil.buildRepository(ApplicationFrame appFrame, DragContext dragContext, javax.swing.JPanel slideRepository, AttributeList repository, ActionRepositoryItem.ClickActionProvider clickActionProvider)
          Builds a repository into a given SlidePanel.
 



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