public class AlertCellEditor extends AbstractCellEditor implements TableCellEditor, ItemListener, PropertyChangeListener
Modifier and Type | Field and Description |
---|---|
protected Component |
editor
Current editor.
|
changeEvent, listenerList
Constructor and Description |
---|
AlertCellEditor() |
Modifier and Type | Method and Description |
---|---|
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
void |
itemStateChanged(ItemEvent e) |
void |
propertyChange(PropertyChangeEvent evt) |
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
protected Component editor
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface TableCellEditor
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
Copyright © 2007–2013 CodeLutin. All rights reserved.