|
|||||||||
| Home >> All >> com >> lanceolav >> [ jreftree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lanceolav.jreftree
Class CustomFileFilter

java.lang.Objectjavax.swing.filechooser.FileFilter
com.lanceolav.jreftree.CustomFileFilter
- class CustomFileFilter
- extends javax.swing.filechooser.FileFilter
| Field Summary | |
private java.lang.String |
description
|
private java.lang.String |
extension
|
| Constructor Summary | |
CustomFileFilter(java.lang.String ext,
java.lang.String desc)
|
|
| Method Summary | |
boolean |
accept(java.io.File f)
Whether the given file is accepted by this filter. |
java.lang.String |
getDescription()
The description of this filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
extension
private final java.lang.String extension
description
private final java.lang.String description
| Constructor Detail |
CustomFileFilter
public CustomFileFilter(java.lang.String ext, java.lang.String desc)
| Method Detail |
accept
public boolean accept(java.io.File f)
- Whether the given file is accepted by this filter.
getDescription
public java.lang.String getDescription()
- The description of this filter. For example: "JPG and GIF Images"
|
|||||||||
| Home >> All >> com >> lanceolav >> [ jreftree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC