Class RandomVariableDirectEditManager

java.lang.Object
org.eclipse.gef.tools.DirectEditManager
org.yakindu.base.xtext.utils.gmf.directedit.DirectEditManagerEx
org.yakindu.base.xtext.utils.gmf.directedit.XtextDirectEditManager
org.palladiosimulator.editors.sirius.custom.editpart.RandomVariableDirectEditManager

public class RandomVariableDirectEditManager extends org.yakindu.base.xtext.utils.gmf.directedit.XtextDirectEditManager
  • Field Summary

    Fields inherited from class org.yakindu.base.xtext.utils.gmf.directedit.DirectEditManagerEx

    BORDER_FRAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    RandomVariableDirectEditManager(org.yakindu.base.xtext.utils.gmf.directedit.IXtextAwareEditPart source, com.google.inject.Injector injector, int style, de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum expectedType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected CellEditor
     
    protected Optional<de.uka.ipd.sdq.stoex.RandomVariable>
     

    Methods inherited from class org.yakindu.base.xtext.utils.gmf.directedit.XtextDirectEditManager

    bringDown, commit, getCellEditorFrame, getEditPart, getResourceManager, getScaledFont, getTextCellEditorLocator, hookListeners, initCellEditor, setCellEditor, setEditText, show, show, show, showFeedback, unhookListeners

    Methods inherited from class org.yakindu.base.xtext.utils.gmf.directedit.DirectEditManagerEx

    createDirectEditRequest, eraseFeedback, getCellEditor, getDirectEditFeature, getDirectEditRequest, getLocator, handleValueChanged, isDirty, setDirty, setEditPart, setLocator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RandomVariableDirectEditManager

      public RandomVariableDirectEditManager(org.yakindu.base.xtext.utils.gmf.directedit.IXtextAwareEditPart source, com.google.inject.Injector injector, int style, de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum expectedType)
  • Method Details

    • createCellEditorOn

      protected CellEditor createCellEditorOn(Composite composite)
      Overrides:
      createCellEditorOn in class org.yakindu.base.xtext.utils.gmf.directedit.XtextDirectEditManager
    • getRandomVariable

      protected Optional<de.uka.ipd.sdq.stoex.RandomVariable> getRandomVariable()