|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.jview.JBaycamMosaic.StellaFilter
protected class JBaycamMosaic.StellaFilter
A file fliter that takes the name of the file and tries to match it with the constructed head. Case is ignored.
| Field Summary | |
|---|---|
private String |
head
The starting string of the file name without path. |
| Constructor Summary | |
|---|---|
protected |
JBaycamMosaic.StellaFilter(String start)
Constructs a new file filter with the required starting part. |
protected |
JBaycamMosaic.StellaFilter(String start,
boolean yearonly)
Constructs a new file filter with the required starting part. |
| Method Summary | |
|---|---|
boolean |
accept(File baycam)
Accepts a file if the file name without path matches the head. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String head
| Constructor Detail |
|---|
protected JBaycamMosaic.StellaFilter(String start)
protected JBaycamMosaic.StellaFilter(String start,
boolean yearonly)
| Method Detail |
|---|
public boolean accept(File baycam)
accept in interface FileFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||