Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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


java.lang.Object
  extended by 

org.eclipse.rse.ui.SystemBaseForm
      extended by 
org.eclipse.rse.ui.widgets.services.ServicesForm
All Implemented Interfaces:
ICheckStateListener, ISystemConnectionWizardErrorUpdater, Listener

public class ServicesForm
extends SystemBaseForm
implements ICheckStateListener


Field Summary
 
Fields inherited from class org.eclipse.rse.ui. SystemBaseForm
alreadyNotified, verifyListeners
 
Constructor Summary
ServicesForm ( Shell shell, ISystemMessageLine msgLine)
           
 
Method Summary
 void checkStateChanged ( CheckStateChangedEvent event)
           
  Control createContents ( Composite parent)
          CreateContents is the one method that must be overridden from the parent class.
protected   String getCurrentVerbiage ()
           
  ServiceElement getSelectedService ()
           
 void init ( ServiceElement root)
           
protected  void unCheckOthers ( ServiceElement checkedElement)
           
 boolean verify ()
           
 
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

ServicesForm

public ServicesForm(
Shell shell,
                    
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)

checkStateChanged

public void checkStateChanged(
CheckStateChangedEvent event)
Specified by:
checkStateChanged in interface ICheckStateListener

unCheckOthers

protected void unCheckOthers(
ServiceElement checkedElement)

getSelectedService

public 
ServiceElement getSelectedService()

verify

public boolean verify()

getCurrentVerbiage

protected 
String getCurrentVerbiage()

RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire