RSE
Release 3.0

Uses of Class
org.eclipse.rse.ui.widgets.services.ServiceElement

Packages that use ServiceElement
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.widgets.services   
org.eclipse.rse.ui.wizards   
 

Uses of ServiceElement in org.eclipse.rse.ui.propertypages
 

Fields in org.eclipse.rse.ui.propertypages declared as ServiceElement
protected  ServiceElement ServicesPropertyPage._rootElement
           
 

Methods in org.eclipse.rse.ui.propertypages that return ServiceElement
protected abstract  ServiceElement[] ServicesPropertyPage.getServiceElements()
           
 

Uses of ServiceElement in org.eclipse.rse.ui.widgets.services
 

Subclasses of ServiceElement in org.eclipse.rse.ui.widgets.services
 class ConnectorServiceElement
           
 class FactoryServiceElement
           
 class PropertySetServiceElement
           
 class RootServiceElement
           
 class RSEModelServiceElement
           
 class ServerLauncherPropertiesServiceElement
           
 class ServiceServiceElement
           
 

Fields in org.eclipse.rse.ui.widgets.services declared as ServiceElement
protected  ServiceElement[] RSEModelServiceElement._allChildren
           
protected  ServiceElement ServiceElement._parent
           
 

Methods in org.eclipse.rse.ui.widgets.services that return ServiceElement
 ServiceElement[] ConnectorServiceElement.internalGetChildren()
           
 ServiceElement[] PropertySetServiceElement.getChildren()
           
protected  ServiceElement[] ServerLauncherPropertiesServiceElement.internalGetChildren()
           
 ServiceElement[] FactoryServiceElement.getChildren()
           
 ServiceElement ServicesForm.getSelectedService()
           
 ServiceElement[] RSEModelServiceElement.getChildren()
           
protected abstract  ServiceElement[] RSEModelServiceElement.internalGetChildren()
           
protected  ServiceElement ServiceTableContentProvider.getServiceElement(Object element)
           
 ServiceElement ServiceTableLabelProvider.getServiceElement(Object element)
           
 ServiceElement[] ServiceServiceElement.getChildren()
           
 ServiceElement[] RootServiceElement.getChildren()
           
 ServiceElement ServiceElement.getParent()
           
abstract  ServiceElement[] ServiceElement.getChildren()
           
 

Methods in org.eclipse.rse.ui.widgets.services with parameters of type ServiceElement
 void ServerLauncherPropertiesServiceElement.childChanged(ServiceElement element)
           
 void ServicesForm.init(ServiceElement root)
           
protected  void ServicesForm.unCheckOthers(ServiceElement checkedElement)
           
 void ConnectorServicesForm.init(ServiceElement root)
           
 void RootServiceElement.setChildren(ServiceElement[] children)
           
 void ServiceElement.childChanged(ServiceElement element)
           
 void ServiceElement.setParent(ServiceElement parent)
           
 

Constructors in org.eclipse.rse.ui.widgets.services with parameters of type ServiceElement
ConnectorServiceElement(IHost host, ServiceElement parent, IConnectorService connectorService)
           
PropertySetServiceElement(IHost host, ServiceElement parent, IPropertySet propertySet)
           
ServerLauncherPropertiesServiceElement(IHost host, ServiceElement parent, IServerLauncherProperties launcherProperties)
           
RSEModelServiceElement(IHost host, ServiceElement parent, IRSEModelObject modelObject)
           
ServiceServiceElement(IHost host, ServiceElement parent, IService service)
           
RootServiceElement(ServiceElement[] children)
           
PropertyElement(ServiceElement parent, IProperty property)
           
ServiceElement(IHost host, ServiceElement parent)
           
 

Uses of ServiceElement in org.eclipse.rse.ui.wizards
 

Methods in org.eclipse.rse.ui.wizards that return ServiceElement
protected  ServiceElement[] SubSystemServiceWizardPage.getServiceElements()
           
 


RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.