Uses of Interface
com.ebmwebsourcing.geasytools.diagrameditor.api.graphic.IDiagramView

Packages that use IDiagramView
com.ebmwebsourcing.geasytools.diagrameditor   
com.ebmwebsourcing.geasytools.diagrameditor.api.syntax   
com.ebmwebsourcing.geasytools.diagrameditor.api.validation   
com.ebmwebsourcing.geasytools.diagrameditor.impl.validation   
 

Uses of IDiagramView in com.ebmwebsourcing.geasytools.diagrameditor
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor that return IDiagramView
 IDiagramView DiagramInterchangeModelBuilder.getDiagram()
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor with parameters of type IDiagramView
 void DiagramViewListener.listen(IDiagramView diagramView)
           
 void DiagramViewLoader.loadDiagram(IDiagramView diagramView, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IDiagram diagramModel, boolean loadWithRelativeCoordinates)
           
 

Constructors in com.ebmwebsourcing.geasytools.diagrameditor with parameters of type IDiagramView
DiagramController(IDiagramView diagramUI, IEditorView editorView, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IMainModelElement mainModel)
           
DiagramController(IDiagramView diagramUI, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IMainModelElement mainModel)
           
DiagramEditorModelBuilder(IDiagramView diagram, DiagramController diagramController)
           
DiagramInterchangeModelBuilder(IDiagramView diagram, DiagramController diagramController)
           
DiagramValidationHandler(DiagramController controller, IDiagramView diagramUI)
           
 

Uses of IDiagramView in com.ebmwebsourcing.geasytools.diagrameditor.api.syntax
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.syntax that return IDiagramView
 IDiagramView IDiagramSyntaxModelBuilder.getDiagramView()
           
 

Uses of IDiagramView in com.ebmwebsourcing.geasytools.diagrameditor.api.validation
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.validation that return IDiagramView
 IDiagramView IRuleNotificationView.getDiagramView()
           
 IDiagramView IDiagramViewConformityRule.getNonConformDiagramView()
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.validation with parameters of type IDiagramView
 boolean IDiagramViewConformityRule.isConform(IDiagramView diagramView)
           
 

Uses of IDiagramView in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation that return IDiagramView
 IDiagramView RuleNotificationView.getDiagramView()
           
 IDiagramView AbstractDiagramViewConformityRule.getNonConformDiagramView()
           
 

Constructors in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation with parameters of type IDiagramView
AbstractDiagramViewConformityRule(IDiagramView diagramView)
           
RuleNotificationView(IDiagramView diagramView, IDiagramController controller)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.