RSE
Release 3.2

Uses of Interface
org.eclipse.rse.core.model.IProperty

Packages that use IProperty
org.eclipse.rse.core.model   
org.eclipse.rse.ui.widgets.services   
 

Uses of IProperty in org.eclipse.rse.core.model
 

Classes in org.eclipse.rse.core.model that implement IProperty
 class Property
          A Property is used in PropertySets and may be persisted as a result of persisting the containing set.
 

Methods in org.eclipse.rse.core.model that return IProperty
 IProperty PropertySet.addProperty(String key, IProperty property)
          Add a typed Property to the set.
 IProperty PropertyList.addProperty(String key, IProperty property)
           
 IProperty IPropertySet.addProperty(String key, String value)
          Add a Property with String value to the set.
 IProperty PropertySet.addProperty(String key, String value)
           
 IProperty PropertyList.addProperty(String key, String value)
           
 IProperty IPropertySet.addProperty(String key, String value, IPropertyType type)
          Add a typed Property to the set.
 IProperty PropertySet.addProperty(String key, String value, IPropertyType type)
           
 IProperty PropertyList.addProperty(String key, String value, IPropertyType type)
           
 IProperty IPropertySet.getProperty(String key)
          Return the IProperty associated with the given key.
 IProperty PropertySet.getProperty(String key)
           
 

Methods in org.eclipse.rse.core.model with parameters of type IProperty
 IProperty PropertySet.addProperty(String key, IProperty property)
          Add a typed Property to the set.
 IProperty PropertyList.addProperty(String key, IProperty property)
           
 

Constructors in org.eclipse.rse.core.model with parameters of type IProperty
Property(IProperty property)
           
 

Uses of IProperty in org.eclipse.rse.ui.widgets.services
 

Constructors in org.eclipse.rse.ui.widgets.services with parameters of type IProperty
PropertyElement(ServiceElement parent, IProperty property)
           
 


RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.