net.aerith.misao.toolkit.VariableStarSearch
Class VariableStarSearchTable.CreateGroupListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.VariableStarSearch.VariableStarSearchTable.CreateGroupListener
Enclosing class:
VariableStarSearchTable

protected class VariableStarSearchTable.CreateGroupListener
extends java.lang.Object
implements java.awt.event.ActionListener

The CreateGroupListener is a listener class of menu selection to create a group of XML documents.


Constructor Summary
protected VariableStarSearchTable.CreateGroupListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when the menu is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

VariableStarSearchTable.CreateGroupListener

protected VariableStarSearchTable.CreateGroupListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when the menu is selected.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - contains the selected menu item.