|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SaveableFilter
This interface specifies additional methods a Filter should implement to allow the contents of the filter dataset to be saved to a file.
Method Summary | |
---|---|
javax.swing.filechooser.FileNameExtensionFilter |
getPreferredFileType()
Specify the preferred filetype for files saving this Filter's data set. |
boolean |
isSaveable()
Indicate if this Filter is saveable. |
void |
saveFilterToFile(java.io.BufferedOutputStream out)
Save the contents of the Filter to the specified DataOutput object. |
Method Detail |
---|
boolean isSaveable()
javax.swing.filechooser.FileNameExtensionFilter getPreferredFileType()
void saveFilterToFile(java.io.BufferedOutputStream out) throws java.io.IOException
out
- DataOutput implementing object for writing the file contents in its preferred format
java.io.IOException
- if the write failed for some reason
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |