|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizard
org.eclipse.egf.core.ui.wizard.AbstractModelElementWizard
org.eclipse.egf.core.ui.wizard.AbstractPatternLibraryWizard
public abstract class AbstractPatternLibraryWizard
Base class to implement a wizard to create a pattern library.
Field Summary | |
---|---|
static String |
PATTERN_LIBRARY_PRODUCTION_SEQUENCE_PAGE
Constant used to identify the production orchestration wizard page. |
static String |
PATTERN_LIBRARY_RUNTIME_SEQUENCE_PAGE
Constant used to identify the runtime orchestration wizard page. |
Constructor Summary | |
---|---|
AbstractPatternLibraryWizard(EObject parent_p,
NamedModelElementWithId modelElement_p,
boolean readOnlyMode_p,
boolean creationMode_p)
Constructor. |
Method Summary | |
---|---|
void |
addPages()
|
protected NamedModelElementWithId |
doCreateModelElement()
Create concrete model element. |
protected String |
getCreationDescription()
Returns the description when this wizard creates the displayed object. |
protected String |
getEditDescription()
Returns the description when this wizard modifies the displayed object. |
IWizardPage |
getPage(String name)
|
protected PluginChangeWrapperCommand |
getPluginChangeCommand(EditingDomain editingDomain_p,
EObject modelElement_p,
EStructuralFeature feature_p,
Object value_p)
Get the plugin change command. |
protected String |
getTitle()
Returns the title message of this wizard. |
protected ImageDescriptor |
getWizardDefaultPageImageDescriptor()
Get the wizard default image. |
boolean |
isInCreationMode()
Is this wizard open to create a new pattern library or edit an existing one ? |
Methods inherited from class org.eclipse.egf.core.ui.wizard.AbstractModelElementWizard |
---|
canFinish, containsChanges, endChangesRecording, getAddCommandForCreatedElement, getChangeDescription, getChangeRecorder, getDescription, getModelElement, getModifiedFeature, getParent, handleCanFinish, handleChangeDescription, isInReadOnlyMode, performCancel, performFinish, startChangesRecording |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PATTERN_LIBRARY_PRODUCTION_SEQUENCE_PAGE
public static final String PATTERN_LIBRARY_RUNTIME_SEQUENCE_PAGE
Constructor Detail |
---|
public AbstractPatternLibraryWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p, boolean creationMode_p)
parent_p
- modelElement_p
- readOnlyMode_p
- creationMode_p
- true means this wizard is used to create a new pattern library.Method Detail |
---|
public void addPages()
addPages
in class AbstractModelElementWizard
AbstractModelElementWizard.addPages()
public IWizardPage getPage(String name)
org.eclipse.jface.wizard.Wizard#getPage(java.lang.String)
protected NamedModelElementWithId doCreateModelElement()
AbstractModelElementWizard
doCreateModelElement
in class AbstractModelElementWizard
NamedModelElementWithId
object.AbstractModelElementWizard.doCreateModelElement()
protected PluginChangeWrapperCommand getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
AbstractModelElementWizard
getPluginChangeCommand
in class AbstractModelElementWizard
org.eclipse.egf.core.ui.wizard.AbstractModelElementWizard#getPluginChangeCommand(org.eclipse.emf.edit.domain.EditingDomain,
org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature, java.lang.Object)
protected String getCreationDescription()
AbstractModelElementWizard
getCreationDescription
in class AbstractModelElementWizard
String
instance.AbstractModelElementWizard.getCreationDescription()
protected String getEditDescription()
AbstractModelElementWizard
getEditDescription
in class AbstractModelElementWizard
String
instance.AbstractModelElementWizard.getEditDescription()
protected String getTitle()
AbstractModelElementWizard
getTitle
in class AbstractModelElementWizard
AbstractModelElementWizard.getTitle()
public boolean isInCreationMode()
protected ImageDescriptor getWizardDefaultPageImageDescriptor()
AbstractModelElementWizard
getWizardDefaultPageImageDescriptor
in class AbstractModelElementWizard
null
means no image set on the wizard.- See Also:
AbstractModelElementWizard.getWizardDefaultPageImageDescriptor()
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.