eu.geclipse.servicejob.ui.properties
Class ServiceJobResultProperties
java.lang.Object
eu.geclipse.servicejob.ui.properties.ServiceJobResultProperties
public class ServiceJobResultProperties
- extends java.lang.Object
Class responsible for handling service job's (IServiceJob) properties.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceJobResultProperties
public ServiceJobResultProperties(IServiceJob serviceJob)
- Creates instance of this class for given source object.
- Parameters:
serviceJob - Service job object for which properties should be shown.
getEditableValue
public java.lang.Object getEditableValue()
getPropertyDescriptors
public IPropertyDescriptor[] getPropertyDescriptors()
getPropertyValue
public java.lang.Object getPropertyValue(java.lang.Object id)
isPropertySet
public boolean isPropertySet(java.lang.Object id)
resetPropertyValue
public void resetPropertyValue(java.lang.Object id)
setPropertyValue
public void setPropertyValue(java.lang.Object id,
java.lang.Object value)