Class ValueInfoCellEditor


  • public class ValueInfoCellEditor
    extends java.lang.Object
    Can make a TableCellEditor suitable for a ValueInfo.
    Author:
    Mark Taylor (Starlink)
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.table.TableCellEditor makeEditor​(ValueInfo vinfo)
      Returns a TableCellEditor that can be used for editing the values described by this ValueInfo.
      • Methods inherited from class java.lang.Object

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

      • ValueInfoCellEditor

        public ValueInfoCellEditor()
    • Method Detail

      • makeEditor

        public static javax.swing.table.TableCellEditor makeEditor​(ValueInfo vinfo)
        Returns a TableCellEditor that can be used for editing the values described by this ValueInfo.
        Parameters:
        vinfo - the ValueInfo object describing the cell to be edited
        Returns:
        a TableCellEditor