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

Packages that use DiagramElementType
com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.renderer   
 

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

Subclasses of DiagramElementType in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax
 class DiagramPaletteElementType
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax that return DiagramElementType
 DiagramElementType DiagramElementInstance.getElementType()
           
 DiagramElementType DiagramElementGroup.getElementTypeByName(java.lang.String name)
           
 DiagramElementType DiagramSyntax.getTypeByName(java.lang.String name)
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax that return types with arguments of type DiagramElementType
 java.util.ArrayList<DiagramElementType> DDPaletteElement.getDroppableOnElement()
           
 java.util.ArrayList<DiagramElementType> DiagramElementGroup.getElementTypes()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax with parameters of type DiagramElementType
 void DiagramElementGroup.addElementType(DiagramElementType elementType)
           
 com.google.gwt.user.client.ui.Widget SyntaxFactory.createDiagramElementView(DiagramElementType diagramElementType)
           
 

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

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout with parameters of type DiagramElementType
 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)
           
 java.util.ArrayList<DiagramElementInstance> DrawingPanel.getElementsInstancesByType(DiagramElementType type)
           
 

Uses of DiagramElementType in com.ebmwebsourcing.webdesigner.presentation.gwt.client.renderer
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.renderer that return DiagramElementType
 DiagramElementType PaletteElement.getType()
           
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.renderer with parameters of type DiagramElementType
PaletteElement(DiagramElementType type, java.lang.String label)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.