- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- com.iamsoft.util.ui.swing.TriStateComboBoxEditor
-
- All Implemented Interfaces:
Serializable
,CellEditor
,TableCellEditor
public class TriStateComboBoxEditor extends AbstractCellEditor implements TableCellEditor
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
-
-
Constructor Summary
Constructors Constructor Description TriStateComboBoxEditor(TableCellEditor pDeterminateEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getCellEditorValue()
Component
getTableCellEditorComponent(JTable pTable, Object pValue, boolean pIsSelected, int pRow, int pColumn)
-
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
-
-
-
Constructor Detail
-
TriStateComboBoxEditor
public TriStateComboBoxEditor(TableCellEditor pDeterminateEditor)
-
-
Method Detail
-
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interfaceCellEditor
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable pTable, Object pValue, boolean pIsSelected, int pRow, int pColumn)
- Specified by:
getTableCellEditorComponent
in interfaceTableCellEditor
-
-