Uses of Class
com.tensegrity.gui.graphdocument.ElementDefinitionWrapper

Packages that use ElementDefinitionWrapper
com.tensegrity.gui.graphdocument.persistence   
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.  
com.tensegrity.gui.swt.dialog   
com.tensegrity.skeleton.commands The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. 
 

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

Methods in com.tensegrity.gui.graphdocument.persistence that return ElementDefinitionWrapper
 ElementDefinitionWrapper GraphDocumentReaderConflictHandler.getElementDefinitionWrapper()
          Returns the ElementDefinitionWrapper instance to use for storing information about conflicts.
 

Methods in com.tensegrity.gui.graphdocument.persistence with parameters of type ElementDefinitionWrapper
 void GraphDocumentReaderConflictHandler.setElementDefinitionWrapper(ElementDefinitionWrapper edw)
          Sets the ElementDefinitionWrapper instance that is used to hold the information about the conflicts that occurred.
 

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

Constructors in com.tensegrity.gui.swing.dialog with parameters of type ElementDefinitionWrapper
OpenFileConflictDialog(UIManager uiManager, java.awt.Frame frame, java.lang.String keyTitle, java.lang.String keyDescription, ElementDefinitionWrapper edw, LayoutController layoutController, boolean styleConflict, boolean styleNameConflict, boolean geometryConflict, boolean rulesConflict, boolean showRulesOptionApplyLoaded, boolean showLayoutConflicts, boolean showImageConflicts)
          Creates a new OpenFileConflictDialog.
OpenFileConflictDialog(UIManager uiManager, java.awt.Frame frame, java.lang.String keyTitle, java.lang.String keyDescription, ElementDefinitionWrapper edw, LayoutController layoutController, boolean styleConflict, boolean styleNameConflict, boolean geometryConflict, boolean rulesConflict, boolean showRulesOptionApplyLoaded, boolean showLayoutConflicts, boolean showImageConflicts, boolean showLayoutContextUse)
          Creates a new OpenFileConflictDialog.
 

Uses of ElementDefinitionWrapper in com.tensegrity.gui.swt.dialog
 

Constructors in com.tensegrity.gui.swt.dialog with parameters of type ElementDefinitionWrapper
SwtOpenFileConflictDialog(UIManager uiManager, org.eclipse.swt.widgets.Display display, java.lang.String keyTitle, java.lang.String keyDescription, ElementDefinitionWrapper edw, java.util.List layoutConflicts, LayoutController layoutController, boolean styleConflict, boolean styleNameConflict, boolean geometryConflict, boolean rulesConflict, java.util.List imageConflicts, boolean showRulesOptionApplyLoaded)
          Creates a new LayoutContextDialog.
 

Uses of ElementDefinitionWrapper in com.tensegrity.skeleton.commands
 

Methods in com.tensegrity.skeleton.commands with parameters of type ElementDefinitionWrapper
protected  void OpenElementsCommand.checkConflicts(ElementDefinitionWrapper edw)
           
protected  void OpenElementsCommand.loadDefinitions(ElementDefinitionWrapper edw, java.io.File file, ElementService.Locations locs)
           
protected  void OpenLayoutsCommand.checkConflicts(ElementDefinitionWrapper edw)
           
 



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