RSE
Release 3.2

org.eclipse.rse.ui.widgets.services
Class ServerLauncherPropertiesServiceElement

java.lang.Object
  extended by org.eclipse.rse.ui.widgets.services.ServiceElement
      extended by org.eclipse.rse.ui.widgets.services.RSEModelServiceElement
          extended by org.eclipse.rse.ui.widgets.services.ServerLauncherPropertiesServiceElement

public class ServerLauncherPropertiesServiceElement
extends RSEModelServiceElement


Field Summary
protected  IServerLauncherProperties _launcherProperties
           
 
Fields inherited from class org.eclipse.rse.ui.widgets.services.RSEModelServiceElement
_allChildren, _modelObject, _propertySetElements, _propertySets
 
Fields inherited from class org.eclipse.rse.ui.widgets.services.ServiceElement
_childChanged, _host, _isSelected, _parent
 
Constructor Summary
ServerLauncherPropertiesServiceElement(IHost host, ServiceElement parent, IServerLauncherProperties launcherProperties)
           
 
Method Summary
 void childChanged(ServiceElement element)
           
 void commit()
           
 Image getImage()
           
 String getName()
           
 IServerLauncherProperties getServerLauncherProperties()
           
protected  ServiceElement[] internalGetChildren()
           
protected  boolean internalHasChildren()
           
 void revert()
           
 boolean userModified()
           
 
Methods inherited from class org.eclipse.rse.ui.widgets.services.RSEModelServiceElement
getChildren, getDescription, getProperties, getPropertySets, hasChildren, hasProperties, hasPropertySets, refreshProperties
 
Methods inherited from class org.eclipse.rse.ui.widgets.services.ServiceElement
getHost, getParent, isSelected, setParent, setSelected, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_launcherProperties

protected IServerLauncherProperties _launcherProperties
Constructor Detail

ServerLauncherPropertiesServiceElement

public ServerLauncherPropertiesServiceElement(IHost host,
                                              ServiceElement parent,
                                              IServerLauncherProperties launcherProperties)
Method Detail

getName

public String getName()
Overrides:
getName in class RSEModelServiceElement

getImage

public Image getImage()
Overrides:
getImage in class ServiceElement

internalGetChildren

protected ServiceElement[] internalGetChildren()
Specified by:
internalGetChildren in class RSEModelServiceElement

internalHasChildren

protected boolean internalHasChildren()
Specified by:
internalHasChildren in class RSEModelServiceElement

childChanged

public void childChanged(ServiceElement element)
Overrides:
childChanged in class ServiceElement

userModified

public boolean userModified()

commit

public void commit()
Overrides:
commit in class RSEModelServiceElement

revert

public void revert()
Overrides:
revert in class RSEModelServiceElement

getServerLauncherProperties

public IServerLauncherProperties getServerLauncherProperties()

RSE
Release 3.2

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