Package adams.gui.goe

Interface PropertyEditorWithConstraint<T extends AbstractOptionConstraint>

    • Method Detail

      • setConstraint

        void setConstraint​(T value)
        The constraint to use.
        Parameters:
        value - the constraint, null to remove
      • getConstraint

        T getConstraint()
        Return the constraint in use.
        Returns:
        the constraint, null if none set