com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax
Class DiagramPaletteElementType

java.lang.Object
  extended by com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax.DiagramElementType
      extended by com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax.DiagramPaletteElementType
All Implemented Interfaces:
DDPaletteElement, DiagramElementTypeInstantiationHandler

public abstract class DiagramPaletteElementType
extends DiagramElementType
implements DDPaletteElement, DiagramElementTypeInstantiationHandler


Constructor Summary
DiagramPaletteElementType(java.lang.String name)
           
 
Method Summary
protected  void onBooleanPropertyChange(DiagramProperty<java.lang.Boolean> property, java.lang.Boolean newValue)
           
 void onInstantiation(DiagramElementInstance instance)
           
protected  void onStringPropertyChange(DiagramProperty<java.lang.String> property, java.lang.String newValue)
           
 
Methods inherited from class com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax.DiagramElementType
addInstantiationHandler, equals, generateViewInstance, getDiagramElementGroup, getIco, getInstantiationHandlers, getModel, getName, setDiagramElementGroup, setModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax.DDPaletteElement
getDroppableOnElement, isDroppableOnDrawingPanel
 

Constructor Detail

DiagramPaletteElementType

public DiagramPaletteElementType(java.lang.String name)
Method Detail

onInstantiation

public void onInstantiation(DiagramElementInstance instance)
Specified by:
onInstantiation in interface DiagramElementTypeInstantiationHandler

onStringPropertyChange

protected void onStringPropertyChange(DiagramProperty<java.lang.String> property,
                                      java.lang.String newValue)

onBooleanPropertyChange

protected void onBooleanPropertyChange(DiagramProperty<java.lang.Boolean> property,
                                       java.lang.Boolean newValue)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.