public class ExtensionFileFilterWithClass
extends weka.gui.ExtensionFileFilter
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_Classname
the classname.
|
| Constructor and Description |
|---|
ExtensionFileFilterWithClass(String[] extensions,
String description,
String classname)
Constructs a filter that matches files with the given extension, not
case-sensitive.
|
ExtensionFileFilterWithClass(String extension,
String description,
String classname)
Constructs a filter that matches files with the given extension, not
case-sensitive.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassname()
Returns the associated classname.
|
protected String m_Classname
public ExtensionFileFilterWithClass(String extension, String description, String classname)
extension - the extensions of the files (no dot!)description - the display stringclassname - the classname this filter is forpublic ExtensionFileFilterWithClass(String[] extensions, String description, String classname)
classname - the classname this filter is forextensions - the extensions of the files (no dot!)description - the display stringpublic String getClassname()
Copyright © 2017. All Rights Reserved.