Class FileChooser
- java.lang.Object
-
- org.opt4j.core.config.visualization.FileChooser
-
public class FileChooser extends java.lang.Object
TheFileChooser
.
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.swing.JFileChooser
fileChooser
-
Constructor Summary
Constructors Constructor Description FileChooser()
Constructs aFileChooser
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JFileChooser
get()
Returns the file chooser.void
ready()
Notify all.
-
-
-
Constructor Detail
-
FileChooser
@Inject public FileChooser()
Constructs aFileChooser
.
-
-