public class DataCorrelationMainPage extends WizardPage implements SelectionListener, ISelectionChangedListener
Modifier and Type | Field and Description |
---|---|
static String |
PAGE_NAME |
ERROR, INFORMATION, NONE, WARNING
Constructor and Description |
---|
DataCorrelationMainPage(String selectedText) |
DataCorrelationMainPage(String selectedText,
boolean showExisting) |
Modifier and Type | Method and Description |
---|---|
boolean |
canFlipToNextPage() |
void |
createControl(Composite parent) |
void |
dispose() |
protected IDialogSettings |
getDialogSettings() |
boolean |
isPageComplete() |
void |
selectionChanged(SelectionChangedEvent event) |
void |
widgetDefaultSelected(SelectionEvent e) |
void |
widgetSelected(SelectionEvent e) |
getContainer, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
public static final String PAGE_NAME
public DataCorrelationMainPage(String selectedText)
public DataCorrelationMainPage(String selectedText, boolean showExisting)
selectedText
- Stringpublic void createControl(Composite parent)
createControl
in interface IDialogPage
public void widgetSelected(SelectionEvent e)
widgetSelected
in interface SelectionListener
public void widgetDefaultSelected(SelectionEvent e)
widgetDefaultSelected
in interface SelectionListener
public boolean canFlipToNextPage()
canFlipToNextPage
in interface IWizardPage
canFlipToNextPage
in class WizardPage
public boolean isPageComplete()
isPageComplete
in interface IWizardPage
isPageComplete
in class WizardPage
protected IDialogSettings getDialogSettings()
getDialogSettings
in class WizardPage
public void selectionChanged(SelectionChangedEvent event)
selectionChanged
in interface ISelectionChangedListener
public void dispose()
dispose
in interface IDialogPage
dispose
in class DialogPage
© Copyright IBM Corp. 2013. All rights reserved.