Interface IOverridingEditor

    • Method Detail

      • getValue

        java.lang.Object getValue()
        Returns the value of the given IDecisionVariable so that it can be used as return value for the EditingSupport.getValue(Object) method.
        Returns:
        A value as needed by the Eclipse UI.
      • getValueText

        java.lang.String getValueText()
        Returns a string representation of the current value. This is used when no cursor is inside the cell (if the user is not editing the variable).
        Returns:
        A string representation of the current value or null.