public class ArgumentsWizardPage extends org.eclipse.jface.wizard.WizardPage implements ArgumentsTable.ITableListener
Modifier and Type | Field and Description |
---|---|
static String |
HIDE_QUERY_HELP |
Constructor and Description |
---|
ArgumentsWizardPage(IQueryContext context,
ArgumentSet argumentSet) |
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
boolean |
isPageComplete() |
void |
onError(String message) |
void |
onFocus(String message) |
void |
onInputChanged() |
void |
onModeChange(LinkEditor.Mode mode) |
void |
performHelp() |
void |
relocateHelp(boolean create) |
canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, setMessage, setVisible
public static final String HIDE_QUERY_HELP
public ArgumentsWizardPage(IQueryContext context, ArgumentSet argumentSet)
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
public boolean isPageComplete()
isPageComplete
in interface org.eclipse.jface.wizard.IWizardPage
isPageComplete
in class org.eclipse.jface.wizard.WizardPage
public void onInputChanged()
onInputChanged
in interface ArgumentsTable.ITableListener
public void onError(String message)
onError
in interface ArgumentsTable.ITableListener
public void onFocus(String message)
onFocus
in interface ArgumentsTable.ITableListener
public void onModeChange(LinkEditor.Mode mode)
onModeChange
in interface ArgumentsTable.ITableListener
public void relocateHelp(boolean create)
public void performHelp()
performHelp
in interface org.eclipse.jface.dialogs.IDialogPage
performHelp
in class org.eclipse.jface.dialogs.DialogPage