Package adams.gui.goe

Interface PropertyEditorWithDefaultValue

    • Method Detail

      • setDefaultValue

        void setDefaultValue​(Object value)
        Sets the default value. May get ignored by the concrete editor.
        Parameters:
        value - the default value
      • getDefaultValue

        Object getDefaultValue()
        Returns the default value.
        Returns:
        the default value