Class ShortcutCreationWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.modelversioning.emfprofile.diagram.part.ShortcutCreationWizard
- All Implemented Interfaces:
IShellProvider
,IWizard
Allows to select foreign model element and add shortcut to the diagram.
- Generated class or method.
-
Field Summary
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
Constructor Summary
ConstructorDescriptionShortcutCreationWizard
(EObject modelElement, org.eclipse.gmf.runtime.notation.View view, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain) -
Method Summary
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
Constructor Details
-
ShortcutCreationWizard
public ShortcutCreationWizard(EObject modelElement, org.eclipse.gmf.runtime.notation.View view, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain) - Generated class or method.
-
-
Method Details
-
addPages
public void addPages() -
performFinish
public boolean performFinish()- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
- Generated class or method.
-