proyecto.editor
Class ControlVentEditor.MiFiltroCarpetas

java.lang.Object
  extended by proyecto.editor.ControlVentEditor.MiFiltroCarpetas
All Implemented Interfaces:
FileFilter
Enclosing class:
ControlVentEditor

static class ControlVentEditor.MiFiltroCarpetas
extends Object
implements FileFilter

Clase que nos devuelve solo la extensión que le pasamos al contructor.

Author:
Parras

Constructor Summary
ControlVentEditor.MiFiltroCarpetas()
          No dice si es una carpeta.
 
Method Summary
 boolean accept(File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlVentEditor.MiFiltroCarpetas

ControlVentEditor.MiFiltroCarpetas()
No dice si es una carpeta.

Method Detail

accept

public boolean accept(File pathname)
Specified by:
accept in interface FileFilter