org.eclipse.gmt.umlx.mm.editor
Class MmSheetEditor
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.eclipse.gmt.umlx.editor.AbstractEditor
org.eclipse.gmt.umlx.editor.AbstractSheetEditor
org.eclipse.gmt.umlx.mm.editor.MmSheetEditor
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.gef.commands.CommandStackListener, ISheetEditor, org.eclipse.ui.ide.IGotoMarker, org.eclipse.ui.IEditorPart, org.eclipse.ui.ISaveablePart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.part.IWorkbenchPartOrientation
public class MmSheetEditor
- extends AbstractSheetEditor
An editor for a Meta-Model sheet in a multi-sheet UMLX diagram.
Fields inherited from interface org.eclipse.ui.IEditorPart |
PROP_DIRTY, PROP_INPUT |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
PROP_TITLE |
Method Summary |
java.lang.Object |
getAdapter(java.lang.Class adapter)
Returns the adapter for the specified key. |
org.eclipse.swt.graphics.Image |
getImage()
|
Methods inherited from class org.eclipse.gmt.umlx.editor.AbstractEditor |
commandStackChanged, createPartControl, dispose, doSave, doSaveAs, getCommandStack, getPalettePage, getPaletteRoot, getPaletteViewer, getRegimeContextClass, getResourceSet, getSelectionSupervisor, getSheet, getSheetViewer, gotoMarker, init, isDirty, isSaveAsAllowed, setFocus, showStandardViews |
Methods inherited from class org.eclipse.ui.part.EditorPart |
getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setInitializationData |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPropertyListener, getContentDescription, getOrientation, getSite, getTitle, getTitleImage, removePropertyListener, showBusy |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
addPropertyListener, getSite, getTitle, getTitleImage, removePropertyListener |
MmSheetEditor
public MmSheetEditor(MultiSheetEditor parentEditor,
GSheet sheet)
getAdapter
public java.lang.Object getAdapter(java.lang.Class adapter)
- Description copied from class:
AbstractEditor
- Returns the adapter for the specified key.
IMPORTANT certain requests, such as the property sheet, may be made before
or after AbstractEditor.createPartControl(Composite)
is called. The order is unspecified by
the Workbench.
- Specified by:
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
- Overrides:
getAdapter
in class AbstractEditor
- See Also:
IAdaptable.getAdapter(java.lang.Class)
getImage
public org.eclipse.swt.graphics.Image getImage()
- Specified by:
getImage
in class AbstractSheetEditor