org.opt4j.core.config.visualization
Class FileChooser

java.lang.Object
  extended by org.opt4j.core.config.visualization.FileChooser

public class FileChooser
extends java.lang.Object

The FileChooser.


Field Summary
protected  javax.swing.JFileChooser fileChooser
           
 
Constructor Summary
FileChooser()
          Constructs a FileChooser.
 
Method Summary
 javax.swing.JFileChooser get()
          Returns the file chooser.
 void ready()
          Notify all.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileChooser

protected javax.swing.JFileChooser fileChooser
Constructor Detail

FileChooser

@Inject
public FileChooser()
Constructs a FileChooser.

Method Detail

get

public javax.swing.JFileChooser get()
Returns the file chooser.

Returns:
the file chooser

ready

public void ready()
Notify all.