|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizard
org.eclipse.gmt.modisco.infra.query.editor.presentation.QueryModelWizard
public class QueryModelWizard
This is a simple wizard for creating a new model file.
Nested Class Summary | |
---|---|
class |
QueryModelWizard.QueryModelWizardNewFileCreationPage
This is the one page of the wizard. |
Field Summary | |
---|---|
static java.util.List<java.lang.String> |
FILE_EXTENSIONS
The supported extensions for created files. |
static java.lang.String |
FORMATTED_FILE_EXTENSIONS
A formatted list of supported file extensions, suitable for display. |
Constructor Summary | |
---|---|
QueryModelWizard()
|
Method Summary | |
---|---|
void |
addPages()
The framework calls this to create the contents of the wizard. |
IFile |
getModelFile()
Get the file from the page. |
void |
init(IWorkbench workbench,
IStructuredSelection selection)
This just records the information. |
boolean |
performFinish()
Do the work after everything is specified. |
void |
setOpenEditor(boolean openEditor)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.List<java.lang.String> FILE_EXTENSIONS
public static final java.lang.String FORMATTED_FILE_EXTENSIONS
Constructor Detail |
---|
public QueryModelWizard()
Method Detail |
---|
public void init(IWorkbench workbench, IStructuredSelection selection)
public void setOpenEditor(boolean openEditor)
public boolean performFinish()
public void addPages()
public IFile getModelFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |