Package hec.ui

Class TristateCheckBoxCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
hec.ui.TristateCheckBoxCellEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor

public class TristateCheckBoxCellEditor extends AbstractCellEditor implements TableCellEditor
Author Shannon Larson The Class TristateCheckBoxCellEditor This Editor is intended to be used in JTable cells. It specifically references a table in the ItemStateChange method. If the table cell is not a row of column header, the check box will behave like a regular check box (will not use the third state)
See Also: