|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
PropertySet.addProperty(String key,
String value)
|
IProperty |
IPropertySet.addProperty(String key,
String value)
Add a Property with String value to the set. |
IProperty |
PropertyList.addProperty(String key,
String value)
|
IProperty |
PropertySet.addProperty(String key,
String value,
IPropertyType type)
|
IProperty |
IPropertySet.addProperty(String key,
String value,
IPropertyType type)
Add a typed Property to the set. |
IProperty |
PropertyList.addProperty(String key,
String value,
IPropertyType type)
|
IProperty |
PropertySet.getProperty(String key)
|
IProperty |
IPropertySet.getProperty(String key)
Return the IProperty associated with the given 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.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |