|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileFilter
adams.gui.core.ExtensionFileFilter
adams.gui.chooser.EmailFileChooser.EmailFileExtensionFilter
public static class EmailFileChooser.EmailFileExtensionFilter
A custom filter class that stores the associated class along the description and extensions.
| Field Summary | |
|---|---|
protected String |
m_Classname
the classname. |
| Fields inherited from class adams.gui.core.ExtensionFileFilter |
|---|
EXT_ALL_FILES, m_CaseSensitive, m_Description, m_Extensions |
| Constructor Summary | |
|---|---|
EmailFileChooser.EmailFileExtensionFilter(String classname)
Constructs a filter that matches all files. |
|
EmailFileChooser.EmailFileExtensionFilter(String classname,
String description,
String extension)
Constructs a filter that matches files with the given extension, not case-sensitive. |
|
EmailFileChooser.EmailFileExtensionFilter(String classname,
String description,
String[] extensions)
Constructs a filter that matches files with the given extension, not case-sensitive. |
|
EmailFileChooser.EmailFileExtensionFilter(String classname,
String description,
String[] extensions,
boolean caseSensitive)
Constructs a filter that matches files with the given extension, not case-sensitive. |
|
EmailFileChooser.EmailFileExtensionFilter(String classname,
String description,
String extension,
boolean caseSensitive)
Constructs a filter that matches files with the given extension, not case-sensitive. |
|
| Method Summary | |
|---|---|
int |
compareTo(ExtensionFileFilter o)
Compares this image format with the specified filter for order. |
String |
getClassname()
Returns the associated classname. |
| Methods inherited from class adams.gui.core.ExtensionFileFilter |
|---|
accept, equals, getCsvFileFilter, getDescription, getExtensions, getFlowFileFilter, getLogFileFilter, getModelFileFilter, getPdfFileFilter, getPropertiesFileFilter, getSerialiedModelFileFilter, getTextFileFilter, getZipFileFilter, isCaseSensitive, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String m_Classname
| Constructor Detail |
|---|
public EmailFileChooser.EmailFileExtensionFilter(String classname)
classname - the classname this filter is for
public EmailFileChooser.EmailFileExtensionFilter(String classname,
String description,
String extension)
classname - the classname this filter is fordescription - the display stringextension - the extensions of the files (no dot!)
public EmailFileChooser.EmailFileExtensionFilter(String classname,
String description,
String[] extensions)
classname - the classname this filter is fordescription - the display stringextensions - the extensions of the files (no dot!)
public EmailFileChooser.EmailFileExtensionFilter(String classname,
String description,
String extension,
boolean caseSensitive)
classname - the classname this filter is fordescription - the display stringextension - the extensions of the files (no dot!)caseSensitive - if true then the filter is case-sensitive
public EmailFileChooser.EmailFileExtensionFilter(String classname,
String description,
String[] extensions,
boolean caseSensitive)
classname - the classname this filter is fordescription - the display stringextensions - the extensions of the files (no dot!)caseSensitive - if true then the filter is case-sensitive| Method Detail |
|---|
public String getClassname()
public int compareTo(ExtensionFileFilter o)
compareTo in interface Comparable<ExtensionFileFilter>compareTo in class ExtensionFileFiltero - the filter to be compared.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||