Class NumericCellRenderer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, TableCellRenderer

public class NumericCellRenderer extends JLabel implements TableCellRenderer
Defines a cell renderer capable of displaying numeric data.
See Also:
  • Constructor Details

    • NumericCellRenderer

      public NumericCellRenderer(JTable table)
      Constructor
  • Method Details