org.eclipse.rse.ui.filters.dialogs
Interface ISystemNewFilterWizardConfigurator
-
All Known Implementing Classes:
-
SystemNewFilterWizardConfigurator
-
public interface ISystemNewFilterWizardConfigurator
Much of the new filter wizard is configurable, especially with respect to translated strings.
While there exists setters and overridable methods for most of it, sometimes that gets overwhelming.
This interface is designed to capture all the configurable attributes that are not likely to change
from usage to usage of the wizard (eg, not context sensitive) such that for convenience you can
implement it in a class and instantiate a singleton instance of that class to re-use for your
wizard.
Your best option is to subclass
SystemNewFilterWizardConfigurator
and override just those
things you want to change.
getPageTitle
String getPageTitle()
- Return the default page title to use for each page, unless overridden individually
-
getPage1Title
String getPage1Title()
- Return the page title for page 1 (which prompts for the filter string)
-
getPage1Description
String getPage1Description()
- Return the description for page 1 (which prompts for the filter string)
-
getPage2Title
String getPage2Title()
- Return the page title for page 2 (which prompts for the name and filter pool)
-
getPage2Description
String getPage2Description()
- Return the description for page 2 (which prompts for the name and filter pool)
-
getPage2HelpID
String getPage2HelpID()
- Return the help ID for page 2
-
getPage2NameVerbiage
String getPage2NameVerbiage()
- Return the verbiage for the name prompt on page 2
-
getPage2PoolVerbiage
String getPage2PoolVerbiage()
- Return the verbiage for the pool prompt on page 3
-
getPage2PoolVerbiageTip
String getPage2PoolVerbiageTip()
- Return the verbiage tooltip for the name prompt on page 2
-
getPage2NamePromptLabel
String getPage2NamePromptLabel()
- Return the label for the filter name
prompt on page 2.
-
getPage2NamePromptTooltip
String getPage2NamePromptTooltip()
- Return the tooltip for the filter name
prompt on page 2.
-
getPage2PoolPromptLabel
String getPage2PoolPromptLabel()
- Return the label for the filter pool
prompt on page 2.
-
getPage2PoolPromptTooltip
String getPage2PoolPromptTooltip()
- Return the label for the filter pool
prompt on page 2.
-
getPage2UniqueToConnectionLabel
String getPage2UniqueToConnectionLabel()
- Get the "Unique to this connection" checkbox label
-
getPage2UniqueToConnectionToolTip
String getPage2UniqueToConnectionToolTip()
- Set the "Unique to this connection" checkbox tooltip
-
getPage3Title
String getPage3Title()
- Return the page title for page 3 (which shows 2 tips)
-
getPage3Description
String getPage3Description()
- Return the description for page 3 (which shows 2 tips)
-
getPage3Tip1
String getPage3Tip1()
- Return the first tip on page 3
-
getPage3Tip2
String getPage3Tip2()
- Return the second tip on page 3
-
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.