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

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

Introduction

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

The text is from its open source code.

Constructor

ConverterFileChooser(File currentDirectory)
Constructs a FileChooser using the given File as the path.
ConverterFileChooser(String currentDirectory)
Constructs a FileChooser using the given path.

Method

AbstractFileLoadergetLoader()
returns the loader that was chosen by the user, can be null in case the user aborted the dialog or the save dialog was shown.
intshowOpenDialog(Component parent)
Pops up an "Open File" file chooser dialog.