|
|||||||||
| 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.UNC.UNCFileFilter
public class UNCFileFilter
A file filter for UNC images. The accept method returns true if the file starts with the UNC Magic Number.
| Constructor Summary | |
|---|---|
UNCFileFilter()
The constructor for a UNC image file filter. |
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File file)
Tests whether the given file probably represents a UNC image file. |
java.lang.String |
getDescription()
Returns "UNC Images". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UNCFileFilter()
| 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 | ||||||||