net.aerith.misao.toolkit.MultipleCatalogChart
Class PlotPropertyTable.PropertyListener

java.lang.Object
  |
  +--net.aerith.misao.gui.table.ButtonCellEditorListener
        |
        +--net.aerith.misao.toolkit.MultipleCatalogChart.PlotPropertyTable.PropertyListener
Enclosing class:
PlotPropertyTable

protected class PlotPropertyTable.PropertyListener
extends ButtonCellEditorListener

The PropertyListener is a listener to push the button to change the plot property.


Fields inherited from class net.aerith.misao.gui.table.ButtonCellEditorListener
editor, object
 
Constructor Summary
protected PlotPropertyTable.PropertyListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when the button is pushed.
 
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

PlotPropertyTable.PropertyListener

protected PlotPropertyTable.PropertyListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when the button is pushed.
Overrides:
actionPerformed in class ButtonCellEditorListener
Parameters:
e - the action event.