|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.swing.filechooser.FileFilter
|
+--com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkTrainingFileFilter
filter for saving/loading neural network training files
| Constructor Summary | |
NeuralNetworkTrainingFileFilter()
default constructor |
|
| Method Summary | |
boolean |
accept(java.io.File file)
tests if a file fits the filter |
java.lang.String |
getDescription()
getDescription returns the description of files accepted by the filter |
java.lang.String |
toString()
returns a string representation of the object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NeuralNetworkTrainingFileFilter()
| Method Detail |
public boolean accept(java.io.File file)
accept in class javax.swing.filechooser.FileFilterfile - file to check
public java.lang.String getDescription()
getDescription in class javax.swing.filechooser.FileFilterpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||