Modelers

Uses of Interface
org.topcased.modeler.di.model.Property

Packages that use Property
org.topcased.modeler.di.model   
org.topcased.modeler.di.model.util   
org.topcased.modeler.edit   
org.topcased.modeler.listeners   
 

Uses of Property in org.topcased.modeler.di.model
 

Methods in org.topcased.modeler.di.model that return Property
 Property DiagramInterchangeFactory.createProperty()
          Returns a new object of class 'Property'
 

Methods in org.topcased.modeler.di.model that return types with arguments of type Property
 EList<Property> DiagramElement.getProperty()
          Returns the value of the 'Property' containment reference list.
 

Uses of Property in org.topcased.modeler.di.model.util
 

Methods in org.topcased.modeler.di.model.util that return Property
static Property DIUtils.getProperty(DiagramElement elt, java.lang.String key)
          Returns the Property (object model of the DI) associated with the passed key.
 

Methods in org.topcased.modeler.di.model.util with parameters of type Property
 T DiagramInterchangeSwitch.caseProperty(Property object)
          Returns the result of interpretting the object as an instance of 'Property'
 

Uses of Property in org.topcased.modeler.edit
 

Methods in org.topcased.modeler.edit with parameters of type Property
protected  void EListEditPart.EListEditPartListener.handlePropertyChanged(Property oldProperty, Property newProperty)
           
protected  void GraphEdgeEditPart.GraphEdgeEditPartListener.handlePropertyChanged(Property oldProperty, Property newProperty)
           
protected  void MultiPortEditPart.MultiPortEditPartListener.handlePropertyChanged(Property oldProperty, Property newProperty)
           
protected  void DiagramEditPart.DiagramEditPartListener.handlePropertyChanged(Property oldProperty, Property newProperty)
           
protected  void GraphNodeEditPart.GraphNodeEditPartListener.handlePropertyChanged(Property oldProperty, Property newProperty)
           
 

Uses of Property in org.topcased.modeler.listeners
 

Methods in org.topcased.modeler.listeners with parameters of type Property
protected  void DiagramElementListener.handlePropertyChanged(Property modifiedProperty)
          Deprecated. Use the method handlePropertyChanged(Property, Property) instead
protected  void DiagramElementListener.handlePropertyChanged(Property oldProperty, Property newProperty)
           
 


Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.