Groovy 1.7.2

groovy.ui
Class GroovyFileFilter

java.lang.Object
  javax.swing.filechooser.FileFilter
      groovy.ui.GroovyFileFilter

public class GroovyFileFilter
extends FileFilter

Method Summary
boolean accept(File f)

String getDescription()

static String getExtension(def f)

 
Methods inherited from class FileFilter
accept, getDescription, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Method Detail

accept

public boolean accept(File f)


getDescription

public String getDescription()


getExtension

public static String getExtension(def f)


 

Copyright © 2003-2010 The Codehaus. All rights reserved.