java.lang.Object org.eclipse.rse.ui.widgets.services.ServiceElement org.eclipse.rse.ui.widgets.services.PropertySetServiceElement
public class PropertySetServiceElement
protected IPropertySet
_originalPropertySet
protected PropertyElement[]
_properties
_propertySet
_childChanged, _host, _isSelected, _parent
PropertySetServiceElement ( IHost host, ServiceElement parent, IPropertySet propertySet)
void
commit ()
ServiceElement[]
getChildren ()
String
getDescription ()
Object
getEditableValue ()
Image
getImage ()
getName ()
IPropertySet
getOriginalProperySet ()
PropertyElement[]
getProperties ()
IPropertyDescriptor[]
getPropertyDescriptors ()
getPropertySet ()
getPropertyValue ( Object id)
boolean
hasChildren ()
hasProperties ()
isPropertySet ( Object id)
refreshProperties ()
resetPropertyValue ( Object id)
revert ()
setPropertyValue ( Object id, Object value)
childChanged, getHost, getParent, isSelected, setParent, setSelected, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected PropertyElement[] _properties
protected IPropertySet _propertySet
protected IPropertySet _originalPropertySet
public PropertySetServiceElement( IHost host, ServiceElement parent, IPropertySet propertySet)
public IPropertySet getOriginalProperySet()
public IPropertySet getPropertySet()
public Image getImage()
getImage
ServiceElement
public String getName()
getName
public String getDescription()
getDescription
public boolean hasChildren()
hasChildren
public ServiceElement[] getChildren()
getChildren
public void refreshProperties()
public boolean hasProperties()
hasProperties
public PropertyElement[] getProperties()
getProperties
public IPropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
IPropertySource
public Object getPropertyValue( Object id)
getPropertyValue
public boolean isPropertySet( Object id)
isPropertySet
public void resetPropertyValue( Object id)
resetPropertyValue
public void setPropertyValue( Object id, Object value)
setPropertyValue
public Object getEditableValue()
getEditableValue
public void commit()
commit
public void revert()
revert