Uses of Interface
com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor.IEditorModel

Packages that use IEditorModel
com.ebmwebsourcing.geasytools.diagrameditor.api.graphic   
com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor   
com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor.events   
com.ebmwebsourcing.geasytools.diagrameditor.api.syntax   
com.ebmwebsourcing.geasytools.diagrameditor.impl.modeleditor   
com.ebmwebsourcing.geasytools.diagrameditor.impl.modeleditor.events   
 

Uses of IEditorModel in com.ebmwebsourcing.geasytools.diagrameditor.api.graphic
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.graphic that return IEditorModel
 IEditorModel IDiagramView.getEditorModel()
          Important: instance of this object should be created using GWT.create() method
 IEditorModel IDiagramElementView.getEditorModel()
          Important: instance of this object should be created using GWT.create() method
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.graphic with parameters of type IEditorModel
 boolean IDiagramElementGraphicState.condition(com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IDiagramElement diElement, IEditorModel modelElement)
          If condition is true IDiagramElementGraphicState.changeGraphicState(IDiagramElementView) method is called
 

Uses of IEditorModel in com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor
 

Method parameters in com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor with type arguments of type IEditorModel
 void IEditorView.setSelectedModels(java.util.List<IEditorModel> selectedModels)
           
 

Uses of IEditorModel in com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor.events
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor.events that return types with arguments of type IEditorModel
 java.util.List<IEditorModel> ISelectedModelsChangeEvent.getNewSelectedModels()
           
 

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

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.syntax with parameters of type IEditorModel
 void IDiagramElementSyntaxModelBinder.bindSyntaxModel(com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement diagramElementSyntaxModel, IEditorModel editorModel, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IDiagramElement diagramElement)
           
 void IDiagramSyntaxModelBuilder.initializeEditorModel(IEditorModel editorModel, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement modelElement, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IMainModelElement mainModelElement)
          Initializes actual diagram editor model on load
 

Uses of IEditorModel in com.ebmwebsourcing.geasytools.diagrameditor.impl.modeleditor
 

Method parameters in com.ebmwebsourcing.geasytools.diagrameditor.impl.modeleditor with type arguments of type IEditorModel
 void EditorView.setSelectedModels(java.util.List<IEditorModel> selectedModels)
           
 

Uses of IEditorModel in com.ebmwebsourcing.geasytools.diagrameditor.impl.modeleditor.events
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.modeleditor.events that return types with arguments of type IEditorModel
 java.util.List<IEditorModel> SelectedModelsChangeEvent.getNewSelectedModels()
           
 

Constructor parameters in com.ebmwebsourcing.geasytools.diagrameditor.impl.modeleditor.events with type arguments of type IEditorModel
SelectedModelsChangeEvent(java.util.List<IEditorModel> newSelectedModels)
           
 



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