Class TextGUICellEditor.DoubleValueConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double fromUI​(java.lang.Object value)
      Turns a UI value into the property (object) value.
      java.lang.String isValid​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • DoubleValueConverter

        private DoubleValueConverter()
    • Method Detail

      • fromUI

        public java.lang.Double fromUI​(java.lang.Object value)
        Description copied from interface: TextGUICellEditor.ValueConverter
        Turns a UI value into the property (object) value.
        Parameters:
        value - the UI value
        Returns:
        the property (object) value
      • isValid

        public java.lang.String isValid​(java.lang.Object value)