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

Packages that use IDiagramElementView
com.ebmwebsourcing.geasytools.diagrameditor   
com.ebmwebsourcing.geasytools.diagrameditor.api.events.loader   
com.ebmwebsourcing.geasytools.diagrameditor.api.graphic   
com.ebmwebsourcing.geasytools.diagrameditor.api.graphic.events   
com.ebmwebsourcing.geasytools.diagrameditor.api.validation   
com.ebmwebsourcing.geasytools.diagrameditor.impl.events.loader   
com.ebmwebsourcing.geasytools.diagrameditor.impl.graphic.events   
com.ebmwebsourcing.geasytools.diagrameditor.impl.validation   
 

Uses of IDiagramElementView in com.ebmwebsourcing.geasytools.diagrameditor
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor with parameters of type IDiagramElementView
 void DiagramElementViewStateHandler.listen(IDiagramElementView elementGraphic)
          Listen to diagram element graphic.
 void DiagramElementViewSyntaxModelBinderHandler.listen(IDiagramElementView elementGraphic)
          Listen to any modification in editor models and binds the diagram element view syntax model to EditorModel
 

Uses of IDiagramElementView in com.ebmwebsourcing.geasytools.diagrameditor.api.events.loader
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.events.loader that return IDiagramElementView
 IDiagramElementView IElementLoadedEvent.getLoadedElement()
           
 

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

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.graphic that return IDiagramElementView
 IDiagramElementView IDiagramElementGraphicFactory.getElement(java.lang.Class<? extends IDiagramElementView> elementType)
           
 IDiagramElementView IDiagramElementGraphicFactory.getElementByDiagramElementModel(com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IDiagramElement diagramElement)
          Create a IDiagramElementView given a IDiagramElement instance.
 IDiagramElementView IDiagramView.getUIElementById(java.lang.String id)
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.graphic with parameters of type IDiagramElementView
 void IDiagramView.addUIElement(IDiagramElementView uiElement)
           
 void IDiagramElementGraphicState.changeGraphicState(IDiagramElementView diElementGraphic)
           
 

Method parameters in com.ebmwebsourcing.geasytools.diagrameditor.api.graphic with type arguments of type IDiagramElementView
 IDiagramElementView IDiagramElementGraphicFactory.getElement(java.lang.Class<? extends IDiagramElementView> elementType)
           
 

Uses of IDiagramElementView in com.ebmwebsourcing.geasytools.diagrameditor.api.graphic.events
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.graphic.events that return IDiagramElementView
 IDiagramElementView IDiagramElementViewUpdateEvent.getElement()
           
 

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

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.validation that return IDiagramElementView
 IDiagramElementView IDiagramElementViewConformityRule.getNonConformElement()
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.validation with parameters of type IDiagramElementView
 boolean IDiagramElementViewConformityRule.isConform(IDiagramElementView diagramElementView)
           
 

Uses of IDiagramElementView in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.loader
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.loader that return IDiagramElementView
 IDiagramElementView ElementLoadedEvent.getLoadedElement()
           
 

Constructors in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.loader with parameters of type IDiagramElementView
ElementLoadedEvent(IDiagramElementView loadedElement)
           
 

Uses of IDiagramElementView in com.ebmwebsourcing.geasytools.diagrameditor.impl.graphic.events
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.graphic.events that return IDiagramElementView
 IDiagramElementView DiagramElementViewUpdateEvent.getElement()
           
 

Constructors in com.ebmwebsourcing.geasytools.diagrameditor.impl.graphic.events with parameters of type IDiagramElementView
DiagramElementViewUpdateEvent(IDiagramElementView view)
           
 

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

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation that return IDiagramElementView
 IDiagramElementView AbstractDiagramElementViewConformityRule.getNonConformElement()
           
 

Constructors in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation with parameters of type IDiagramElementView
AbstractDiagramElementViewConformityRule(IDiagramElementView diagramElementView)
           
 



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