|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.rse.ui.dialogs.SystemPromptDialog
org.eclipse.rse.ui.dialogs.SystemTestFilterStringDialog
Dialog for testing a filter string. Typically called from a create/update filter string dialog.
Caller must supply the subsystem which owns this existing or potential filter string.
This dialog contains a dropdown for selecting connections to use in the test. Only connections which contain subsystems with the same parent factory as the given subsystem factory are shown.
| Nested Class Summary |
|---|
| Nested classes inherited from class org.eclipse.jface.window.Window |
|---|
Window.IExceptionHandler |
| Field Summary | |
|---|---|
protected SystemHostCombo |
connectionCombo
|
protected String |
filterString
|
protected SystemTestFilterStringAPIProviderImpl |
inputProvider
|
protected Label |
prompt
|
protected Label |
promptValue
|
protected ISystemRegistry |
sr
|
protected ISubSystem |
subsystem
|
protected String |
subsystemFactoryId
|
protected SystemViewForm |
tree
|
| Fields inherited from class org.eclipse.jface.dialogs.Dialog |
|---|
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS |
| Fields inherited from class org.eclipse.jface.window.Window |
|---|
CANCEL, OK |
| Fields inherited from interface org.eclipse.jface.dialogs.IDialogConstants |
|---|
ABORT_ID, ABORT_LABEL, BACK_ID, BACK_LABEL, BUTTON_BAR_HEIGHT, BUTTON_HEIGHT, BUTTON_MARGIN, BUTTON_WIDTH, CANCEL_ID, CANCEL_LABEL, CLIENT_ID, CLOSE_ID, CLOSE_LABEL, DESELECT_ALL_ID, ENTRY_FIELD_WIDTH, FINISH_ID, FINISH_LABEL, HELP_ID, HELP_LABEL, HIDE_DETAILS_LABEL, HORIZONTAL_MARGIN, HORIZONTAL_SPACING, IGNORE_ID, IGNORE_LABEL, INDENT, INTERNAL_ID, LEFT_MARGIN, MINIMUM_MESSAGE_AREA_WIDTH, NEXT_ID, NEXT_LABEL, NO_ID, NO_LABEL, NO_TO_ALL_ID, NO_TO_ALL_LABEL, OK_ID, OK_LABEL, OPEN_ID, OPEN_LABEL, PROCEED_ID, PROCEED_LABEL, RETRY_ID, RETRY_LABEL, SELECT_ALL_ID, SELECT_TYPES_ID, SHOW_DETAILS_LABEL, SKIP_ID, SKIP_LABEL, SMALL_INDENT, STOP_ID, STOP_LABEL, VERTICAL_MARGIN, VERTICAL_SPACING, YES_ID, YES_LABEL, YES_TO_ALL_ID, YES_TO_ALL_LABEL |
| Constructor Summary | |
|---|---|
SystemTestFilterStringDialog(Shell shell,
ISubSystem subsystem,
String filterString)
Constructor |
|
SystemTestFilterStringDialog(Shell shell,
String title,
ISubSystem subsystem,
String filterString)
Constructor when unique title desired |
|
| Method Summary | |
|---|---|
protected Control |
createInner(Composite parent)
Private method. |
protected Control |
getInitialFocusControl()
Private method. |
void |
reset(ISubSystem subsystem,
String filterString)
When re-using this dialog between runs, call this to reset its contents. |
void |
selectionChanged(SelectionChangedEvent event)
ISelectionChangedListener interface method |
void |
setInputObject(Object inputObject)
Override of parent. |
void |
widgetDefaultSelected(SelectionEvent event)
|
void |
widgetSelected(SelectionEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ISubSystem subsystem
protected ISystemRegistry sr
protected String subsystemFactoryId
protected String filterString
protected SystemTestFilterStringAPIProviderImpl inputProvider
protected Label prompt
protected Label promptValue
protected SystemViewForm tree
protected SystemHostCombo connectionCombo
| Constructor Detail |
public SystemTestFilterStringDialog(Shell shell,
ISubSystem subsystem,
String filterString)
shell - The shell to hang the dialog off ofsubsystem - The contextual subsystem that owns this filter stringfilterString - The filter string that is to be tested.
public SystemTestFilterStringDialog(Shell shell,
String title,
ISubSystem subsystem,
String filterString)
shell - The shell to hang the dialog off oftitle - The title to give the dialogsubsystem - The contextual subsystem that owns this filter stringfilterString - The filter string that is to be tested.| Method Detail |
protected Control getInitialFocusControl()
getInitialFocusControl in class SystemPromptDialogSystemPromptDialog.getInitialFocusControl()protected Control createInner(Composite parent)
createInner in class SystemPromptDialogSystemPromptDialog.createInner(Composite)public void setInputObject(Object inputObject)
setInputObject in interface ISystemPromptDialogsetInputObject in class SystemPromptDialog
public void reset(ISubSystem subsystem,
String filterString)
public void selectionChanged(SelectionChangedEvent event)
selectionChanged in interface ISelectionChangedListenerpublic void widgetDefaultSelected(SelectionEvent event)
widgetDefaultSelected in interface SelectionListenerpublic void widgetSelected(SelectionEvent event)
widgetSelected in interface SelectionListener
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||