Uses of Class
com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.DiagramModel

Packages that use DiagramModel
com.ebmwebsourcing.webdesigner.presentation.gwt.client.component   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties   
 

Uses of DiagramModel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.component
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.component that return DiagramModel
 DiagramModel DiagramComponentHelper.getCurrentDiagramModel()
           
 DiagramModel PropertyComponent.getDiagramModel()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.component with parameters of type DiagramModel
 void PropertyComponent.setDiagramModel(DiagramModel diagramModel)
           
 

Uses of DiagramModel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax that return DiagramModel
 DiagramModel DiagramElementInstance.getElementModel()
           
 DiagramModel DiagramElementType.getModel()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax with parameters of type DiagramModel
 void DiagramElementType.setModel(DiagramModel model)
           
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax with parameters of type DiagramModel
DiagramElementInstance(com.google.gwt.user.client.ui.Widget viewInstance, DrawingPanel drawingPanel, DiagramElementType elementType, DiagramModel model)
           
 

Uses of DiagramModel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout that return DiagramModel
 DiagramModel DrawingPanel.getDiagramModel()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout with parameters of type DiagramModel
 void DrawingPanel.setDiagramModel(DiagramModel diagramModel)
           
 

Uses of DiagramModel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties with parameters of type DiagramModel
DiagramProperty(java.lang.String name, T defaultValue, DiagramModel owner)
          Builds a DiagramProperty for a model.
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.