|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.swing.DefaultCellEditor
|
+--net.aerith.misao.gui.table.ButtonCellEditor
|
+--net.aerith.misao.toolkit.MagnitudeRecord.MagnitudeRecordTable.AttributesEditor
The AttributesEditor represents a table cell
editor to set the attributes.
| Inner classes inherited from class javax.swing.DefaultCellEditor |
javax.swing.DefaultCellEditor.EditorDelegate |
| Fields inherited from class javax.swing.DefaultCellEditor |
changeEvent,
clickCountToStart,
delegate,
editorComponent,
listenerList |
| Constructor Summary | |
protected |
MagnitudeRecordTable.AttributesEditor()
|
| Method Summary | |
protected java.lang.Object |
getEditingObject(int row,
int column)
Gets the object to edit. |
protected ButtonCellEditorListener |
getListener()
Gets the cell editor listener. |
| Methods inherited from class net.aerith.misao.gui.table.ButtonCellEditor |
getTableCellEditorComponent |
| Methods inherited from class javax.swing.DefaultCellEditor |
addCellEditorListener,
cancelCellEditing,
fireEditingCanceled,
fireEditingStopped,
getCellEditorValue,
getClickCountToStart,
getComponent,
getTreeCellEditorComponent,
isCellEditable,
removeCellEditorListener,
setClickCountToStart,
shouldSelectCell,
stopCellEditing |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
protected MagnitudeRecordTable.AttributesEditor()
| Method Detail |
protected ButtonCellEditorListener getListener()
object - the object to edit.editor - the cell editor.
protected java.lang.Object getEditingObject(int row,
int column)
row - the row to edit.column - the column to edit.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||