RSE
Release 3.2

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

java.lang.Object
  extended by org.eclipse.rse.ui.SystemBaseForm
      extended by org.eclipse.rse.ui.widgets.services.ConnectorServicesForm
All Implemented Interfaces:
ISystemConnectionWizardErrorUpdater, Listener

public class ConnectorServicesForm
extends SystemBaseForm


Field Summary
 
Fields inherited from class org.eclipse.rse.ui.SystemBaseForm
alreadyNotified, verifyListeners
 
Constructor Summary
ConnectorServicesForm(ISystemMessageLine msgLine)
           
 
Method Summary
 Control createContents(Composite parent)
          CreateContents is the one method that must be overridden from the parent class.
protected  String getCurrentVerbiage()
           
 void init(ServiceElement root)
           
 boolean performOk()
           
 
Methods inherited from class org.eclipse.rse.ui.SystemBaseForm
addFillerLine, addGrowableFillerLine, addPageCompleteListener, addSeparatorLine, addVerifyListener, getInputObject, getMessageLine, getOutputObject, getShell, getTheErrorMessage, handleEvent, isPageComplete, notifyVerifyListeners, removePageCompleteListener, removePageCompleteListener, setInputObject, setMessageLine, setOutputObject, setPageComplete, setShell, showErrorMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorServicesForm

public ConnectorServicesForm(ISystemMessageLine msgLine)
Method Detail

createContents

public Control createContents(Composite parent)
Description copied from class: SystemBaseForm
CreateContents is the one method that must be overridden from the parent class. In this method, we populate an SWT container with widgets and return the container to the caller (JFace). This is used as the contents of this page.

Specified by:
createContents in class SystemBaseForm
Parameters:
parent - The parent composite

init

public void init(ServiceElement root)

performOk

public boolean performOk()

getCurrentVerbiage

protected String getCurrentVerbiage()

RSE
Release 3.2

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