|
Rational Developer for i 7.5.0 |
|||||||||
| 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.QSYSFilterStringEditPaneObjects
public class QSYSFilterStringEditPaneObjects
This is an edit pane for prompting for an Object filter string. It is used in numerous places, including the objects filter wizard.
| Field Summary | |
|---|---|
static String |
copyright
|
protected QSYSObjectPrompt |
entryLibObj
|
| Fields inherited from class com.ibm.etools.iseries.rse.ui.QSYSFilterStringBaseEditPane |
|---|
calledFromVerify, callerDialog, callerWizard, conn400Combo, defaultConn, wantConnectionPrompt |
| Constructor Summary | |
|---|---|
QSYSFilterStringEditPaneObjects(Shell shell)
Constructor |
|
QSYSFilterStringEditPaneObjects(Shell shell,
ISystemWizard wizard)
Constructor when invoked from Wizard |
|
QSYSFilterStringEditPaneObjects(Shell shell,
SystemPromptDialog dialog)
Constructor when invoked from a dialog |
|
QSYSFilterStringEditPaneObjects(Shell shell,
SystemPromptDialog dialog,
boolean showMoreTypesButton)
Constructor when invoked from a dialog and you want to state explicitly whether or not to see the "More Types>>" button. |
|
| Method Summary | |
|---|---|
protected boolean |
areISeriesFieldsComplete()
Called by immediate parent. |
protected void |
connectionChanged(IHost connection)
SubClasses that need to know when the connection changes (in those cases where there is a conn prompt at the top) should override this method. |
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. |
void |
modifyText(ModifyEvent event)
User has modified text in the type or attr combos |
protected void |
setIgnoreChanges(boolean ignoreChanges)
Turn on ignore changes mode. |
void |
setShowMoreTypesButton(boolean show)
Explicitly state that the More Types>> button is not to be shown |
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, 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 |
| Methods inherited from interface com.ibm.etools.iseries.rse.ui.widgets.IQSYSObjectPromptListener |
|---|
objectNameChanged |
| Methods inherited from interface com.ibm.etools.iseries.rse.ui.widgets.IQSYSLibraryPromptListener |
|---|
libraryNameChanged |
| Methods inherited from interface org.eclipse.swt.events.SelectionListener |
|---|
widgetDefaultSelected |
| Field Detail |
|---|
public static final String copyright
protected QSYSObjectPrompt entryLibObj
| Constructor Detail |
|---|
public QSYSFilterStringEditPaneObjects(Shell shell)
shell -
public QSYSFilterStringEditPaneObjects(Shell shell,
ISystemWizard wizard)
shell - wizard - the hosting wizard
public QSYSFilterStringEditPaneObjects(Shell shell,
SystemPromptDialog dialog)
shell - dialog - the hosting dialog
public QSYSFilterStringEditPaneObjects(Shell shell,
SystemPromptDialog dialog,
boolean showMoreTypesButton)
shell - dialog - the hosting dialog| Method Detail |
|---|
public void setShowMoreTypesButton(boolean show)
public Control createISeriesContents(Composite parent)
createISeriesContents in class QSYSFilterStringBaseEditPaneparent -
protected void setIgnoreChanges(boolean ignoreChanges)
public Control getInitialFocusControl()
protected void doInitializeISeriesFields()
doInitializeISeriesFields in class QSYSFilterStringBaseEditPaneprotected void doResetISeriesFields()
doResetISeriesFields in class QSYSFilterStringBaseEditPaneprotected boolean areISeriesFieldsComplete()
areISeriesFieldsComplete in class QSYSFilterStringBaseEditPaneprotected Control verifyISeries()
verifyISeries in class QSYSFilterStringBaseEditPanepublic String getFilterString()
public void modifyText(ModifyEvent event)
modifyText in interface ModifyListenerpublic void widgetSelected(SelectionEvent event)
widgetSelected in interface SelectionListenerwidgetSelected in class QSYSFilterStringBaseEditPaneprotected void connectionChanged(IHost connection)
connectionChanged in class QSYSFilterStringBaseEditPane
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||