|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectti.chimera.FileChooser.AbstractFileFilter
public abstract static class FileChooser.AbstractFileFilter
The file-filter interface. Unfortunately because the JFileChooser's FileFilter is tied to java.io.File, we can't reuse it.
Constructor Summary | |
---|---|
FileChooser.AbstractFileFilter()
|
Method Summary | |
---|---|
abstract java.lang.String |
getDescription()
A description of this filter, for example "JPEG Files (*.jpg, *.jpeg)". |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ti.chimera.fs.FileSystemTreeModel.FileSystemTreeFilter |
---|
accept |
Constructor Detail |
---|
public FileChooser.AbstractFileFilter()
Method Detail |
---|
public abstract java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |