Uses of Interface
org.eclipse.e4.xwt.metadata.IProperty

Packages that use IProperty
org.eclipse.e4.xwt.metadata   
 

Uses of IProperty in org.eclipse.e4.xwt.metadata
 

Methods in org.eclipse.e4.xwt.metadata that return IProperty
 IProperty IMetaclass.addArrayProperty(IProperty property)
          TODO
 IProperty IMetaclass.addProperty(IProperty property)
           
 IProperty IMetaclass.findDefaultProperty()
           
 IProperty IMetaclass.findProperty(java.lang.String name)
           
 IProperty[] IMetaclass.getProperties()
           
 

Methods in org.eclipse.e4.xwt.metadata with parameters of type IProperty
 void ISetPostAction.action(java.lang.Object target, IProperty property, java.lang.Object value)
           
 IProperty IMetaclass.addArrayProperty(IProperty property)
          TODO
 IProperty IMetaclass.addProperty(IProperty property)