|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.filechooser.FileFilter | +--org.shaker.dwu.ExtendedFilter
This is a abstract basic class for import filters.
Constructor Summary | |
ExtendedFilter()
|
Method Summary | |
(package private) static java.lang.String |
readFileToString(java.io.File file)
Reads the content of a textual file into a String. |
protected abstract boolean |
resolvePropFile(java.io.File file)
This method will extract the data out of a preferences file. |
Methods inherited from class javax.swing.filechooser.FileFilter |
accept, getDescription |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ExtendedFilter()
Method Detail |
protected abstract boolean resolvePropFile(java.io.File file)
file
- the filestatic final java.lang.String readFileToString(java.io.File file)
file
- requested file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |