|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.kelp.common
Class PresentationFilter

java.lang.Objectjavax.swing.filechooser.FileFilter
org.enhydra.tool.common.ExtensionFilter
org.enhydra.kelp.common.importer.JavaFilter
org.enhydra.kelp.common.PresentationFilter
- All Implemented Interfaces:
- java.io.FileFilter
- class PresentationFilter
- extends org.enhydra.kelp.common.importer.JavaFilter
| Field Summary | |
private static java.lang.String |
HTTP_PRESENTATION
|
private static java.lang.String |
HTTP_SERVLET
|
private boolean |
webApp
|
| Fields inherited from class org.enhydra.tool.common.ExtensionFilter |
|
| Constructor Summary | |
(package private) |
PresentationFilter()
|
| Method Summary | |
boolean |
accept(java.io.File f)
Return true if this file should be shown in a file chooser. |
protected boolean |
isWebApp()
|
| Methods inherited from class org.enhydra.tool.common.ExtensionFilter |
addExclusion, addExtension, getDescription, getDescriptionTitle, isDirectoryValid, isExcludeOnly, setDescriptionTitle, setDirectoryValid, setExcludeOnly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
HTTP_PRESENTATION
private static final java.lang.String HTTP_PRESENTATION
- See Also:
- Constant Field Values
HTTP_SERVLET
private static final java.lang.String HTTP_SERVLET
- See Also:
- Constant Field Values
webApp
private boolean webApp
| Constructor Detail |
PresentationFilter
PresentationFilter()
| Method Detail |
accept
public boolean accept(java.io.File f)
- Description copied from class:
org.enhydra.kelp.common.importer.JavaFilter - Return true if this file should be shown in a file chooser.
isWebApp
protected boolean isWebApp()
|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC