@Deprecated
public class QueryModelWizard
extends Wizard
| Modifier and Type | Class and Description |
|---|---|
class |
QueryModelWizard.QueryModelWizardNewFileCreationPage
Deprecated.
This is the one page of the wizard.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<java.lang.String> |
FILE_EXTENSIONS
Deprecated.
The supported extensions for created files.
|
static java.lang.String |
FORMATTED_FILE_EXTENSIONS
Deprecated.
A formatted list of supported file extensions, suitable for display.
|
| Constructor and Description |
|---|
QueryModelWizard()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPages()
Deprecated.
The framework calls this to create the contents of the wizard.
|
IFile |
getModelFile()
Deprecated.
Get the file from the page.
|
void |
init(IWorkbench workbench,
IStructuredSelection selection)
Deprecated.
This just records the information.
|
boolean |
performFinish()
Deprecated.
Do the work after everything is specified.
|
void |
setOpenEditor(boolean openEditor)
Deprecated.
|
public static final java.util.List<java.lang.String> FILE_EXTENSIONS
public static final java.lang.String FORMATTED_FILE_EXTENSIONS
public void init(IWorkbench workbench,
IStructuredSelection selection)
public void setOpenEditor(boolean openEditor)
public boolean performFinish()
public void addPages()
public IFile getModelFile()