|
||||||||||
| 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.SpreadSheetFileChooser.SpreadSheetFileExtensionFilter
public static class SpreadSheetFileChooser.SpreadSheetFileExtensionFilter
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 | |
|---|---|
SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(String classname)
Constructs a filter that matches all files. |
|
SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(String classname,
String description,
String extension)
Constructs a filter that matches files with the given extension, not case-sensitive. |
|
SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(String classname,
String description,
String[] extensions)
Constructs a filter that matches files with the given extension, not case-sensitive. |
|
SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(String classname,
String description,
String[] extensions,
boolean caseSensitive)
Constructs a filter that matches files with the given extension, not case-sensitive. |
|
SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(String classname,
String description,
String extension,
boolean caseSensitive)
Constructs a filter that matches files with the given extension, not case-sensitive. |
|
| Method Summary | |
|---|---|
String |
getClassname()
Returns the associated classname. |
| Methods inherited from class adams.gui.core.ExtensionFileFilter |
|---|
accept, compareTo, equals, getArffFileFilter, getCsvFileFilter, getDescription, getExtensions, getFlowFileFilter, getLogFileFilter, getPdfFileFilter, getPropertiesFileFilter, 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 SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(String classname)
classname - the classname this filter is for
public SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(String classname,
String description,
String extension)
classname - the classname this filter is fordescription - the display stringextension - the extensions of the files (no dot!)
public SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(String classname,
String description,
String[] extensions)
classname - the classname this filter is fordescription - the display stringextensions - the extensions of the files (no dot!)
public SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(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 SpreadSheetFileChooser.SpreadSheetFileExtensionFilter(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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||