Package uk.ac.starlink.table.gui
Class ValueInfoCellEditor
- java.lang.Object
-
- uk.ac.starlink.table.gui.ValueInfoCellEditor
-
public class ValueInfoCellEditor extends java.lang.Object
Can make a TableCellEditor suitable for a ValueInfo.- Author:
- Mark Taylor (Starlink)
-
-
Constructor Summary
Constructors Constructor Description ValueInfoCellEditor()
-
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.
-
-
-
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
-
-