Uses of Interface
org.eclipse.graphiti.mm.Property

Packages that use Property
org.eclipse.graphiti.mm   
org.eclipse.graphiti.mm.impl   
org.eclipse.graphiti.mm.util   
org.eclipse.graphiti.services   
 

Uses of Property in org.eclipse.graphiti.mm
 

Methods in org.eclipse.graphiti.mm that return Property
 Property MmFactory.createProperty()
          Returns a new object of class 'Property'.
 

Uses of Property in org.eclipse.graphiti.mm.impl
 

Classes in org.eclipse.graphiti.mm.impl that implement Property
 class PropertyImpl
          An implementation of the model object 'Property'.
 

Methods in org.eclipse.graphiti.mm.impl that return Property
 Property MmFactoryImpl.createProperty()
           
 

Uses of Property in org.eclipse.graphiti.mm.util
 

Methods in org.eclipse.graphiti.mm.util with parameters of type Property
 T MmSwitch.caseProperty(Property object)
          Returns the result of interpreting the object as an instance of 'Property'.
 

Uses of Property in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Property
 Property ILinkService.getLinkProperty(PictogramElement pictogramElement)
          Gets the link property to a given pictogram element.
 Property IPeService.getProperty(PropertyContainer propertyContainer, java.lang.String key)
          Returns the property of a given property container for a specific key.
 



Copyright (c) SAP AG 2005, 2010.