Interface IValueEditorDialog<T>

    • Method Detail

      • getValue

        T getValue()
        Get changed value
        Returns:
        value
      • isEditable

        boolean isEditable()
        Checks if this value is editable.
        Returns:
        true if this value is editable, false otherwise