public class ProviderConfigurationWizardPage extends WizardPage implements ProviderArgumentsTable.ITableListener
ERROR, INFORMATION, NONE, WARNING| Constructor and Description |
|---|
ProviderConfigurationWizardPage(AcquireDialog acquireDialog) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFlipToNextPage()
Use canFlipToNextPage() instead of
WizardPage.isPageComplete()
so that getNextPage() is not called all the time, only when moving. |
void |
createControl(Composite parent) |
IWizardPage |
getNextPage() |
void |
onError(String message) |
void |
onFocus(String message) |
void |
onInputChanged() |
void |
onValueChanged() |
void |
performHelp() |
void |
processSelected(AnnotatedObjectArgumentsSet argumentSet)
Called from AcquireDialog with a process argument set, use to find the provider
|
void |
relocateHelp(boolean create) |
void |
setVisible(boolean f) |
getImage, getName, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toStringdispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, setMessageequals, getClass, hashCode, notify, notifyAll, wait, wait, waitdispose, getControl, getDescription, getErrorMessage, getMessage, getTitlepublic ProviderConfigurationWizardPage(AcquireDialog acquireDialog)
public void createControl(Composite parent)
createControl in interface IDialogPagepublic IWizardPage getNextPage()
getNextPage in interface IWizardPagegetNextPage in class WizardPagepublic void relocateHelp(boolean create)
public void setVisible(boolean f)
setVisible in interface IDialogPagesetVisible in class DialogPagepublic void onInputChanged()
onInputChanged in interface ProviderArgumentsTable.ITableListenerpublic void onValueChanged()
onValueChanged in interface ProviderArgumentsTable.ITableListenerpublic void onError(String message)
onError in interface ProviderArgumentsTable.ITableListenerpublic void onFocus(String message)
onFocus in interface ProviderArgumentsTable.ITableListenerpublic boolean canFlipToNextPage()
WizardPage.isPageComplete()
so that getNextPage() is not called all the time, only when moving.canFlipToNextPage in interface IWizardPagecanFlipToNextPage in class WizardPagepublic void performHelp()
performHelp in interface IDialogPageperformHelp in class DialogPagepublic void processSelected(AnnotatedObjectArgumentsSet argumentSet)