Class TextGUICellEditor.AbstractStringValueConverter<T>

    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.jface.viewers.ICellEditorValidator

        isValid
    • Constructor Detail

      • AbstractStringValueConverter

        private AbstractStringValueConverter()
    • Method Detail