|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.filechooser.FileFilter
com.xinapse.multisliceimage.ImageFileFilter
public class ImageFileFilter
A file filter for all MultiSliceImages. The accept method returns true if file is a MultiSliceImage.
| Method Summary | |
|---|---|
boolean |
accept(java.io.File file)
Tests whether the given file probably represents a MultiSliceImage file. |
java.lang.String |
getDescription()
Returns "All Images". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getDescription()
getDescription in class javax.swing.filechooser.FileFilterpublic boolean accept(java.io.File file)
accept in class javax.swing.filechooser.FileFilterfile - the file to test.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||