|
||||||||||
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.NeuralNetworkDataFileFilter
filter for saving/loading neural network data files
Constructor Summary | |
NeuralNetworkDataFileFilter()
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 NeuralNetworkDataFileFilter()
Method Detail |
public boolean accept(java.io.File file)
accept
in class javax.swing.filechooser.FileFilter
file
- file to check
public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
public 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 |