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, toStringdispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, setMessagepublic ProviderConfigurationWizardPage(AcquireDialog acquireDialog)
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl in interface org.eclipse.jface.dialogs.IDialogPagepublic org.eclipse.jface.wizard.IWizardPage getNextPage()
getNextPage in interface org.eclipse.jface.wizard.IWizardPagegetNextPage in class org.eclipse.jface.wizard.WizardPagepublic void relocateHelp(boolean create)
public void setVisible(boolean f)
setVisible in interface org.eclipse.jface.dialogs.IDialogPagesetVisible in class org.eclipse.jface.dialogs.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 org.eclipse.jface.wizard.IWizardPagecanFlipToNextPage in class org.eclipse.jface.wizard.WizardPagepublic void performHelp()
performHelp in interface org.eclipse.jface.dialogs.IDialogPageperformHelp in class org.eclipse.jface.dialogs.DialogPagepublic void processSelected(AnnotatedObjectArgumentsSet argumentSet)