Interface BeaTunesTableCellRenderer

    • Method Detail

      • setApplication

        void setApplication​(BeaTunes beaTunes)
        Parameters:
        beaTunes - beaTunes
      • isFocusedAndSelected

        default boolean isFocusedAndSelected​(JTable table,
                                             boolean selected)
        Indicates whether the current row is focused and selected, usually resulting in a dark background (as opposed to unfocused and selected).
        Parameters:
        table - table
        selected - selected attribute
        Returns:
        true or false
      • isShowTooltip

        boolean isShowTooltip()
        Show the rendered value also as tooltip?
        Returns:
        true or false
      • setShowTooltip

        void setShowTooltip​(boolean showTooltip)
        Enable/disable showing the rendered value also as tooltip.
        Parameters:
        showTooltip - showTooltip