|
org.eclipse.rse.ui.filters.dialogs
Class SystemNewFilterWizardInfoPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.rse.ui.wizards.AbstractSystemWizardPage
org.eclipse.rse.ui.filters.dialogs.SystemNewFilterWizardInfoPage
-
All Implemented Interfaces:
-
IDialogPage,
IMessageProvider,
IWizardPage,
ISystemMessageLine,
ISystemWizardPage
-
public class SystemNewFilterWizardInfoPage
- extends
AbstractSystemWizardPage
Third page of the New Filter wizard that simply shows information
Methods inherited from class org.eclipse.rse.ui.wizards.
AbstractSystemWizardPage
|
addFillerLine,
addGrowableFillerLine,
addSeparatorLine,
applyMnemonics,
clearErrorMessage,
clearMessage,
createControl,
dispose,
getHelpContextId,
getInputObject,
getMessageLine,
getSystemErrorMessage,
setErrorMessage,
setErrorMessage,
setErrorMessage,
setFocus,
setHelp,
setInputObject,
setMessage,
setMessage,
setMessage,
setVisible
|
Methods inherited from class org.eclipse.jface.wizard.
WizardPage
|
canFlipToNextPage,
getContainer,
getDialogSettings,
getImage,
getName,
getNextPage,
getPreviousPage,
getShell,
getWizard,
isCurrentPage,
setDescription,
setImageDescriptor,
setPageComplete,
setPreviousPage,
setTitle,
setWizard,
toString
|
Methods inherited from class org.eclipse.jface.dialogs.
DialogPage
|
convertHeightInCharsToPixels,
convertHorizontalDLUsToPixels,
convertVerticalDLUsToPixels,
convertWidthInCharsToPixels,
getControl,
getDescription,
getDialogFontName,
getErrorMessage,
getFont,
getMessage,
getMessageType,
getTitle,
getToolTipText,
initializeDialogUnits,
isControlCreated,
performHelp,
setButtonLayoutData,
setControl
|
SystemNewFilterWizardInfoPage
public SystemNewFilterWizardInfoPage(
SystemNewFilterWizard wizard,
boolean filterPoolsShowing,
ISystemNewFilterWizardConfigurator data)
- Constructor.
createContents
public
Control createContents(
Composite parent)
- Populate the dialog area with our widgets. Return the composite they are in.
-
-
Specified by:
-
createContents
in class
AbstractSystemWizardPage
-
-
See Also:
-
SystemWidgetHelpers
getInitialFocusControl
protected
Control getInitialFocusControl()
- Return the Control to be given initial focus.
Override from parent. Return control to be given initial focus.
-
-
Specified by:
-
getInitialFocusControl
in class
AbstractSystemWizardPage
-
performFinish
public boolean performFinish()
- Completes processing of the wizard. If this
method returns true, the wizard will close;
otherwise, it will stay active.
This method is an override from the parent Wizard class.
-
-
Specified by:
-
performFinish
in interface
ISystemWizardPage
-
Specified by:
-
performFinish
in class
AbstractSystemWizardPage
-
-
Returns:
- true
isPageComplete
public boolean isPageComplete()
- Return true if the page is complete, so to enable Finish.
Called by wizard framework.
-
-
Specified by:
-
isPageComplete
in interface
IWizardPage
-
Overrides:
-
isPageComplete
in class
WizardPage
-
-
Returns:
- true
setPageComplete
public void setPageComplete()
- Inform wizard of page-complete status of this page
-
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|