Klasse PThemeColorCellRenderer

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JLabel
com.processing.mnse.themetools.table.PThemeColorCellRenderer
Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, TableCellRenderer

public final class PThemeColorCellRenderer extends JLabel implements TableCellRenderer
The Class PThemeColorCellRenderer. cell renderer for Color cells
Siehe auch:
  • Konstruktordetails

    • PThemeColorCellRenderer

      public PThemeColorCellRenderer(JTable table)
      Instantiates a new color cell renderer.
      Parameter:
      table - the table
  • Methodendetails

    • getTableCellRendererComponent

      public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
      Gets the table cell renderer component.
      Angegeben von:
      getTableCellRendererComponent in Schnittstelle TableCellRenderer
      Parameter:
      table - the table
      value - the value
      isSelected - the is selected
      hasFocus - the has focus
      row - the row
      column - the column
      Gibt zurück:
      the table cell renderer component