Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.dialogs.tableview
Class ISeriesTableViewNewDialog

java.lang.Object
  extended by SystemPromptDialog
      extended by com.ibm.etools.iseries.rse.ui.dialogs.tableview.ISeriesTableViewNewDialog

public class ISeriesTableViewNewDialog
extends SystemPromptDialog

Dialog for selecting new object type to be created.


Field Summary
static String Copyright
           
static String[] iconIds
           
protected  Object inputObject
           
static String[] nameIds
           
static int NEW_DATAARA
           
static int NEW_DATQ
           
static int NEW_LIB
           
static int NEW_MSGF
           
static int NEW_OTHER
           
static int NEW_SRCFILE
           
static int NEW_SRCMBR
           
protected  Object outputObject
           
 
Constructor Summary
ISeriesTableViewNewDialog(Shell parent)
           
 
Method Summary
protected  Control createInner(Composite parent)
           
protected  Control getInitialFocusControl()
          Return the Control to be given initial focus.
 int getSelection()
          Get selection made
 boolean processOK()
          Override of parent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

inputObject

protected Object inputObject

outputObject

protected Object outputObject

NEW_LIB

public static final int NEW_LIB
See Also:
Constant Field Values

NEW_SRCFILE

public static final int NEW_SRCFILE
See Also:
Constant Field Values

NEW_MSGF

public static final int NEW_MSGF
See Also:
Constant Field Values

NEW_DATQ

public static final int NEW_DATQ
See Also:
Constant Field Values

NEW_DATAARA

public static final int NEW_DATAARA
See Also:
Constant Field Values

NEW_SRCMBR

public static final int NEW_SRCMBR
See Also:
Constant Field Values

NEW_OTHER

public static final int NEW_OTHER
See Also:
Constant Field Values

nameIds

public static final String[] nameIds

iconIds

public static final String[] iconIds
Constructor Detail

ISeriesTableViewNewDialog

public ISeriesTableViewNewDialog(Shell parent)
Method Detail

createInner

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

getInitialFocusControl

protected Control getInitialFocusControl()
Return the Control to be given initial focus. Override of abstract method in parent PromptDialog class.


processOK

public boolean processOK()
Override of parent. Called when user presses OK. Returning true closes dialog, false keeps dialog active.


getSelection

public int getSelection()
Get selection made

Returns:

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.