|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IPropertyType | |
|---|---|
| org.eclipse.rse.core.model | |
| org.eclipse.rse.core.subsystems | |
| org.eclipse.rse.ui.widgets.services | |
| Uses of IPropertyType in org.eclipse.rse.core.model |
|---|
| Classes in org.eclipse.rse.core.model that implement IPropertyType | |
class |
PropertyType
|
| Fields in org.eclipse.rse.core.model declared as IPropertyType | |
protected static IPropertyType |
PropertySet._defaultType
|
protected IPropertyType |
Property._type
|
| Methods in org.eclipse.rse.core.model that return IPropertyType | |
IPropertyType |
IPropertySet.getPropertyType(String key)
Return the type of the property identified by the given key. |
static IPropertyType |
PropertyType.getBooleanPropertyType()
Return an instance of boolean property type. |
static IPropertyType |
PropertyType.getIntegerPropertyType()
Return an instance of integer property type. |
static IPropertyType |
PropertyType.getStringPropertyType()
Return an instance of string property type. |
static IPropertyType |
PropertyType.getEnumPropertyType(String[] values)
Return an instance of enum property type. |
static IPropertyType |
PropertyType.fromString(String typeStr)
Return an instance of property type based on the String specification. |
IPropertyType |
IProperty.getType()
|
IPropertyType |
PropertySet.getPropertyType(String key)
|
IPropertyType |
Property.getType()
|
| Methods in org.eclipse.rse.core.model with parameters of type IPropertyType | |
IProperty |
IPropertySet.addProperty(String key,
String value,
IPropertyType type)
Add a typed Property to the set. |
void |
IProperty.setType(IPropertyType type)
|
IProperty |
PropertySet.addProperty(String key,
String value,
IPropertyType type)
|
void |
Property.setType(IPropertyType type)
|
| Constructors in org.eclipse.rse.core.model with parameters of type IPropertyType | |
Property(String name,
String value,
IPropertyType type,
boolean isEnabled)
|
|
| Uses of IPropertyType in org.eclipse.rse.core.subsystems |
|---|
| Fields in org.eclipse.rse.core.subsystems declared as IPropertyType | |
protected IPropertyType |
RemoteServerLauncher._serverLauncherEnumType
|
| Methods in org.eclipse.rse.core.subsystems that return IPropertyType | |
IPropertyType |
RemoteServerLauncher.getServerLauncherPropertyType()
|
| Uses of IPropertyType in org.eclipse.rse.ui.widgets.services |
|---|
| Methods in org.eclipse.rse.ui.widgets.services that return IPropertyType | |
IPropertyType |
PropertyElement.getType()
|
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||