gui.menu.select
Class compileSelect

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

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


Constructor Summary
compileSelect()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static compileSelect getInstance()
          returns the single instance of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

compileSelect

public compileSelect()
Method Detail

getInstance

public static compileSelect getInstance()
returns the single instance of this object


actionPerformed

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