public class ConvergenceView
extends org.eclipse.ui.part.ViewPart
implements org.eclipse.emf.common.command.CommandStackListener, org.eclipse.jface.viewers.ISelectionChangedListener
| Modifier and Type | Class and Description |
|---|---|
class |
ConvergenceView.Decorator
Decorator for breaking changes
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Identifier of the view for convenience
|
| Constructor and Description |
|---|
ConvergenceView() |
| Modifier and Type | Method and Description |
|---|---|
void |
commandStackChanged(EventObject event) |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
ModelSash |
getDifferenceSash() |
void |
init(org.eclipse.emf.common.util.URI targetURI,
org.eclipse.emf.ecore.presentation.EcoreEditor editor)
Initialize the contents of the view
|
void |
selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event) |
void |
setFocus() |
getViewSite, init, init, saveState, setInitializationDataaddPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String ID
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl in interface org.eclipse.ui.IWorkbenchPartcreatePartControl in class org.eclipse.ui.part.WorkbenchPartpublic void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.part.WorkbenchPartpublic void init(org.eclipse.emf.common.util.URI targetURI,
org.eclipse.emf.ecore.presentation.EcoreEditor editor)
public void commandStackChanged(EventObject event)
commandStackChanged in interface org.eclipse.emf.common.command.CommandStackListenerpublic void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartdispose in class org.eclipse.ui.part.WorkbenchPartpublic void selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
selectionChanged in interface org.eclipse.jface.viewers.ISelectionChangedListenerpublic ModelSash getDifferenceSash()
Copyright © 2020. All rights reserved.