|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.swing.filechooser.FileFilter
|
+--net.aerith.misao.io.filechooser.ExtensionBasedFileFilter
|
+--net.aerith.misao.io.filechooser.ImageFileFilter
|
+--net.aerith.misao.io.filechooser.JimiFileFilter
|
+--net.aerith.misao.io.filechooser.GifFilter
The GifFilter represents a FileFilter to
select GIF files.
| Fields inherited from class net.aerith.misao.io.filechooser.ExtensionBasedFileFilter |
accept_compressed |
| Constructor Summary | |
GifFilter()
Constructs a GifFilter. |
|
| Method Summary | |
java.lang.String |
getDescription()
Returns the description of this filter. |
Format |
getFormat(java.io.File file)
Gets the proper format for the image type. |
java.lang.String |
getFormatID()
Gets the format ID recorded in an XML document. |
java.lang.String |
getTypicalExtension()
Gets the typical file extension. |
| Methods inherited from class net.aerith.misao.io.filechooser.JimiFileFilter |
getBitmapJimiFilters,
getSupportedJimiFilters |
| Methods inherited from class net.aerith.misao.io.filechooser.ImageFileFilter |
getAcceptableExtensions,
getBitmapFilters,
getSupportedFilters |
| Methods inherited from class net.aerith.misao.io.filechooser.ExtensionBasedFileFilter |
accept,
acceptCompressed,
getTruncatedFilename |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public GifFilter()
GifFilter.| Method Detail |
public java.lang.String getDescription()
public Format getFormat(java.io.File file)
throws java.net.MalformedURLException,
UnsupportedFileTypeException
public java.lang.String getFormatID()
public java.lang.String getTypicalExtension()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||