public class ProviderConfigurationWizardPage extends org.eclipse.jface.wizard.WizardPage implements ProviderArgumentsTable.ITableListener
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(org.eclipse.swt.widgets.Composite parent) |
org.eclipse.jface.wizard.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
public ProviderConfigurationWizardPage(AcquireDialog acquireDialog)
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
public org.eclipse.jface.wizard.IWizardPage getNextPage()
getNextPage
in interface org.eclipse.jface.wizard.IWizardPage
getNextPage
in class org.eclipse.jface.wizard.WizardPage
public void relocateHelp(boolean create)
public void setVisible(boolean f)
setVisible
in interface org.eclipse.jface.dialogs.IDialogPage
setVisible
in class org.eclipse.jface.dialogs.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 org.eclipse.jface.wizard.IWizardPage
canFlipToNextPage
in class org.eclipse.jface.wizard.WizardPage
public void performHelp()
performHelp
in interface org.eclipse.jface.dialogs.IDialogPage
performHelp
in class org.eclipse.jface.dialogs.DialogPage
public void processSelected(AnnotatedObjectArgumentsSet argumentSet)