net.aerith.misao.toolkit.MagnitudeRecord
Class MagnitudeRecordTable.AttributesListener

java.lang.Object
  |
  +--net.aerith.misao.gui.table.ButtonCellEditorListener
        |
        +--net.aerith.misao.toolkit.MagnitudeRecord.MagnitudeRecordTable.AttributesListener
Enclosing class:
MagnitudeRecordTable

protected class MagnitudeRecordTable.AttributesListener
extends ButtonCellEditorListener

The AttributesListener is a listener class of button selection to set the attributes.


Fields inherited from class net.aerith.misao.gui.table.ButtonCellEditorListener
editor, object
 
Constructor Summary
protected MagnitudeRecordTable.AttributesListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when one of the menus is selected.
 
Methods inherited from class net.aerith.misao.gui.table.ButtonCellEditorListener
setEditingObject
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MagnitudeRecordTable.AttributesListener

protected MagnitudeRecordTable.AttributesListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when one of the menus is selected.
Overrides:
actionPerformed in class ButtonCellEditorListener
Parameters:
e - contains the selected menu item.