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