Uses of Class
com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax.DiagramElementInstance

Packages that use DiagramElementInstance
com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.event   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.log   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.validator   
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax that return DiagramElementInstance
 DiagramElementInstance DiagramElementInstance.getClone()
          Cloning an element consists of creating a new element
based on the type of the instance to clone and to copy
its model to the new cloned element
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax that return types with arguments of type DiagramElementInstance
 java.util.ArrayList<DiagramElementInstance> DiagramElementInstance.getChildren()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax with parameters of type DiagramElementInstance
 void DiagramElementInstance.addChild(DiagramElementInstance instance)
           
 void DiagramPaletteElementType.onInstantiation(DiagramElementInstance instance)
           
 

Uses of DiagramElementInstance in com.ebmwebsourcing.webdesigner.presentation.gwt.client.event
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.event with parameters of type DiagramElementInstance
 void DrawingPanelListener.onDiagramElementAdded(DiagramElementInstance elementInstance)
           
 void DrawingPanelListenerAdapter.onDiagramElementAdded(DiagramElementInstance elementInstance)
           
 void DrawingPanelListener.onDiagramElementAdded(DiagramElementInstance elementInstance, int x, int y)
           
 void DrawingPanelListenerAdapter.onDiagramElementAdded(DiagramElementInstance elementInstance, int x, int y)
           
 void DrawingPanelListener.onDiagramElementRemoved(DiagramElementInstance elementInstance)
           
 void DrawingPanelListenerAdapter.onDiagramElementRemoved(DiagramElementInstance elementInstance)
           
 void DrawingPanelListener.onDiagramElementUpdated(DiagramElementInstance elementInstance, java.lang.Object dataBeforeUpdate, java.lang.Object dataAfterUpdate)
           
 void DrawingPanelListenerAdapter.onDiagramElementUpdated(DiagramElementInstance elementInstance, java.lang.Object dataBeforeUpdate, java.lang.Object dataAfterUpdate)
           
 void DiagramElementTypeInstantiationHandler.onInstantiation(DiagramElementInstance instance)
           
 

Method parameters in com.ebmwebsourcing.webdesigner.presentation.gwt.client.event with type arguments of type DiagramElementInstance
 void DrawingPanelListener.onDiagramElementsSelected(java.util.ArrayList<DiagramElementInstance> selectedElementInstances)
           
 void DrawingPanelListenerAdapter.onDiagramElementsSelected(java.util.ArrayList<DiagramElementInstance> elementInstance)
           
 void DrawingPanelListener.onDiagramElementsUnSelected(java.util.ArrayList<DiagramElementInstance> unselectedElementInstances)
           
 void DrawingPanelListenerAdapter.onDiagramElementsUnSelected(java.util.ArrayList<DiagramElementInstance> unselectedElementInstances)
           
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout that return DiagramElementInstance
 DiagramElementInstance DrawingPanel.addElement(DiagramElementType type)
           
 DiagramElementInstance DrawingPanel.addElement(DiagramElementType type, int x, int y)
          Add an element type to drawing panel at the specified positions.
 DiagramElementInstance DrawingPanel.addElement(DiagramElementType type, com.google.gwt.user.client.ui.Widget viewInstance)
           
 DiagramElementInstance DrawingPanel.addElement(DiagramElementType type, com.google.gwt.user.client.ui.Widget viewInstance, int x, int y)
          Add an element type to drawing panel at the specified positions.
 DiagramElementInstance DDPaletteHandler.dropOverDrawingPanel(DiagramElementType droppedType, int x, int y)
           
abstract  DiagramElementInstance DDPaletteHandler.dropOverElement(DiagramElementType droppedType, DiagramElementInstance targetInstance, int droppedXPosition, int droppedYPosition)
           
abstract  DiagramElementInstance DrawingPanel.getElementInstanceById(java.lang.String id)
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout that return types with arguments of type DiagramElementInstance
 java.util.HashMap<com.google.gwt.user.client.ui.Widget,DiagramElementInstance> DrawingPanel.getElementIntances()
           
 java.util.ArrayList<DiagramElementInstance> DrawingPanel.getElementsInstancesByType(DiagramElementType type)
           
 java.util.ArrayList<DiagramElementInstance> DrawingPanel.getSelectedInstances()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout with parameters of type DiagramElementInstance
 void DrawingPanel.addElement(DiagramElementInstance instance)
           
 void DrawingPanel.addElement(DiagramElementInstance instance, int x, int y)
           
