org.eclipse.gmt.umlx.tx.editor
Class TxContextSheetEditor

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.ui.part.WorkbenchPart
          extended by org.eclipse.ui.part.EditorPart
              extended by org.eclipse.gmt.umlx.editor.AbstractEditor
                  extended by org.eclipse.gmt.umlx.editor.AbstractSheetEditor
                      extended by org.eclipse.gmt.umlx.tx.editor.TxContextSheetEditor
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 TxContextSheetEditor
extends AbstractSheetEditor

An editor for a Transformation context sheet in a multi-sheet UMLX diagram.


Field Summary
 
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
TxContextSheetEditor(MultiSheetEditor parentEditor, GSheet sheet)
           
 
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.AbstractSheetEditor
getEditDomain, getPartName, getStatusLineManager
 
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
 

Constructor Detail

TxContextSheetEditor

public TxContextSheetEditor(MultiSheetEditor parentEditor,
                            GSheet sheet)
Method Detail

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