org.eclipse.rse.ui.widgets.services
Class PropertySetServiceElement
java.lang.Object
org.eclipse.rse.ui.widgets.services.ServiceElement
org.eclipse.rse.ui.widgets.services.PropertySetServiceElement
- All Implemented Interfaces:
- IPropertySource
public class PropertySetServiceElement
- extends ServiceElement
- implements IPropertySource
_properties
protected PropertyElement[] _properties
_propertySet
protected IPropertySet _propertySet
_originalPropertySet
protected IPropertySet _originalPropertySet
PropertySetServiceElement
public PropertySetServiceElement(IHost host,
ServiceElement parent,
IPropertySet propertySet)
getOriginalProperySet
public IPropertySet getOriginalProperySet()
getPropertySet
public IPropertySet getPropertySet()
getImage
public Image getImage()
- Overrides:
getImage
in class ServiceElement
getName
public String getName()
- Specified by:
getName
in class ServiceElement
getDescription
public String getDescription()
- Specified by:
getDescription
in class ServiceElement
hasChildren
public boolean hasChildren()
- Specified by:
hasChildren
in class ServiceElement
getChildren
public ServiceElement[] getChildren()
- Specified by:
getChildren
in class ServiceElement
refreshProperties
public void refreshProperties()
hasProperties
public boolean hasProperties()
- Specified by:
hasProperties
in class ServiceElement
getProperties
public PropertyElement[] getProperties()
- Specified by:
getProperties
in class ServiceElement
getPropertyDescriptors
public IPropertyDescriptor[] getPropertyDescriptors()
- Specified by:
getPropertyDescriptors
in interface IPropertySource
getPropertyValue
public Object getPropertyValue(Object id)
- Specified by:
getPropertyValue
in interface IPropertySource
isPropertySet
public boolean isPropertySet(Object id)
- Specified by:
isPropertySet
in interface IPropertySource
resetPropertyValue
public void resetPropertyValue(Object id)
- Specified by:
resetPropertyValue
in interface IPropertySource
setPropertyValue
public void setPropertyValue(Object id,
Object value)
- Specified by:
setPropertyValue
in interface IPropertySource
getEditableValue
public Object getEditableValue()
- Specified by:
getEditableValue
in interface IPropertySource
commit
public void commit()
- Specified by:
commit
in class ServiceElement
revert
public void revert()
- Specified by:
revert
in class ServiceElement
Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.