protected  void DrawingPanel.addElementInstance(com.google.gwt.user.client.ui.Widget element, DiagramElementInstance elementInstance)
           
protected abstract  void DrawingPanel.addPaletteListenersToInstance(DiagramElementInstance elementInstance)
          Method triggered each time that an element is added to
the drawing panel.
abstract  DiagramElementInstance DDPaletteHandler.dropOverElement(DiagramElementType droppedType, DiagramElementInstance targetInstance, int droppedXPosition, int droppedYPosition)
           
 void PasteHandler.onPaste(DiagramElementInstance copiedInstance, DiagramElementInstance clonedInstance)
           
 void DrawingPanel.removeElement(DiagramElementInstance elementInstance)
          Remove an element instance from current drawing panel
protected abstract  void DrawingPanel.removeElementViewFromPanel(DiagramElementInstance elementInstance)
          Removes the concrete view of an instance from the panel
 

Uses of DiagramElementInstance in com.ebmwebsourcing.webdesigner.presentation.gwt.client.log
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.log that return DiagramElementInstance
 DiagramElementInstance AbstractLogEntry.getElementInstance()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.log with parameters of type DiagramElementInstance
 void AbstractLogEntry.setElementInstance(DiagramElementInstance elementInstance)
           
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.log with parameters of type DiagramElementInstance
AbstractLogEntry(DiagramElementInstance elementInstance)
           
AbstractLogEntry(DiagramElementInstance elementInstance, long time)
           
AddElementLogEntry(DiagramElementInstance elementInstance)
           
AddElementLogEntry(DiagramElementInstance elementInstance, int x, int y)
           
AddElementLogEntry(DiagramElementInstance elementInstance, long time)
           
AddElementLogEntry(DiagramElementInstance elementInstance, long time, int x, int y)
           
PropertyChangedLogEntry(DiagramElementInstance elementInstance)
           
PropertyChangedLogEntry(DiagramElementInstance elementInstance, DiagramProperty<?> subject, java.lang.Object oldValue, java.lang.Object newValue)
           
PropertyChangedLogEntry(DiagramElementInstance elementInstance, long time)
           
PropertyChangedLogEntry(DiagramElementInstance elementInstance, long time, DiagramProperty<?> subject, java.lang.Object oldValue, java.lang.Object newValue)
           
RemoveElementLogEntry(DiagramElementInstance elementInstance)
           
RemoveElementLogEntry(DiagramElementInstance elementInstance, int x, int y)
           
RemoveElementLogEntry(DiagramElementInstance elementInstance, long time)
           
RemoveElementLogEntry(DiagramElementInstance elementInstance, long time, int x, int y)
           
UpdateElementLogEntry(DiagramElementInstance elementInstance, com.gwtext.client.core.Function undo, com.gwtext.client.core.Function after)
           
UpdateElementLogEntry(DiagramElementInstance elementInstance, long time, com.gwtext.client.core.Function undo, com.gwtext.client.core.Function redo)
           
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties that return DiagramElementInstance
 DiagramElementInstance DiagramProperty.getElementInstance()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties with parameters of type DiagramElementInstance
 DiagramProperty<T> DiagramProperty.createNewInstanceOfProperty(DiagramElementInstance instance)
           
 

Uses of DiagramElementInstance in com.ebmwebsourcing.webdesigner.presentation.gwt.client.validator
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.validator that return types with arguments of type DiagramElementInstance
 java.util.Map<DiagramElementInstance,java.lang.String> DesignValidationException.getErrors()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.validator with parameters of type DiagramElementInstance
 void HasValidator.validate(DiagramElementInstance ei)
           
 

Method parameters in com.ebmwebsourcing.webdesigner.presentation.gwt.client.validator with type arguments of type DiagramElementInstance
 void DesignValidationException.setErrors(java.util.Map<DiagramElementInstance,java.lang.String> errors)
           
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.validator with parameters of type DiagramElementInstance
DesignValidationException(DiagramElementInstance ei, java.lang.String message)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.