org.eclipse.emf.codegen.ecore.genmodel.presentation
Class EMFProjectWizard.RoseModelPage
java.lang.Object
|
+--org.eclipse.jface.dialogs.DialogPage
|
+--org.eclipse.jface.wizard.WizardPage
|
+--org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
- All Implemented Interfaces:
- org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
- Enclosing class:
- EMFProjectWizard
- public class EMFProjectWizard.RoseModelPage
- extends org.eclipse.jface.wizard.WizardPage
A page that allows a Rose model to be imported.
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
ERROR, INFORMATION, NONE, WARNING |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp |
genModelNameText
protected org.eclipse.swt.widgets.Text genModelNameText
roseModelLocationText
protected org.eclipse.swt.widgets.Text roseModelLocationText
pathMap
protected java.util.Map pathMap
pathMapTableViewer
protected org.eclipse.jface.viewers.TableViewer pathMapTableViewer
isCellEditing
protected boolean isCellEditing
isDirty
protected boolean isDirty
roseUtil
protected RoseUtil roseUtil
unitTree
protected UnitTreeNode unitTree
EMFProjectWizard.RoseModelPage
public EMFProjectWizard.RoseModelPage(java.lang.String pageId)
isPageComplete
public boolean isPageComplete()
- Overrides:
isPageComplete
in class org.eclipse.jface.wizard.WizardPage
setVisible
public void setVisible(boolean visible)
- Overrides:
setVisible
in class org.eclipse.jface.dialogs.DialogPage
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
- Overrides:
createControl
in class org.eclipse.jface.dialogs.DialogPage
refreshPathMapTable
public void refreshPathMapTable()
getRoseModelLocationPath
public org.eclipse.core.runtime.IPath getRoseModelLocationPath()
getGenModelName
public java.lang.String getGenModelName()
getPathMap
public java.util.Map getPathMap()
getRoseUtil
public RoseUtil getRoseUtil()
getUnitTree
public UnitTreeNode getUnitTree()