Java weka.gui ExtensionFileFilter fields, constructors, methods, implement or subclass

Example usage for Java weka.gui ExtensionFileFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.gui ExtensionFileFilter.

The text is from its open source code.

Subclass

weka.gui.ExtensionFileFilter has subclasses.
Click this link to see all its subclasses.

Constructor

ExtensionFileFilter(String extension, String description)
Creates the ExtensionFileFilter
ExtensionFileFilter(String[] extensions, String description)
Creates an ExtensionFileFilter that accepts files that have any of the extensions contained in the supplied array.

Method

String[]getExtensions()
Returns a copy of the acceptable extensions.