Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java215
1 files changed, 117 insertions, 98 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java
index 243e5baeee..0a3cbb5358 100644
--- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java
+++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java
@@ -181,6 +181,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public static final String copyright = "Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Eike Stepper - initial API and implementation"; //$NON-NLS-1$
@@ -206,9 +207,9 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
private CDOEventHandler eventHandler;
/**
- * This keeps track of the editing domain that is used to track all changes to the model.
- * <!-- begin-user-doc --> <!--
+ * This keeps track of the editing domain that is used to track all changes to the model. <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @generated
*/
protected AdapterFactoryEditingDomain editingDomain;
@@ -222,65 +223,67 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
protected ComposedAdapterFactory adapterFactory;
/**
- * This is the content outline page.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This is the content outline page. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected IContentOutlinePage contentOutlinePage;
/**
- * This is a kludge...
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This is a kludge... <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected IStatusLineManager contentOutlineStatusLineManager;
/**
- * This is the content outline page's viewer.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This is the content outline page's viewer. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected TreeViewer contentOutlineViewer;
/**
- * This is the property sheet page.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This is the property sheet page. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected PropertySheetPage propertySheetPage;
/**
- * This is the viewer that shadows the selection in the content outline.
- * The parent relation must be correctly defined for this to work.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This is the viewer that shadows the selection in the content outline. The parent relation must be correctly defined
+ * for this to work. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected TreeViewer selectionViewer;
/**
- * This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content
+ * outline viewer. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected Viewer currentViewer;
/**
- * This listens to which ever viewer is active.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This listens to which ever viewer is active. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected ISelectionChangedListener selectionChangedListener;
/**
- * This keeps track of all the {@link org.eclipse.jface.viewers.ISelectionChangedListener}s that are listening to this editor.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This keeps track of all the {@link org.eclipse.jface.viewers.ISelectionChangedListener}s that are listening to this
+ * editor. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected Collection<ISelectionChangedListener> selectionChangedListeners = new ArrayList<ISelectionChangedListener>();
/**
- * This keeps track of the selection of the editor as a whole.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This keeps track of the selection of the editor as a whole. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected ISelection editorSelection = StructuredSelection.EMPTY;
@@ -294,8 +297,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
protected MarkerHelper markerHelper = new EditUIMarkerHelper();
/**
- * This listens for when the outline becomes active
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This listens for when the outline becomes active <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected IPartListener partListener = new IPartListener()
@@ -347,44 +350,44 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
};
/**
- * Resources that have been removed since last activation.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Resources that have been removed since last activation. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected Collection<Resource> removedResources = new ArrayList<Resource>();
/**
- * Resources that have been changed since last activation.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Resources that have been changed since last activation. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected Collection<Resource> changedResources = new ArrayList<Resource>();
/**
- * Resources that have been saved.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Resources that have been saved. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected Collection<Resource> savedResources = new ArrayList<Resource>();
/**
- * Map to store the diagnostic associated with a resource.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Map to store the diagnostic associated with a resource. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected Map<Resource, Diagnostic> resourceToDiagnosticMap = new LinkedHashMap<Resource, Diagnostic>();
/**
- * Controls whether the problem indication should be updated.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Controls whether the problem indication should be updated. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected boolean updateProblemIndication = true;
/**
- * Adapter used to update the problem indication when resources are demanded loaded.
- * <!-- begin-user-doc --> <!--
+ * Adapter used to update the problem indication when resources are demanded loaded. <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @generated
*/
protected EContentAdapter problemIndicationAdapter = new EContentAdapter()
@@ -445,8 +448,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
};
/**
- * This listens for workspace changes.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This listens for workspace changes. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected IResourceChangeListener resourceChangeListener = new IResourceChangeListener()
@@ -542,8 +545,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
};
/**
- * Handles activation of the editor or it's associated views.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Handles activation of the editor or it's associated views. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected void handleActivate()
@@ -582,8 +585,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * Handles what to do with changed resources on activation.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Handles what to do with changed resources on activation. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected void handleChangedResources()
@@ -627,9 +630,9 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * Updates the problems indication with the information described in the specified diagnostic.
- * <!-- begin-user-doc -->
+ * Updates the problems indication with the information described in the specified diagnostic. <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
protected void updateProblemIndication()
@@ -692,8 +695,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * Shows a dialog that asks if conflicting changes should be discarded.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Shows a dialog that asks if conflicting changes should be discarded. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected boolean handleDirtyConflict()
@@ -703,8 +706,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This creates a model editor.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This creates a model editor. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public CDOEditor()
@@ -714,8 +717,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This sets up the editing domain for the model editor.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This sets up the editing domain for the model editor. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected void initializeEditingDomainGen()
@@ -776,8 +779,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This is here for the listener to be able to call it.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This is here for the listener to be able to call it. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -787,8 +790,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This sets the selection into whichever viewer is active.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This sets the selection into whichever viewer is active. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setSelectionToViewer(Collection<?> collection)
@@ -815,10 +818,10 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This returns the editing domain as required by the {@link IEditingDomainProvider} interface.
- * This is important for implementing the static methods of {@link AdapterFactoryEditingDomain}
- * and for supporting {@link org.eclipse.emf.edit.ui.action.CommandAction}.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This returns the editing domain as required by the {@link IEditingDomainProvider} interface. This is important for
+ * implementing the static methods of {@link AdapterFactoryEditingDomain} and for supporting
+ * {@link org.eclipse.emf.edit.ui.action.CommandAction}. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public EditingDomain getEditingDomain()
@@ -828,12 +831,14 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public class ReverseAdapterFactoryContentProvider extends AdapterFactoryContentProvider
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public ReverseAdapterFactoryContentProvider(AdapterFactory adapterFactory)
@@ -843,6 +848,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -854,6 +860,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -865,6 +872,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -876,6 +884,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -886,9 +895,9 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This makes sure that one content viewer, either for the current page or the outline view, if it has focus,
- * is the current one.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the
+ * current one. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setCurrentViewer(Viewer viewer)
@@ -937,9 +946,9 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This returns the viewer as required by the {@link IViewerProvider} interface.
- * <!-- begin-user-doc --> <!--
+ * This returns the viewer as required by the {@link IViewerProvider} interface. <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @generated
*/
public Viewer getViewer()
@@ -980,6 +989,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* This is the method called to load a resource into the editing domain's resource set based on the editor's input.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void createModelGen()
@@ -1079,9 +1089,9 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * Returns a diagnostic describing the errors and warnings listed in the resource
- * and the specified exception (if any).
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if
+ * any). <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public Diagnostic analyzeResourceProblems(Resource resource, Exception exception)
@@ -1366,8 +1376,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This is used to track the active viewer.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This is used to track the active viewer. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -1382,8 +1392,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This is how the framework determines which interfaces we implement.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This is how the framework determines which interfaces we implement. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -1482,8 +1492,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This accesses a cached version of the property sheet.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This accesses a cached version of the property sheet. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public IPropertySheetPage getPropertySheetPage()
@@ -1513,9 +1523,9 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This deals with how we want selection in the outliner to affect the other views.
- * <!-- begin-user-doc --> <!--
+ * This deals with how we want selection in the outliner to affect the other views. <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @generated
*/
public void handleContentOutlineSelection(ISelection selection)
@@ -1556,9 +1566,9 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This is for implementing {@link IEditorPart} and simply saves the model file.
- * <!-- begin-user-doc --> <!--
+ * This is for implementing {@link IEditorPart} and simply saves the model file. <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @generated
*/
public void doSaveGen(IProgressMonitor progressMonitor)
@@ -1723,10 +1733,10 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This returns whether something has been persisted to the URI of the specified resource.
- * The implementation uses the URI converter from the editor's resource set to try to open an input stream.
- * <!-- begin-user-doc --> <!--
+ * This returns whether something has been persisted to the URI of the specified resource. The implementation uses the
+ * URI converter from the editor's resource set to try to open an input stream. <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @generated
*/
protected boolean isPersisted(Resource resource)
@@ -1749,8 +1759,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This always returns true because it is not currently supported.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This always returns true because it is not currently supported. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public boolean isSaveAsAllowedGen()
@@ -1768,8 +1778,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This also changes the editor's input.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This also changes the editor's input. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -1807,6 +1817,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void gotoMarker(IMarker marker)
@@ -1834,8 +1845,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This is called during startup.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This is called during startup. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void initGen(IEditorSite site, IEditorInput editorInput)
@@ -1863,6 +1874,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -1872,8 +1884,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This implements {@link org.eclipse.jface.viewers.ISelectionProvider}.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This implements {@link org.eclipse.jface.viewers.ISelectionProvider}. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void addSelectionChangedListener(ISelectionChangedListener listener)
@@ -1882,8 +1894,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This implements {@link org.eclipse.jface.viewers.ISelectionProvider}.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This implements {@link org.eclipse.jface.viewers.ISelectionProvider}. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void removeSelectionChangedListener(ISelectionChangedListener listener)
@@ -1894,6 +1906,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* This implements {@link org.eclipse.jface.viewers.ISelectionProvider} to return this editor's overall selection.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public ISelection getSelection()
@@ -1903,8 +1916,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* This implements {@link org.eclipse.jface.viewers.ISelectionProvider} to set this editor's overall selection.
- * Calling this result will notify the listeners.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Calling this result will notify the listeners. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setSelection(ISelection selection)
@@ -1920,6 +1933,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setStatusLineManager(ISelection selection)
@@ -1960,8 +1974,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This looks up a string in the plugin's plugin.properties file.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This looks up a string in the plugin's plugin.properties file. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
private static String getString(String key)
@@ -1970,8 +1984,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This looks up a string in plugin.properties, making a substitution.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This looks up a string in plugin.properties, making a substitution. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
private static String getString(String key, Object s1)
@@ -1980,8 +1994,9 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * This implements {@link org.eclipse.jface.action.IMenuListener} to help fill the context menus with contributions from the Edit menu.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This implements {@link org.eclipse.jface.action.IMenuListener} to help fill the context menus with contributions
+ * from the Edit menu. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void menuAboutToShowGen(IMenuManager menuManager)
@@ -2216,6 +2231,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public EditingDomainActionBarContributor getActionBarContributor()
@@ -2225,6 +2241,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public IActionBars getActionBars()
@@ -2234,6 +2251,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public AdapterFactory getAdapterFactory()
@@ -2243,6 +2261,7 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void disposeGen()
@@ -2334,8 +2353,8 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
/**
- * Returns whether the outline view should be presented to the user.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Returns whether the outline view should be presented to the user. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected boolean showOutlineView()

Back to the top