Class DecimalCellEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class DecimalCellEditor extends DefaultCellEditor
A DecimalCellEditor which is able to validate the entered value. If the value is not valid the cell is marked with a red border and the value is rejected. The cell value is right aligned.
See Also: