|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SystemBaseDialogAction com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseDialogAction com.ibm.etools.iseries.rse.ui.actions.select.IBMiSelectAbstractAction com.ibm.etools.iseries.rse.ui.actions.select.QSYSSelectProcedureAction
public class QSYSSelectProcedureAction
A reusable action for a dialog prompting for a procedure from within a *MODULE object on a remote iSeries system. The user is given a tree view to drill down and select from.
Browse for procedure
.---------------------------------------------.
| + Library1 |
| - Library2 |
| + Program1 |
| - Program2 |
| - Module1 |
| - Procedure1 |
| - Procedure2 |
| + Module2 |
| + Module3 |
| + Program3 |
| + Library3 |
.---------------------------------------------.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from class com.ibm.etools.iseries.rse.ui.actions.select.IBMiSelectAbstractAction |
---|
addButton, addButtonCallback, addFilterStrings, addLabel, addToolTipText, autoExpandDepth, copyright, defaultConnection, dlg, EMPTY_OBJECT_ARRAY, EMPTY_STRING_ARRAY, multipleSelectionMode, objTypes, onlyConnection, outputConnection, preSelectLibraryName, preSelectObjectName, rootLibraryName, selectionType, showLiblFilter, showNewConnectionPrompt, showPropertySheet, showPropertySheetDetailsButton, showPropertySheetDetailsButtonInitialState, showYourLibrariesPrompt, title, treeTip, verbage |
Constructor Summary | |
---|---|
QSYSSelectProcedureAction(Shell shell)
Base constructor that offers the default configuration of the dialog All iseries connections are listed, and the first one is selected There is a "New Connection..." special connection object to create new iSeries connections All defaults can be changed via set methods. |
Method Summary | |
---|---|
String |
getModuleName()
Returns the parent module name of the selected procedure. |
String |
getSelectedLibraryName()
Returns the library name of the object (program or service program) that contains the parent module of the selected procedure. |
String |
getSelectedName()
Returns the name of the selected procedure. |
String |
getSelectedObjectName()
Returns the name of the object (program or service program) that contains the parent module of the selected procedure. |
IQSYSProcedure |
getSelectedProcedure()
Return selected procedure. |
IQSYSProcedure[] |
getSelectedProcedures()
Return selected procedures. |
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.select.IBMiSelectAbstractAction |
---|
addFilter, addLibraryFilter, createDialog, enableAddMode, enableAddMode, getDialogValue, getFileSubSystem, getSelectDialog, getSelected, getSelectedConnection, getSelectedObjects, reset, setAddModeLabel, setAutoExpandDepth, setDefaultConnection, setDialogTitle, setMessage, setMultipleSelectionMode, setObjectTypes, setPreSelection, setPreSelection, setRootLibrary, setSelectionTreeToolTipText, setSelectionValidator, setShowLiblFilter, setShowNewConnectionPrompt, setShowPropertySheet, setShowPropertySheet, setShowYourLibrariesPrompt, setSystemConnection |
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseDialogAction |
---|
getIBMiConnection, updateSelection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public QSYSSelectProcedureAction(Shell shell)
Method Detail |
---|
public String getSelectedName()
public String getSelectedObjectName()
public String getSelectedLibraryName()
public IQSYSProcedure getSelectedProcedure()
public IQSYSProcedure[] getSelectedProcedures()
public String getModuleName()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |