Class TempoTableCellRenderer

    • Constructor Detail

      • TempoTableCellRenderer

        public TempoTableCellRenderer​(Property<? extends com.tagtraum.audiokern.bpm.Tempo> property)
    • Method Detail

      • getTableCellRendererComponent

        public Component getTableCellRendererComponent​(JTable table,
                                                       Object value,
                                                       boolean isSelected,
                                                       boolean hasFocus,
                                                       int row,
                                                       int column)
        Description copied from class: PanelTableCellRenderer
        Returns the default table cell renderer.
        Specified by:
        getTableCellRendererComponent in interface TableCellRenderer
        Overrides:
        getTableCellRendererComponent in class PanelTableCellRenderer<com.tagtraum.audiokern.bpm.Tempo>
        Parameters:
        table - the JTable
        value - the value to assign to the cell at [row, column]
        isSelected - true if cell is selected
        hasFocus - true if cell has focus
        row - the row of the cell to render
        column - the column of the cell to render
        Returns:
        the default table cell renderer