|
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.ObjectSystemFilterStringEditPane
com.ibm.etools.iseries.rse.ui.QSYSFilterStringBaseEditPane
com.ibm.etools.iseries.rse.ui.QSYSFilterStringEditPaneSplf
public class QSYSFilterStringEditPaneSplf
This is an edit pane for prompting for a Job filter string.
Field Summary | |
---|---|
static String |
copyright
|
protected boolean |
dontStealFocus
|
protected SystemHistoryCombo |
entryFile
|
protected SystemHistoryCombo |
entryJobName
|
protected SystemHistoryCombo |
entryJobNumber
|
protected SystemHistoryCombo |
entryJobUser
|
protected SystemHistoryCombo |
entryUser
|
protected ISystemValidator |
fileValidator
|
protected ISystemValidator |
jobNameValidator
|
protected ISystemValidator |
jobNumberValidator
|
protected ISystemValidator |
jobUserValidator
|
protected int |
maxFileLength
|
protected int |
maxJobNameLength
|
protected int |
maxJobNumberLength
|
protected int |
maxJobUserLength
|
protected int |
maxUserLength
|
protected boolean |
updateNeeded
|
protected ISystemValidator |
userValidator
|
Fields inherited from class com.ibm.etools.iseries.rse.ui.QSYSFilterStringBaseEditPane |
---|
calledFromVerify, callerDialog, callerWizard, conn400Combo, defaultConn, wantConnectionPrompt |
Constructor Summary | |
---|---|
QSYSFilterStringEditPaneSplf(Shell shell)
Constructor |
|
QSYSFilterStringEditPaneSplf(Shell shell,
ISystemWizard wizard)
Constructor when invoked from Wizard |
|
QSYSFilterStringEditPaneSplf(Shell shell,
SystemPromptDialog dialog)
Constructor when invoked from a dialog |
Method Summary | |
---|---|
protected boolean |
areISeriesFieldsComplete()
Called by immediate parent. |
Control |
createISeriesContents(Composite parent)
Method createContents. |
protected void |
doInitializeISeriesFields()
Called by immediate parent. |
protected void |
doResetISeriesFields()
Must be overridden. |
String |
getFilterString()
Get the filter string in its current editPane. |
Control |
getInitialFocusControl()
Return the control to receive initial focus. |
protected SystemMessage |
validateFileInput()
Validate input string, as it is typed. |
protected SystemMessage |
validateJobNameInput()
Validate name string, as it is typed. |
protected SystemMessage |
validateJobNumberInput()
Validate number string, as it is typed. |
protected SystemMessage |
validateJobUserInput()
Validate user string, as it is typed. |
protected SystemMessage |
validateUserInput()
Validate input string, as it is typed. |
protected Control |
verifyISeries()
Called by immediate parent. |
void |
widgetSelected(SelectionEvent event)
User has selected something |
Methods inherited from class com.ibm.etools.iseries.rse.ui.QSYSFilterStringBaseEditPane |
---|
areFieldsComplete, connectionChanged, createContents, doInitializeFields, getSystemConnection, libraryNameChanged, memberNameChanged, objectNameChanged, processTest, resetFields, setCallerDialog, setCallerWizard, setChangeFilterMode, setShowConnectionPrompt, verify |
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
protected SystemHistoryCombo entryUser
protected SystemHistoryCombo entryFile
protected SystemHistoryCombo entryJobName
protected SystemHistoryCombo entryJobUser
protected SystemHistoryCombo entryJobNumber
protected int maxUserLength
protected int maxFileLength
protected int maxJobNameLength
protected int maxJobUserLength
protected int maxJobNumberLength
protected ISystemValidator userValidator
protected ISystemValidator fileValidator
protected ISystemValidator jobNameValidator
protected ISystemValidator jobUserValidator
protected ISystemValidator jobNumberValidator
protected boolean dontStealFocus
protected boolean updateNeeded
Constructor Detail |
---|
public QSYSFilterStringEditPaneSplf(Shell shell)
shell
- public QSYSFilterStringEditPaneSplf(Shell shell, ISystemWizard wizard)
shell
- wizard
- the hosting wizardpublic QSYSFilterStringEditPaneSplf(Shell shell, SystemPromptDialog dialog)
shell
- dialog
- the hosting dialogMethod Detail |
---|
public Control createISeriesContents(Composite parent)
createISeriesContents
in class QSYSFilterStringBaseEditPane
parent
-
public Control getInitialFocusControl()
protected void doInitializeISeriesFields()
doInitializeISeriesFields
in class QSYSFilterStringBaseEditPane
protected void doResetISeriesFields()
doResetISeriesFields
in class QSYSFilterStringBaseEditPane
protected boolean areISeriesFieldsComplete()
areISeriesFieldsComplete
in class QSYSFilterStringBaseEditPane
protected Control verifyISeries()
verifyISeries
in class QSYSFilterStringBaseEditPane
public String getFilterString()
protected SystemMessage validateUserInput()
protected SystemMessage validateFileInput()
protected SystemMessage validateJobNameInput()
protected SystemMessage validateJobUserInput()
protected SystemMessage validateJobNumberInput()
public void widgetSelected(SelectionEvent event)
widgetSelected
in class QSYSFilterStringBaseEditPane
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |