|
RSE Release 3.3 |
|||||||||
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
The standard implementation of IPropertyType . |
Fields in org.eclipse.rse.core.model declared as IPropertyType | |
---|---|
protected static IPropertyType |
PropertySet._defaultType
|
Methods in org.eclipse.rse.core.model that return IPropertyType | |
---|---|
static IPropertyType |
PropertyType.fromString(String typeStr)
Returns an instance of property type based on the String specification. |
static IPropertyType |
PropertyType.getBooleanPropertyType()
Returns an instance of boolean property type. |
static IPropertyType |
PropertyType.getEnumPropertyType(String[] values)
Returns an instance of enum property type. |
static IPropertyType |
PropertyType.getIntegerPropertyType()
Returns an instance of integer property type. |
IPropertyType |
PropertySet.getPropertyType(String key)
|
IPropertyType |
IPropertySet.getPropertyType(String key)
Return the type of the property identified by the given key. |
static IPropertyType |
PropertyType.getStringPropertyType()
Returns an instance of string property type. |
IPropertyType |
Property.getType()
|
IPropertyType |
IProperty.getType()
|
Methods in org.eclipse.rse.core.model with parameters of type IPropertyType | |
---|---|
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)
|
void |
Property.setType(IPropertyType type)
|
void |
IProperty.setType(IPropertyType type)
Sets the type of this property. |
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 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |