|
|||||||||
| Home >> All >> abbot >> [ script overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
abbot.script
Class ScriptFilter

java.lang.Objectjavax.swing.filechooser.FileFilter
abbot.script.ScriptFilter
- All Implemented Interfaces:
- abbot.i18n.Resources, abbot.editor.i18n.Resources
- public class ScriptFilter
- extends javax.swing.filechooser.FileFilter
- implements abbot.i18n.Resources
- extends javax.swing.filechooser.FileFilter
| Nested Class Summary |
| Nested classes inherited from class abbot.editor.i18n.Resources |
abbot.editor.i18n.Resources.ResourceLoader |
| Field Summary |
| Fields inherited from interface abbot.editor.i18n.Resources |
bundle, STRINGS_BUNDLE |
| Constructor Summary | |
ScriptFilter()
|
|
| Method Summary | |
boolean |
accept(java.io.File file)
Indicate whether the given file should appear in the browser. |
java.lang.String |
getDescription()
Indicate the combo box entry used to describe files of this type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ScriptFilter
public ScriptFilter()
| Method Detail |
accept
public boolean accept(java.io.File file)
- Indicate whether the given file should appear in the browser.
getDescription
public java.lang.String getDescription()
- Indicate the combo box entry used to describe files of this type.
|
|||||||||
| Home >> All >> abbot >> [ script overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC