EGF Engine
Release 0.1.0

org.eclipse.egf.core.ui.wizard
Class RootPatternLibraryWizard

java.lang.Object
  extended by Wizard
      extended by org.eclipse.egf.core.ui.wizard.AbstractModelElementWizard
          extended by org.eclipse.egf.core.ui.wizard.AbstractPatternLibraryWizard
              extended by org.eclipse.egf.core.ui.wizard.RootPatternLibraryWizard

public class RootPatternLibraryWizard
extends AbstractPatternLibraryWizard

This wizard allows the end-user to create or edit a 'root' pattern library.
A 'root' pattern library is a library which has a pattern viewpoint as parent.


Field Summary
 
Fields inherited from class org.eclipse.egf.core.ui.wizard.AbstractPatternLibraryWizard
PATTERN_LIBRARY_PRODUCTION_SEQUENCE_PAGE, PATTERN_LIBRARY_RUNTIME_SEQUENCE_PAGE
 
Constructor Summary
RootPatternLibraryWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p, boolean creationMode_p)
          Constructor.
 
Method Summary
protected  Command getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
          Get the command responsible of adding the created element to given parent when performing finish.
 
Methods inherited from class org.eclipse.egf.core.ui.wizard.AbstractPatternLibraryWizard
addPages, doCreateModelElement, getCreationDescription, getEditDescription, getPage, getPluginChangeCommand, getTitle, getWizardDefaultPageImageDescriptor, isInCreationMode
 
Methods inherited from class org.eclipse.egf.core.ui.wizard.AbstractModelElementWizard
canFinish, containsChanges, endChangesRecording, 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
 

Constructor Detail

RootPatternLibraryWizard

public RootPatternLibraryWizard(EObject parent_p,
                                NamedModelElementWithId modelElement_p,
                                boolean readOnlyMode_p,
                                boolean creationMode_p)
Constructor.

Parameters:
parent_p -
modelElement_p -
readOnlyMode_p -
creationMode_p -
Method Detail

getAddCommandForCreatedElement

protected Command getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p,
                                                 EObject parent_p,
                                                 NamedModelElementWithId createdElement_p)
Description copied from class: AbstractModelElementWizard
Get the command responsible of adding the created element to given parent when performing finish.

Specified by:
getAddCommandForCreatedElement in class AbstractModelElementWizard
See Also:
org.eclipse.egf.core.ui.wizard.AbstractModelElementWizard#getAddCommandForCreatedElement(org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain, org.eclipse.emf.ecore.EObject, org.eclipse.egf.model.NamedModelElementWithId)

EGF Engine
Release 0.1.0

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.