org.eclipse.emf.mapping.ecore2ecore.presentation
Class Ecore2EcoreEditor

java.lang.Object
  extended byorg.eclipse.ui.part.WorkbenchPart
      extended byorg.eclipse.ui.part.EditorPart
          extended byorg.eclipse.ui.part.MultiPageEditorPart
              extended byorg.eclipse.emf.mapping.presentation.MappingEditor
                  extended byorg.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor
All Implemented Interfaces:
IAdaptable, IEditingDomainProvider, IEditorPart, IExecutableExtension, IMenuListener, ISaveablePart, ISelectionProvider, IWorkbenchPart, IWorkbenchPart2

public class Ecore2EcoreEditor
extends MappingEditor

This is an example of a Ecore2Ecore model editor.


Nested Class Summary
static class Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand
           
static class Ecore2EcoreEditor.Ecore2EcoreMappingDomain
           
 
Nested classes inherited from class org.eclipse.emf.mapping.presentation.MappingEditor
MappingEditor.ActionBarContributor, MappingEditor.MyDecoratorAdapterFactory, MappingEditor.OverviewDecoratorAdapterFactory, MappingEditor.OverviewViewer
 
Field Summary
 
Fields inherited from class org.eclipse.emf.mapping.presentation.MappingEditor
bottomImage, bottomLabel, contentOutlineFilterAction, contentOutlinePage, contentOutlineStatusLineManager, contentOutlineViewer, currentViewer, currentViewerPane, DIVIDER, dropViewer, editorSelection, isNotificationEnabled, leftSelectionFactory, leftSelectionViewer, mappingDomain, mappingRoot, modelFile, overviewFactory, overviewSummaryColumnLabel, overviewViewer, overviewViewerPane, partListener, propertySheetPage, rightSelectionFactory, rightSelectionViewer, SELECTED_MAPPED_OBJECT_PREFIX, SELECTED_MAPPING_PREFIX, selectionChangedListener, selectionChangedListeners, SEPARATOR, topImage, topLabel
 
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
Ecore2EcoreEditor()
           
 
Method Summary
protected  AdapterFactoryMappingDomain createMappingDomain()
           
protected  void handleMissingModelFile()
           
 
Methods inherited from class org.eclipse.emf.mapping.presentation.MappingEditor
addSelectionChangedListener, createContextMenuFor, createLaunchedOverviewSummaryColumnEditor, createOverviewDecoratorAdapterFactory, createOverviewViewer, createPages, dispose, doSave, doSaveAs, doSaveHelper, firePropertyChange, getActionBarContributor, getActionBars, getAdapter, getBottomImage, getBottomLabel, getContentOutlinePage, getCurrentViewer, getDefaultCheckedShowTopFirst, getDefaultFilterUnmappedObjects, getDefaultShowMultipleColumns, getEditingDomain, getMappedObjects, getMappingDomain, getMappings, getOverviewSummaryColumnImage, getOverviewSummaryColumnLabel, getOverviewSummaryColumnText, getPropertySheetPage, getSelection, getTopImage, getTopLabel, getURIFromFile, gotoMarker, handleCreation, handleCreationException, hasLaunchedOverviewSummaryColumnEditor, hideTabs, init, isDirty, isNotificationEnabled, isSaveAsAllowed, menuAboutToShow, removeSelectionChangedListener, setCurrentViewer, setCurrentViewerPane, setFocus, setMappingRoot, setNotificationEnabled, setSelection, setSelectionToViewer, setStatusLineManager
 
Methods inherited from class org.eclipse.ui.part.MultiPageEditorPart
addPage, addPage, createPartControl, createSite, getActiveEditor, getActivePage, getContainer, getControl, getEditor, getPageCount, getPageImage, getPageText, handlePropertyChange, pageChange, removePage, setActivePage, setControl, setPageImage, setPageText
 
Methods inherited from class org.eclipse.ui.part.EditorPart
getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setPartName
 
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPropertyListener, getConfigurationElement, getContentDescription, getDefaultImage, getPartName, getSite, getTitle, getTitleImage, removePropertyListener, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, getSite, getTitle, getTitleImage, removePropertyListener
 

Constructor Detail

Ecore2EcoreEditor

public Ecore2EcoreEditor()
Method Detail

createMappingDomain

protected AdapterFactoryMappingDomain createMappingDomain()
Specified by:
createMappingDomain in class MappingEditor

handleMissingModelFile

protected void handleMissingModelFile()
Specified by:
handleMissingModelFile in class MappingEditor

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.