Class DefaultNumberColorRowRenderer

    • Constructor Detail

      • DefaultNumberColorRowRenderer

        public DefaultNumberColorRowRenderer()
    • Method Detail

      • prepareValueText

        public void prepareValueText​(JLabel label,
                                     JTable table,
                                     Object value,
                                     boolean isSelected,
                                     boolean hasFocus,
                                     int row,
                                     int column)
        Description copied from class: DefaultStringColorRowRenderer
        Sets a text to the JLabel
        Overrides:
        prepareValueText in class DefaultStringColorRowRenderer
        Parameters:
        label - The JLabel
        table - The Table
        value - The Value
        isSelected - Is the cell selected
        hasFocus - Has the cell the focus
        row - Index of the row
        column - Index of the Column