Klasse PThemeStyleCellRenderer

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

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

    • PThemeStyleCellRenderer

      public PThemeStyleCellRenderer(JTable table)
      Instantiates a new style 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