|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
javoids.KeyboardFileFilter
class KeyboardFileFilter
A class to handle the input of actions for key presses.
Constructor Summary | |
---|---|
KeyboardFileFilter()
|
Method Summary | |
---|---|
boolean |
accept(java.io.File file)
Determine whether or not to accept the changes. |
java.lang.String |
getDescription()
Get the description of the file filter. |
static java.lang.String |
getExtension(java.io.File file)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
KeyboardFileFilter()
Method Detail |
---|
public boolean accept(java.io.File file)
accept
in class javax.swing.filechooser.FileFilter
file
- the file to load from, and save to.
public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
public static java.lang.String getExtension(java.io.File file)
file
- the file name for the keyboard information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |