org.eclipse.emf.ecore.presentation
Class DynamicModelWizard.DynamicModelWizardNewFileCreationPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.ui.dialogs.WizardNewFileCreationPage
org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, IWizardPage, Listener
- Enclosing class:
- DynamicModelWizard
- public class DynamicModelWizard.DynamicModelWizardNewFileCreationPage
- extends WizardNewFileCreationPage
This is the one page of the wizard.
Methods inherited from class org.eclipse.ui.dialogs.WizardNewFileCreationPage |
createAdvancedControls, createControl, createFile, createFileHandle, createLinkTarget, createNewFile, createRule, getContainerFullPath, getFileName, getInitialContents, getNewFileLabel, handleAdvancedButtonSelect, handleEvent, initialPopulateContainerNameField, setContainerFullPath, setFileName, setVisible, validateLinkedResource |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage |
modelFile
protected IFile modelFile
- Remember the model file.
DynamicModelWizard.DynamicModelWizardNewFileCreationPage
public DynamicModelWizard.DynamicModelWizardNewFileCreationPage(String pageId,
IStructuredSelection selection)
- Pass in the selection.
validatePage
protected boolean validatePage()
- The framework calls this to see if the file is correct.
performFinish
public boolean performFinish()
- Store the dialog field settings upon completion.
getModelFile
public IFile getModelFile()