|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.filechooser.FileFilter | +--javaprec.SourceFileOrDirectoryFileFilter
SourceFileFilter - is a FileFilter that filters out all files except *.java files
Title: Runtime Java Class Editor - editor Package
Package Description: Edit & Select methods from all currently executing objects in enclosing programme
Copyright: James D Bloom Copyright (c) 2003
Constructor Summary | |
(package private) |
SourceFileOrDirectoryFileFilter()
|
Method Summary | |
boolean |
accept(java.io.File file)
Returns true if the file is a java source file, false if it shouldn't |
java.lang.String |
getDescription()
Returns the human readable description of this filter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
SourceFileOrDirectoryFileFilter()
Method Detail |
public boolean accept(java.io.File file)
accept
in interface java.io.FileFilter
accept
in class javax.swing.filechooser.FileFilter
file
- input File
public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |