org.eclipse.rse.ui.widgets.services
Class RSEModelServiceElement
java.lang.Object
org.eclipse.rse.ui.widgets.services.ServiceElement
org.eclipse.rse.ui.widgets.services.RSEModelServiceElement
- Direct Known Subclasses:
- ConnectorServiceElement, ServerLauncherPropertiesServiceElement
public abstract class RSEModelServiceElement
- extends ServiceElement
_modelObject
protected IRSEModelObject _modelObject
_propertySets
protected IPropertySet[] _propertySets
_propertySetElements
protected PropertySetServiceElement[] _propertySetElements
_allChildren
protected ServiceElement[] _allChildren
RSEModelServiceElement
public RSEModelServiceElement(IHost host,
ServiceElement parent,
IRSEModelObject modelObject)
hasPropertySets
public boolean hasPropertySets()
getPropertySets
public PropertySetServiceElement[] getPropertySets()
getName
public String getName()
- Specified by:
getName
in class ServiceElement
getDescription
public String getDescription()
- Specified by:
getDescription
in class ServiceElement
hasChildren
public final boolean hasChildren()
- Specified by:
hasChildren
in class ServiceElement
getChildren
public final ServiceElement[] getChildren()
- Specified by:
getChildren
in class ServiceElement
hasProperties
public boolean hasProperties()
- Specified by:
hasProperties
in class ServiceElement
getProperties
public PropertyElement[] getProperties()
- Specified by:
getProperties
in class ServiceElement
commit
public void commit()
- Specified by:
commit
in class ServiceElement
revert
public void revert()
- Specified by:
revert
in class ServiceElement
refreshProperties
public void refreshProperties()
internalGetChildren
protected abstract ServiceElement[] internalGetChildren()
internalHasChildren
protected abstract boolean internalHasChildren()
Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.