A C D E F G H I J K L M N O P R S T U X Y

O

OpenFileDialog - Class in it.unibz.gui
A GUI Dialog to let user choose a file, that lets us filter only the extensions we decide (in our case, .arff files)
OpenFileDialog() - Constructor for class it.unibz.gui.OpenFileDialog
The constructor automatically looks if there is an instance of jFileChooser, or creates a new one if needed, it forces a filtering of .arff files, makes the dialog appear and sets the behavior of the OK and CANCEL buttons

A C D E F G H I J K L M N O P R S T U X Y