Uses of Class
com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties.DiagramProperty

Packages that use DiagramProperty
com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.log   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties.editors   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.widget   
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax with parameters of type DiagramProperty
protected  void DiagramPaletteElementType.onBooleanPropertyChange(DiagramProperty<java.lang.Boolean> property, java.lang.Boolean newValue)
           
protected  void DiagramPaletteElementType.onStringPropertyChange(DiagramProperty<java.lang.String> property, java.lang.String newValue)
           
 

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

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.log with parameters of type DiagramProperty
PropertyChangedLogEntry(DiagramElementInstance elementInstance, DiagramProperty<?> subject, java.lang.Object oldValue, java.lang.Object newValue)
           
PropertyChangedLogEntry(DiagramElementInstance elementInstance, long time, DiagramProperty<?> subject, java.lang.Object oldValue, java.lang.Object newValue)
           
 

Uses of DiagramProperty in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel that return DiagramProperty
 DiagramProperty<?> DiagramModel.getPropertyByName(java.lang.String name)
           
 DiagramProperty<?> DiagramModelGroup.getPropertyByName(java.lang.String name)
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel that return types with arguments of type DiagramProperty
 java.util.ArrayList<DiagramProperty<?>> DiagramModel.getAllProperties()
           
 java.util.List<DiagramProperty<?>> DiagramModelGroup.getProperties()
           
<T> java.util.List<DiagramProperty<T>>
DiagramModel.getPropertiesForType(java.lang.Class<T> type)
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel with parameters of type DiagramProperty
 void DiagramModelGroup.addProperty(DiagramProperty<?> property)
           
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties that return DiagramProperty
 DiagramProperty<T> DiagramProperty.createNewInstanceOfProperty(DiagramElementInstance instance)
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties with parameters of type DiagramProperty
 void DiagramProperty.copyPropertyValue(DiagramProperty<?> property)
           
 void PropertyChangedHandler.onChange(DiagramProperty<T> p, T oldValue, T newValue)
           
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties.editors with parameters of type DiagramProperty
static com.gwtext.client.widgets.form.Field PropertyEditorFactory.getEditorForProperty(DiagramProperty<?> p)
          This method performs cast check by instanceof statements
 void PropertyEditorRegistratorHandler.registerEditor(DiagramProperty<?> p)
           
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties.editors with parameters of type DiagramProperty
BooleanEditor(DiagramProperty<java.lang.Boolean> p)
           
DateEditor(DiagramProperty<java.util.Date> p)
           
EnumEditor(DiagramProperty<E> p)
           
FileEditor(DiagramProperty<File> p)
           
StringEditor(DiagramProperty<java.lang.String> p)
           
 

Uses of DiagramProperty in com.ebmwebsourcing.webdesigner.presentation.gwt.client.widget
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.widget with parameters of type DiagramProperty
AbstractDiagramWindowPropertyWidget(int width, int height, DiagramProperty<?> p)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.