|
|||||||||
| Home >> All >> org >> [ jext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext
Class ModeFileFilter

java.lang.Objectjavax.swing.filechooser.FileFilter
org.jext.ModeFileFilter
- public class ModeFileFilter
- extends javax.swing.filechooser.FileFilter
ModeFileFilter is a file filter specific to a given
syntax colorizing mode.
| Field Summary | |
private java.lang.String |
description
|
private java.lang.String |
modeName
|
private gnu.regexp.RE |
regexp
|
| Constructor Summary | |
ModeFileFilter(Mode mode)
Creates a new file filter for given syntax colorizing mode. |
|
| Method Summary | |
boolean |
accept(java.io.File file)
If given file is correctly named, it is accepted by the file filter. |
protected void |
finalize()
Patch -> Memory management improvements : it may help the garbage collector. |
java.lang.String |
getDescription()
Returns a simple description of the file filter. |
java.lang.String |
getModeName()
Returns Jext internal mode name of the mode used to build this file filter. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
regexp
private gnu.regexp.RE regexp
modeName
private java.lang.String modeName
description
private java.lang.String description
| Constructor Detail |
ModeFileFilter
public ModeFileFilter(Mode mode)
- Creates a new file filter for given syntax colorizing mode.
| Method Detail |
getModeName
public java.lang.String getModeName()
- Returns Jext internal mode name of the mode used to
build this file filter.
accept
public boolean accept(java.io.File file)
- If given file is correctly named, it is accepted by the
file filter.
getDescription
public java.lang.String getDescription()
- Returns a simple description of the file filter.
finalize
protected void finalize()
throws java.lang.Throwable
- Patch
-> Memory management improvements : it may help the garbage collector.
-> Author : Julien Ponge (julien@izforge.com)
-> Date : 23, May 2001
|
|||||||||
| Home >> All >> org >> [ jext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC