gui.menu.select
Class copySelect

java.lang.Object
  |
  +--gui.menu.select.copySelect
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class copySelect
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
copySelect()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static copySelect getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

copySelect

public copySelect()
Method Detail

getInstance

public static copySelect getInstance()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener