de.cau.cs.kieler.krep.evalbench.ui.editors
Class KitEditor
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
de.cau.cs.kieler.krep.evalbench.ui.editors.AssemblerEditor
de.cau.cs.kieler.krep.evalbench.ui.editors.KitEditor
- All Implemented Interfaces:
- IAdaptable, IExecutableExtension, IEditorPart, ISaveablePart, IWorkbenchPart, IWorkbenchPart2, IWorkbenchPart3, IWorkbenchPartOrientation
public class KitEditor
- extends AssemblerEditor
An editor SyncCharts files in the kit format that uses the functionality of the abstract
AssemblerEditor
.
- Rating

- (2010-03-09) review by msp, soh
Constructor Summary |
KitEditor()
Creates a KASM editor using the external assembler. |
Method Summary |
String |
getProtocolType()
Gets the protocol type suited for the current editor implementation. |
Methods inherited from class de.cau.cs.kieler.krep.evalbench.ui.editors.AssemblerEditor |
canExecute, createPartControl, doSave, doSaveAs, getAssembler, getInputs, getOutputs, init, isDirty, isSaveAsAllowed, setFocus, setSelectedRows |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPartPropertyListener, addPropertyListener, dispose, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KitEditor
public KitEditor()
- Creates a KASM editor using the external assembler.
getProtocolType
public String getProtocolType()
- Description copied from class:
AssemblerEditor
- Gets the protocol type suited for the current editor implementation. Subclasses must extend
this and return one of the constants defined in
ICommunicationProtocol
.
- Specified by:
getProtocolType
in class AssemblerEditor
- Returns:
- communication protocol identifier