Klasse PThemeStyleCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
com.processing.mnse.themetools.table.PThemeStyleCellEditor
Alle implementierten Schnittstellen:
ActionListener, Serializable, EventListener, CellEditor, TableCellEditor

public final class PThemeStyleCellEditor extends AbstractCellEditor implements TableCellEditor, ActionListener
The Class PThemeStyleCellEditor. cell editor for style cells
Siehe auch:
  • Felddetails

  • Konstruktordetails

    • PThemeStyleCellEditor

      public PThemeStyleCellEditor(PThemeTable parent)
      Instantiates a new style cell editor.
      Parameter:
      parent - the parent
  • Methodendetails

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Action performed.
      Angegeben von:
      actionPerformed in Schnittstelle ActionListener
      Parameter:
      e - the e
    • getCellEditorValue

      public Object getCellEditorValue()
      Gets the cell editor value.
      Angegeben von:
      getCellEditorValue in Schnittstelle CellEditor
      Gibt zurück:
      the cell editor value
    • getTableCellEditorComponent

      public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
      Gets the table cell editor component.
      Angegeben von:
      getTableCellEditorComponent in Schnittstelle TableCellEditor
      Parameter:
      table - the table
      value - the value
      isSelected - the is selected
      row - the row
      column - the column
      Gibt zurück:
      the table cell editor component