Class ColorEditor.ColorTableCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
com.inductiveautomation.ignition.client.util.gui.color.ColorEditor.ColorTableCellEditor
All Implemented Interfaces:
Serializable, EventListener, CellEditor, ChangeListener, TableCellEditor
Enclosing class:
ColorEditor

public static class ColorEditor.ColorTableCellEditor extends AbstractCellEditor implements TableCellEditor, ChangeListener
See Also:
  • Field Details

    • editor

      protected ColorEditor editor
    • tableModel

      protected TableModel tableModel
    • row

      protected int row
    • col

      protected int col
    • unselectedBackground

      protected Color unselectedBackground
    • selectedBackground

      protected Color selectedBackground
  • Constructor Details

    • ColorTableCellEditor

      public ColorTableCellEditor()
    • ColorTableCellEditor

      public ColorTableCellEditor(boolean useNullColor)
    • ColorTableCellEditor

      public ColorTableCellEditor(boolean useNullColor, List<String> colorNullableProperties)
      Parameters:
      useNullColor - Determines if the editor will support null colors.
      colorNullableProperties - List of property names for which nullable colors will be used. This is only effected if useNullColor is set to true.
  • Method Details