Uses of Class
com.tensegrity.generic.persistence.XMLParseException

Packages that use XMLParseException
com.tensegrity.composite.geometry Provides interfaces and classes for defining and dealing with geometries and styles for composites. 
com.tensegrity.generic.persistence Holds classes and interfaces useful to make instances of objects of the Tensegrity-API persistent.  
com.tensegrity.graph.element Element functions.  
com.tensegrity.graph.view.geometry   
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   
 

Uses of XMLParseException in com.tensegrity.composite.geometry
 

Methods in com.tensegrity.composite.geometry that throw XMLParseException
static void GeometryService.loadGeometriesFromResource(java.lang.String filename, java.lang.Class resourceclass)
          Loads the geometry definitions from the given file.
static void GeometryService.loadGeometriesFromResource(java.lang.String filename, java.lang.Class resourceclass, boolean overwriteExisting)
          Loads the geometry definitions from the given file.
 

Uses of XMLParseException in com.tensegrity.generic.persistence
 

Methods in com.tensegrity.generic.persistence that throw XMLParseException
 AttributeList XMLReader.read()
          Deprecated.  
 

Uses of XMLParseException in com.tensegrity.graph.element
 

Methods in com.tensegrity.graph.element that throw XMLParseException
static boolean ElementService.checkLocationsTag(java.lang.String elementURL)
          Method checkLocationsTag checks whether the given element file contains the location tag and returns true.
static java.lang.String ElementService.getElementsName(java.lang.String elementURL)
          Reads the ElementConstants.ELEMENTSNAME attribute from the given element file and returns it as String.
static ElementService.Locations ElementService.getLocations(java.lang.String elementURL)
          Method getLocations reads all optional locations of the given element file and returns an instance of class Locations or null if no such attributes are found.
 

Uses of XMLParseException in com.tensegrity.graph.view.geometry
 

Methods in com.tensegrity.graph.view.geometry that throw XMLParseException
static void GraphGeometryService.loadGeometriesFromResource(java.lang.String filename, java.lang.Class resourceClass, boolean overwriteExisting)
          Loads the geometry definitions from the file given through filename.
 

Uses of XMLParseException in com.tensegrity.skeleton.commands
 

Methods in com.tensegrity.skeleton.commands that throw XMLParseException
protected  void OpenElementsCommand.updateRepository(java.io.File file, boolean createNewCat)
           
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)
           
protected  void OpenLayoutsCommand.updateRepository(java.io.File file, boolean createNewCat)
           
protected  void OpenLayoutsCommand.updateRepository(AttributeList repository, java.lang.String resID, java.lang.String name, boolean createNewCat)
           
 

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

Methods in com.tensegrity.skeleton.container.swing that throw XMLParseException
static void SwingRepositoryUtil.buildRepository(ApplicationFrame appFrame, DragContext dragContext, SlidePanel slideRepository, java.lang.String filepath, java.lang.Class refClass, ActionRepositoryItem.ClickActionProvider clickActionProvider)
          Builds a repository into a given SlidePanel.
static void SwingRepositoryUtil.buildRepository(ApplicationFrame appFrame, DragContext dragContext, SlidePanel slideRepository, java.io.File file, ActionRepositoryItem.ClickActionProvider clickActionProvider)
          Builds a repository into a given SlidePanel.
 

Uses of XMLParseException in com.tensegrity.skeleton.container.swt
 

Methods in com.tensegrity.skeleton.container.swt that throw XMLParseException
 void SwtRepositoryUtil.buildRepository(org.eclipse.swt.widgets.Composite slideRepository, java.io.File file, ActionSwtRepositoryItem.ClickActionProvider clickActionProvider)
           Builds a repository using the data contained in the elements definition file file.
 



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