public class TriStateComboBoxEditor extends AbstractCellEditor implements TableCellEditor
changeEvent, listenerList
Constructor and Description |
---|
TriStateComboBoxEditor(TableCellEditor pDeterminateEditor) |
Modifier and Type | Method and Description |
---|---|
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable pTable,
Object pValue,
boolean pIsSelected,
int pRow,
int pColumn) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
public TriStateComboBoxEditor(TableCellEditor pDeterminateEditor)
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
public Component getTableCellEditorComponent(JTable pTable, Object pValue, boolean pIsSelected, int pRow, int pColumn)
getTableCellEditorComponent
in interface TableCellEditor
Copyright © 2023. All rights reserved.