Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.widgets
Class QSYSEnvironmentVariablesForm

java.lang.Object
  extended by SystemBaseForm
      extended by com.ibm.etools.iseries.rse.ui.widgets.QSYSEnvironmentVariablesForm

public class QSYSEnvironmentVariablesForm
extends SystemBaseForm

Preference page which allows the user to manage persisted environment variables for an RSE connection.


Nested Class Summary
 class QSYSEnvironmentVariablesForm.EnvironmentVariable
           
protected  class QSYSEnvironmentVariablesForm.EnvironmentVariablesTableContentProvider
           
 
Constructor Summary
QSYSEnvironmentVariablesForm(Shell shell, ISystemMessageLine msgLine, Object selectedObject, String invalidNameChars)
          Constructor for EnvironmentVariablesForm.
 
Method Summary
 Control createContents(Composite parent)
           
 Collection getEnvVars()
          Get the environment variables currently in the table.
 void mouseDoubleClick(MouseEvent e)
           
 void mouseDown(MouseEvent e)
           
 void mouseUp(MouseEvent e)
           
 void setEnvVars(Vector envVars)
          Set the input for the environment variables table
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QSYSEnvironmentVariablesForm

public QSYSEnvironmentVariablesForm(Shell shell,
                                    ISystemMessageLine msgLine,
                                    Object selectedObject,
                                    String invalidNameChars)
Constructor for EnvironmentVariablesForm.

Parameters:
msgLine -
Method Detail

createContents

public Control createContents(Composite parent)
See Also:
org.eclipse.rse.ui.SystemBaseForm#createContents(Composite)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)
See Also:
SelectionListener

widgetSelected

public void widgetSelected(SelectionEvent e)
See Also:
SelectionListener

getEnvVars

public Collection getEnvVars()
Get the environment variables currently in the table.


setEnvVars

public void setEnvVars(Vector envVars)
Set the input for the environment variables table


mouseDoubleClick

public void mouseDoubleClick(MouseEvent e)
See Also:
MouseListener

mouseDown

public void mouseDown(MouseEvent e)
See Also:
MouseListener

mouseUp

public void mouseUp(MouseEvent e)
See Also:
MouseListener

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.