|
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.Objectcom.ibm.etools.iseries.rse.ui.widgets.QSYSSelectQSYSForm
com.ibm.etools.iseries.rse.ui.widgets.QSYSSaveAsForm
public class QSYSSaveAsForm
| Field Summary | |
|---|---|
static String |
copyright
|
| Fields inherited from class com.ibm.etools.iseries.rse.ui.widgets.QSYSSelectQSYSForm |
|---|
addButtonCallback, addMode, autoExpandDepth, caller, callerInstanceOfSystemPromptDialog, callerInstanceOfWizardPage, contentsCreated, convertedObjects, 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 | |
|---|---|
QSYSSaveAsForm(ISystemMessageLine msgLine,
Object caller,
int selectionType,
boolean srcFilesOnly)
Constructor |
|
| Method Summary | |
|---|---|
Control |
createContents(Shell shell,
Composite parent)
In this method, we populate the given SWT container with widgets and return the container to the caller. |
String |
getFileName()
Return the name of the selected file to contain the target member |
String |
getLibraryName()
Return the name of the library containing the selected file or member |
String |
getSrcName()
Return the name of the member from the member name entry field |
boolean |
isPageComplete()
This method can be called by the dialog or wizard page host, to decide whether to enable or disable the next, final or ok buttons. |
void |
selectionChanged(SelectionChangedEvent e)
User selected something in the tree. |
void |
setPreSelection(IHost connection,
String libraryName,
String p_srcName)
Set an library to preselect. |
void |
setPreSelection(IHost connection,
String libraryName,
String fileName,
String mbrName)
Pre-select a library, file and member. |
void |
setSrcName(String p_srcName)
Set the name of the member to pre-fill the member name entry field with |
boolean |
verify()
Completes processing of the dialog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String copyright
| Constructor Detail |
|---|
public QSYSSaveAsForm(ISystemMessageLine msgLine,
Object caller,
int selectionType,
boolean srcFilesOnly)
msgLine - A GUI widget capable of writing error messages to.caller - The wizardpage or dialog hosting this form.selectionType - An enumeration indicating the type of object to browse for, as
specified in IISeriesSelectionTypessrcFilesOnly - If the selection type is files or members, indicate whether to restrict to source files#setSystemConnection(SystemConnection),
QSYSSelectQSYSForm.setShowNewConnectionPrompt(boolean),
QSYSSelectQSYSForm.setSelectionTreeToolTipText(String)| Method Detail |
|---|
public Control createContents(Shell shell,
Composite parent)
createContents in class QSYSSelectQSYSFormparent - The parent compositepublic boolean verify()
verify in class QSYSSelectQSYSFormpublic boolean isPageComplete()
QSYSSelectQSYSForm
isPageComplete in class QSYSSelectQSYSFormpublic String getSrcName()
public void setSrcName(String p_srcName)
public String getLibraryName()
public String getFileName()
public void setPreSelection(IHost connection,
String libraryName,
String p_srcName)
setPreSelection in class QSYSSelectQSYSForm
public void setPreSelection(IHost connection,
String libraryName,
String fileName,
String mbrName)
public void selectionChanged(SelectionChangedEvent e)
selectionChanged in class QSYSSelectQSYSForm
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||