Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.util.clprompter
Class ClSelectCommandForm

java.lang.Object
  extended by com.ibm.etools.iseries.rse.ui.widgets.QSYSSelectQSYSForm
      extended by com.ibm.etools.iseries.rse.util.clprompter.ClSelectCommandForm
All Implemented Interfaces:
IQSYSSelectionTypes

public class ClSelectCommandForm
extends QSYSSelectQSYSForm

Since:
V5.1

Field Summary
 
Fields inherited from class com.ibm.etools.iseries.rse.ui.widgets.QSYSSelectQSYSForm
addButtonCallback, addMode, autoExpandDepth, caller, callerInstanceOfSystemPromptDialog, callerInstanceOfWizardPage, contentsCreated, convertedObjects, copyright, defaultConnection, defaultFilters, forceDefaultFiltersNull, initDone, inputProvider, liblQuickFilter, listeners, msgLine, multipleSelectionMode, nameEntryValue, objectMatcher, outerParent, outputConnection, outputObjects, preSelectFilter, ps, ps_composite, rb, selectionType, selectionValidator, showLiblFilter, showPropertySheet, showYourLibrariesPrompt, spacer1, spacer2, sr, srcFilesOnly, tree, treeTip, verbage, verbageLabel
 
Fields inherited from interface com.ibm.etools.iseries.rse.ui.widgets.IQSYSSelectionTypes
BROWSEFOR_ANY, BROWSEFOR_COMMAND, BROWSEFOR_CRT_COMMAND, BROWSEFOR_DTAARA, BROWSEFOR_DTAQ, BROWSEFOR_FIELD, BROWSEFOR_FILE, BROWSEFOR_JOB, BROWSEFOR_JOBD, BROWSEFOR_JOBQ, BROWSEFOR_LIBRARY, BROWSEFOR_MEMBER, BROWSEFOR_MESSAGE, BROWSEFOR_MODULE, BROWSEFOR_MSGF, BROWSEFOR_OBJECT, BROWSEFOR_PGM, BROWSEFOR_PGM_MODULE, BROWSEFOR_PGMSRVPGM, BROWSEFOR_PROCEDURE, BROWSEFOR_RECORD, BROWSEFOR_SRVPGM, Copyright
 
Constructor Summary
ClSelectCommandForm(ISystemMessageLine msgLine, Object caller, int selectionType, boolean srcFilesOnly)
           
 
Method Summary
 void addFilters(Vector filterStrings)
          Add one or more filters that users can expand to start their search.
 
Methods inherited from class com.ibm.etools.iseries.rse.ui.widgets.QSYSSelectQSYSForm
addFilter, addFilter, addQuickFilter, addSelectionChangedListener, clearErrorMessage, createContents, createFilterByPrompting, createQuickFilter, enableAddMode, getAdapter, getFirstSelection, getInitialFocusControl, getLiblQuickFilter, getMultipleSelectionMode, getQuickFilters, getRemoteAdapter, getSelectedConnection, getSelectedObject, getSelectedObjects, getSelections, getShell, getSystemViewForm, internalGetConnection, isPageComplete, removeSelectionChangedListener, selectionChanged, setAutoExpandDepth, setDefaultConnection, setErrorMessage, setErrorMessage, setMemberTypes, setMessage, setMessageLine, setMultipleSelectionMode, setNameText, setObjectTypes, setPageComplete, setPreSelection, setPreSelection, setRootLibrary, setRootLibrary, setSelectionTreeToolTipText, setSelectionValidator, setShowLiblFilter, setShowNewConnectionPrompt, setShowPropertySheet, setShowYourLibrariesPrompt, setSystemConnection, toggleShowPropertySheet, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClSelectCommandForm

public ClSelectCommandForm(ISystemMessageLine msgLine,
                           Object caller,
                           int selectionType,
                           boolean srcFilesOnly)
Method Detail

addFilters

public void addFilters(Vector filterStrings)
Description copied from class: QSYSSelectQSYSForm
Add one or more filters that users can expand to start their search.

These are really filter strings versus filters, but they are realized in the GUI as temporary filters.

Overrides:
addFilters in class QSYSSelectQSYSForm

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.