uk.ac.starlink.table.gui
Class ValueInfoCellEditor
java.lang.Object
uk.ac.starlink.table.gui.ValueInfoCellEditor
public class ValueInfoCellEditor
- extends Object
Can make a TableCellEditor suitable for a ValueInfo.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueInfoCellEditor
public ValueInfoCellEditor()
makeEditor
public static 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