de.cau.cs.kieler.krep.evalbench.ui.editors
Class KitEditor

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 de.cau.cs.kieler.krep.evalbench.ui.editors.AssemblerEditor
                  extended by 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 yellow
(2010-03-09) review by msp, soh

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
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.EditorPart
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartName
 
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 org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, dispose, getSite, getTitle, getTitleImage, removePropertyListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Constructor Detail

KitEditor

public KitEditor()
Creates a KASM editor using the external assembler.

Method Detail

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