Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

abbot.script
Class ScriptFilter  view ScriptFilter download ScriptFilter.java

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byabbot.script.ScriptFilter
All Implemented Interfaces:
abbot.i18n.Resources, abbot.editor.i18n.Resources

public class ScriptFilter
extends javax.swing.filechooser.FileFilter
implements abbot.i18n.Resources


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.