org.eclipse.uml2.presentation
Class UML2ModelWizard.UML2ModelWizardNewFileCreationPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.ui.dialogs.WizardNewFileCreationPage
org.eclipse.uml2.presentation.UML2ModelWizard.UML2ModelWizardNewFileCreationPage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, IWizardPage, Listener
- Enclosing class:
- UML2ModelWizard
- public class UML2ModelWizard.UML2ModelWizardNewFileCreationPage
- 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, 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.
UML2ModelWizard.UML2ModelWizardNewFileCreationPage
public UML2ModelWizard.UML2ModelWizardNewFileCreationPage(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()
-