public class TriStateTableEditor extends DefaultCellEditor
$Modtime: 6/23/07 10:06ap $
,
Serialized FormDefaultCellEditor.EditorDelegate
clickCountToStart, delegate, editorComponent
changeEvent, listenerList
Constructor and Description |
---|
TriStateTableEditor() |
Modifier and Type | Method and Description |
---|---|
Component |
getTableCellEditorComponent(JTable pTable,
Object pVal,
boolean pSelected,
int pRow,
int pCol)
Expects either a Set of Booleans or a TriState value.
|
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, removeCellEditorListener
public Component getTableCellEditorComponent(JTable pTable, Object pVal, boolean pSelected, int pRow, int pCol)
getTableCellEditorComponent
in interface TableCellEditor
getTableCellEditorComponent
in class DefaultCellEditor
Copyright © 2023. All rights reserved.