org.eclipse.emf.mapping.xsd2ecore.presentation
Class XSD2EcoreEditor

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.xsd2ecore.presentation.XSD2EcoreEditor
All Implemented Interfaces:
IAdaptable, IEditingDomainProvider, IEditorPart, IExecutableExtension, IMenuListener, ISaveablePart, ISelectionProvider, IWorkbenchPart, IWorkbenchPart2

public class XSD2EcoreEditor
extends MappingEditor

This is an example of a mapper model editor.


Nested Class Summary
static class XSD2EcoreEditor.MyInitializeCopyOverrideCommand
           
static class XSD2EcoreEditor.MyMappingDomain
           
 
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
XSD2EcoreEditor()
           
 
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

XSD2EcoreEditor

public XSD2EcoreEditor()
Method Detail

createMappingDomain

protected AdapterFactoryMappingDomain createMappingDomain()

handleMissingModelFile

protected void handleMissingModelFile()
See Also:
MappingEditor.handleMissingModelFile()

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