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, toString
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, setMessage
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle
public ProviderConfigurationWizardPage(AcquireDialog acquireDialog)
public void createControl(Composite parent)
createControl
in interface IDialogPage
public IWizardPage getNextPage()
getNextPage
in interface IWizardPage
getNextPage
in class WizardPage
public void relocateHelp(boolean create)
public void setVisible(boolean f)
setVisible
in interface IDialogPage
setVisible
in class DialogPage
public void onInputChanged()
onInputChanged
in interface ProviderArgumentsTable.ITableListener
public void onValueChanged()
onValueChanged
in interface ProviderArgumentsTable.ITableListener
public void onError(String message)
onError
in interface ProviderArgumentsTable.ITableListener
public void onFocus(String message)
onFocus
in interface ProviderArgumentsTable.ITableListener
public boolean canFlipToNextPage()
WizardPage.isPageComplete()
so that getNextPage() is not called all the time, only when moving.canFlipToNextPage
in interface IWizardPage
canFlipToNextPage
in class WizardPage
public void performHelp()
performHelp
in interface IDialogPage
performHelp
in class DialogPage
public void processSelected(AnnotatedObjectArgumentsSet argumentSet)