public class TopicTableCellEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor
| Modifier and Type | Field and Description |
|---|---|
private SimpleLabel |
label |
private TopicTable |
table |
private Topic |
topic |
| Constructor and Description |
|---|
TopicTableCellEditor(TopicTable table) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCellEditorValue() |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingprivate Topic topic
private SimpleLabel label
private TopicTable table
public TopicTableCellEditor(TopicTable table)
public java.lang.Object getCellEditorValue()
getCellEditorValue in interface javax.swing.CellEditorpublic java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent in interface javax.swing.table.TableCellEditorCopyright 2004-2015 Wandora Team