|
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 SystemFilterStringEditPane com.ibm.etools.iseries.rse.ui.QSYSFilterStringBaseEditPane com.ibm.etools.iseries.rse.ui.QSYSFilterStringEditPaneJobs
public class QSYSFilterStringEditPaneJobs
This is an edit pane for prompting for a Job filter string.
Field Summary | |
---|---|
protected Button |
chkActive
|
protected Button |
chkJobq
|
protected Button |
chkOutq
|
static String |
copyright
|
protected boolean |
dontStealFocus
|
protected SystemHistoryCombo |
entryCurrUser
|
protected SystemHistoryCombo |
entryName
|
protected SystemHistoryCombo |
entryNumber
|
protected SystemHistoryCombo |
entrySubSys
|
protected SystemHistoryCombo |
entryUser
|
protected ISystemValidator |
idValidator
|
protected int |
maxCurrUserLength
|
protected int |
maxNameLength
|
protected int |
maxNumberLength
|
protected int |
maxSbsLength
|
protected int |
maxUserLength
|
protected ISystemValidator |
nameValidator
|
protected ISystemValidator |
numberValidator
|
protected ISystemValidator |
objValidator
|
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 | |
---|---|
QSYSFilterStringEditPaneJobs(Shell shell)
Constructor |
|
QSYSFilterStringEditPaneJobs(Shell shell,
ISystemWizard wizard)
Constructor when invoked from Wizard |
|
QSYSFilterStringEditPaneJobs(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 recieve initial focus. |
protected SystemMessage |
validateCurrUserInput()
Validate input string, as it is typed. |
protected SystemMessage |
validateNameInput()
Validate name string, as it is typed. |
protected SystemMessage |
validateNumberInput()
Validate number string, as it is typed. |
protected SystemMessage |
validateSubSysInput()
Validate input string, as it is typed. |
protected SystemMessage |
validateUserInput()
Validate user 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 entryName
protected SystemHistoryCombo entryUser
protected SystemHistoryCombo entryNumber
protected SystemHistoryCombo entryCurrUser
protected SystemHistoryCombo entrySubSys
protected Button chkActive
protected Button chkJobq
protected Button chkOutq
protected int maxNameLength
protected int maxUserLength
protected int maxNumberLength
protected int maxCurrUserLength
protected int maxSbsLength
protected ISystemValidator nameValidator
protected ISystemValidator userValidator
protected ISystemValidator numberValidator
protected ISystemValidator idValidator
protected ISystemValidator objValidator
protected boolean dontStealFocus
protected boolean updateNeeded
Constructor Detail |
---|
public QSYSFilterStringEditPaneJobs(Shell shell)
shell
- public QSYSFilterStringEditPaneJobs(Shell shell, ISystemWizard wizard)
shell
- wizard
- the hosting wizardpublic QSYSFilterStringEditPaneJobs(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 validateNameInput()
protected SystemMessage validateUserInput()
protected SystemMessage validateNumberInput()
protected SystemMessage validateCurrUserInput()
protected SystemMessage validateSubSysInput()
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 |