gui.menu.select
Class cutSelect

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

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


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

Constructor Detail

cutSelect

public cutSelect()
Method Detail

getInstance

public static cutSelect getInstance()

actionPerformed

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