entorno
Class Dialogos.ConfigInterfaz.MyColorAction

java.lang.Object
  extended by entorno.Dialogos.ConfigInterfaz.MyColorAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Dialogos.ConfigInterfaz

class Dialogos.ConfigInterfaz.MyColorAction
extends java.lang.Object
implements java.awt.event.ActionListener

Clase MyColorAction Funcion: Controla los eventos producidos por los botones de accion


Constructor Summary
Dialogos.ConfigInterfaz.MyColorAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
private  void deshabilitarNuevasPalabras(boolean estado)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dialogos.ConfigInterfaz.MyColorAction

Dialogos.ConfigInterfaz.MyColorAction()
Method Detail

deshabilitarNuevasPalabras

private void deshabilitarNuevasPalabras(boolean estado)

actionPerformed

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