public class ProviderArgumentsWizardPage extends WizardPage implements ProviderArgumentsTable.ITableListener
| Constructor and Description |
|---|
ProviderArgumentsWizardPage(AcquireDialog acquireDialog) |
| Modifier and Type | Method and Description |
|---|---|
void |
createControl(Composite parent) |
AnnotatedObjectArgumentsSet |
getArgumentSet() |
ProviderArgumentsTable |
getTable() |
boolean |
isPageComplete() |
void |
onError(String message) |
void |
onFocus(String message) |
void |
onInputChanged() |
void |
onValueChanged() |
void |
processSelected(AnnotatedObjectArgumentsSet argumentSet) |
void |
relocateHelp(boolean create) |
void |
setVisible(boolean f) |
public ProviderArgumentsWizardPage(AcquireDialog acquireDialog)
public void createControl(Composite parent)
public ProviderArgumentsTable getTable()
public AnnotatedObjectArgumentsSet getArgumentSet()
public 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 isPageComplete()
public void relocateHelp(boolean create)
public void processSelected(AnnotatedObjectArgumentsSet argumentSet)
public void setVisible(boolean f)