Uses of Interface
org.gjt.sp.jedit.io.VFSFileFilter
Packages that use VFSFileFilter
Package
Description
jEdit's file system browser.
Virtual file system and multi-threaded I/O.
-
Uses of VFSFileFilter in org.gjt.sp.jedit.browser
Classes in org.gjt.sp.jedit.browser that implement VFSFileFilterMethods in org.gjt.sp.jedit.browser that return VFSFileFilterModifier and TypeMethodDescriptionVFSBrowser.getVFSFileFilter()Returns the currently active VFSFileFilter.Methods in org.gjt.sp.jedit.browser with parameters of type VFSFileFilterModifier and TypeMethodDescriptionvoidVFSBrowser.addVFSFileFilter(VFSFileFilter filter) Adds a file filter to the browser. -
Uses of VFSFileFilter in org.gjt.sp.jedit.io
Classes in org.gjt.sp.jedit.io that implement VFSFileFilterModifier and TypeClassDescriptionclassImplementation ofVFSFileFilterthat uses Unix-style globs to filter files.Methods in org.gjt.sp.jedit.io with parameters of type VFSFileFilterModifier and TypeMethodDescriptionString[]VFS._listDirectory(Object session, String directory, VFSFileFilter filter, boolean recursive, Component comp, boolean skipBinary, boolean skipHidden) A convenience method that filters the directory listing according to a filter, and can optionally list the directory recursively.