|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
jist.runtime.guilog.GuiLog.ChildrenCellEditor
public static class GuiLog.ChildrenCellEditor
ChildrenCellEditor is a customized TableCellEditor for JiST Events.
| Field Summary | |
|---|---|
private java.util.Hashtable |
ht
Hashtable for storing children's location in the table. |
private GuiLog.EventTableModel |
model
The table's data model. |
private javax.swing.JTable |
table
The table that the ChildrenCellEditor edits. |
| Fields inherited from class javax.swing.AbstractCellEditor |
|---|
changeEvent, listenerList |
| Constructor Summary | |
|---|---|
GuiLog.ChildrenCellEditor(javax.swing.JTable t,
GuiLog.EventTableModel m)
The ChildrenCellEditorConstructor. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Defines how JComboBox selections on the Children column are handled. |
java.lang.Object |
getCellEditorValue()
Overloaded to satisfy the CellEditor interface. |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
Returns the Component that edits the TableCell. |
| 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 |
| Field Detail |
|---|
private javax.swing.JTable table
private GuiLog.EventTableModel model
private java.util.Hashtable ht
| Constructor Detail |
|---|
public GuiLog.ChildrenCellEditor(javax.swing.JTable t,
GuiLog.EventTableModel m)
t - JTable The table that the ChildrenCellEditor edits.m - EventTableModel The table's data model.| Method Detail |
|---|
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent in interface javax.swing.table.TableCellEditortable - JTablevalue - ObjectisSelected - booleanrow - intcolumn - int
public java.lang.Object getCellEditorValue()
getCellEditorValue in interface javax.swing.CellEditorpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - ActionEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||