Class TreeTable.DoubleEditor

java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
likelihoodDetectionModule.TreeTable.DoubleEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor
Enclosing class:
TreeTable

public class TreeTable.DoubleEditor extends DefaultCellEditor
The Class DoubleEditor is used by the TreeTable for editing any value that has a real number representation. It allows the implementation to supply a min and max value for the number, and uses a custom JFormattedTextField component internally to do the validation of the user input.
See Also: