Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.dialogs
Class QSYSSystemPromptDialog

java.lang.Object
  extended by SystemPromptDialog
      extended by com.ibm.etools.iseries.rse.ui.dialogs.QSYSSystemPromptDialog
Direct Known Subclasses:
ISeriesEditorSystemPromptDialog

public class QSYSSystemPromptDialog
extends SystemPromptDialog

Dialog that prompts the user for an ISeries system.


Field Summary
protected  IBMiConnectionCombo _connectionCombo
           
protected  IHost _connectionSelected
           
static String copyright
           
 
Constructor Summary
QSYSSystemPromptDialog(Shell shell)
          Constructor
 
Method Summary
protected  Control createInner(Composite compositeParent)
           
protected  Control getInitialFocusControl()
           
 IHost getSelectedSystem()
          Returns the system that the user has chosen.
 void widgetDefaultSelected(SelectionEvent event)
          Declared in SelectionListener
 void widgetSelected(SelectionEvent event)
          Declared in SelectionListener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright

_connectionCombo

protected IBMiConnectionCombo _connectionCombo

_connectionSelected

protected IHost _connectionSelected
Constructor Detail

QSYSSystemPromptDialog

public QSYSSystemPromptDialog(Shell shell)
Constructor

Method Detail

getInitialFocusControl

protected Control getInitialFocusControl()
See Also:
SystemPromptDialog#getInitialFocusControl()

createInner

protected Control createInner(Composite compositeParent)
See Also:
SystemPromptDialog#createInner(Composite)

getSelectedSystem

public IHost getSelectedSystem()
Returns the system that the user has chosen.


widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent event)
Declared in SelectionListener


widgetSelected

public void widgetSelected(SelectionEvent event)
Declared in SelectionListener.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.