public class XSDModelWizard
extends Wizard
Modifier and Type | Class and Description |
---|---|
class |
XSDModelWizard.XSDModelWizardInitialObjectCreationPage
This is the page where the type of object to create is selected.
|
class |
XSDModelWizard.XSDModelWizardNewFileCreationPage
This is the one page of the wizard.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
encodings |
static java.util.List<java.lang.String> |
FILE_EXTENSIONS
* The file extensions supported by this editor.
|
static java.lang.String |
FORMATTED_FILE_EXTENSIONS
A formatted list of supported file extensions, suitable for display.
|
protected XSDModelWizard.XSDModelWizardInitialObjectCreationPage |
initialObjectCreationPage
This is the file creation page.
|
protected XSDModelWizard.XSDModelWizardNewFileCreationPage |
newFileCreationPage
This is the file creation page.
|
protected IStructuredSelection |
selection
Remember the selection during initialization for populating the default container.
|
protected IWorkbench |
workbench
Remember the workbench during initialization.
|
protected XSDFactory |
xsdFactory
This caches an instance of the model factory.
|
protected XSDPackage |
xsdPackage
This caches an instance of the model package.
|
Constructor and Description |
---|
XSDModelWizard() |
Modifier and Type | Method and Description |
---|---|
void |
addPages()
The framework calls this to create the contents of the wizard.
|
protected EObject |
createInitialModel()
Create a new model.
|
protected java.util.Collection<java.lang.String> |
getEncodings() |
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.
|
public static final java.util.List<java.lang.String> FILE_EXTENSIONS
public static final java.lang.String FORMATTED_FILE_EXTENSIONS
protected XSDPackage xsdPackage
protected XSDFactory xsdFactory
protected XSDModelWizard.XSDModelWizardNewFileCreationPage newFileCreationPage
protected XSDModelWizard.XSDModelWizardInitialObjectCreationPage initialObjectCreationPage
protected IStructuredSelection selection
protected IWorkbench workbench
protected java.util.List<java.lang.String> encodings
public void init(IWorkbench workbench, IStructuredSelection selection)
protected EObject createInitialModel()
public boolean performFinish()
protected java.util.Collection<java.lang.String> getEncodings()
public void addPages()
public IFile getModelFile()