|
 |
|
|
Uses of Interface org.eclipse.rse.core.model.IProperty
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)
|
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|