protected class DemandRepliesUIHandler.DemandReplyItemEditor extends AbstractCellEditor implements TableCellEditor
| Modifier and Type | Field and Description |
|---|---|
protected DemandReplyItem |
demandReplyItem |
changeEvent, listenerList| Constructor and Description |
|---|
DemandRepliesUIHandler.DemandReplyItemEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireEditingStopped() |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
boolean |
stopCellEditing() |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCellclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCellprotected DemandReplyItem demandReplyItem
public DemandRepliesUIHandler.DemandReplyItemEditor()
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditorstopCellEditing in class AbstractCellEditorprotected void fireEditingStopped()
fireEditingStopped in class AbstractCellEditorCopyright © 2014 CodeLutin. All rights reserved.