uk.ac.starlink.table.gui
Class ValueInfoCellEditor

java.lang.Object
  extended by uk.ac.starlink.table.gui.ValueInfoCellEditor

public class ValueInfoCellEditor
extends java.lang.Object

Can make a TableCellEditor suitable for a ValueInfo.


Constructor Summary
ValueInfoCellEditor()
           
 
Method Summary
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

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.