proyecto
Class ControlVentEditor

java.lang.Object
  extended by proyecto.ControlVentEditor
All Implemented Interfaces:
ActionListener, EventListener

public class ControlVentEditor
extends Object
implements ActionListener

The Class ControlVentEditor.

See Also:
SeleccionPaqueteDialogo

Nested Class Summary
(package private) static class ControlVentEditor.MiFiltroCarpetas
          Clase que nos devuelve solo la extensi�n que le pasamos al contructor.
 
Constructor Summary
ControlVentEditor(Editor vent)
          Constructor control vent editor.
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlVentEditor

public ControlVentEditor(Editor vent)
Constructor control vent editor. Creado : Parras, 27-sep-2009

Parameters:
vent - the vent
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Specified by:
actionPerformed in interface ActionListener