org.eclipse.gmt.modisco.infra.query.editor.presentation
Class QueryModelWizard

java.lang.Object
  extended by Wizard
      extended by org.eclipse.gmt.modisco.infra.query.editor.presentation.QueryModelWizard

public class QueryModelWizard
extends Wizard

This is a simple wizard for creating a new model file.

Generated:

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

FILE_EXTENSIONS

public static final java.util.List<java.lang.String> FILE_EXTENSIONS
The supported extensions for created files.

Generated:

FORMATTED_FILE_EXTENSIONS

public static final java.lang.String FORMATTED_FILE_EXTENSIONS
A formatted list of supported file extensions, suitable for display.

Generated:
Constructor Detail

QueryModelWizard

public QueryModelWizard()
Method Detail

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
This just records the information.

Generated:

setOpenEditor

public void setOpenEditor(boolean openEditor)

performFinish

public boolean performFinish()
Do the work after everything is specified.

Generated:

addPages

public void addPages()
The framework calls this to create the contents of the wizard.

Generated:

getModelFile

public IFile getModelFile()
Get the file from the page.

Generated: