$darkmode
DENOPTIM
|
A modal dialog to define a fragment space and load it. More...
Public Member Functions | |
FSParamsDialog (Component refForPlacement) | |
Constructor. More... | |
FragmentSpace | makeFragSpace () throws Exception |
Reads all the parameters, calls the interpreters, and eventually creates the static FragmentSpace object. More... | |
Public Member Functions inherited from denoptim.gui.GUIModalDialog | |
GUIModalDialog (Component refForPlacement) | |
Constructor. More... | |
GUIModalDialog (Component refForPlacement, boolean useExtraButton) | |
Constructor. More... | |
Object | showDialog () |
Shows the dialog and restrains the modality to it, until the dialog gets closed. More... | |
void | addToNorthPane (JComponent comp) |
Adds a component to the topmost part of this dialog frame. More... | |
void | addToCentralPane (JComponent comp) |
Adds a component to the central part of this dialog frame. More... | |
Private Attributes | |
FSParametersForm | fsParsForm |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Version ID. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from denoptim.gui.GUIModalDialog | |
void | close () |
Closes the dialog window. More... | |
Protected Attributes inherited from denoptim.gui.GUIModalDialog | |
JButton | btnDone |
The button that is used to launch the processing of the data given to the open dialog, and close the dialog window. More... | |
JButton | btnCanc |
The button that is used to close the dialog without processing any input. More... | |
JButton | btnExtra |
The button that can be used for any action that does not close the dialog. More... | |
Object | result = null |
The result to be returned once the dialog is closed. More... | |
A modal dialog to define a fragment space and load it.
Definition at line 36 of file FSParamsDialog.java.
denoptim.gui.FSParamsDialog.FSParamsDialog | ( | Component | refForPlacement | ) |
Constructor.
Definition at line 50 of file FSParamsDialog.java.
References denoptim.gui.GUIModalDialog.addToCentralPane(), denoptim.gui.GUIModalDialog.btnCanc, denoptim.gui.GUIModalDialog.btnDone, denoptim.gui.GUIModalDialog.close(), denoptim.gui.FSParamsDialog.fsParsForm, denoptim.gui.FSParamsDialog.makeFragSpace(), and denoptim.gui.FSParametersForm.possiblyReadParamsFromFSParFile().
FragmentSpace denoptim.gui.FSParamsDialog.makeFragSpace | ( | ) | throws Exception |
Reads all the parameters, calls the interpreters, and eventually creates the static FragmentSpace object.
Exception |
Definition at line 114 of file FSParamsDialog.java.
References denoptim.fragspace.FragmentSpaceParameters.checkParameters(), denoptim.gui.FSParamsDialog.fsParsForm, denoptim.fragspace.FragmentSpaceParameters.getFragmentSpace(), denoptim.fragspace.FragmentSpaceParameters.processParameters(), denoptim.gui.FSParametersForm.putParametersToString(), denoptim.programs.RunTimeParameters.readParameterLine(), and denoptim.gui.FSParametersForm.txtPar1.
Referenced by denoptim.gui.FSParamsDialog.FSParamsDialog(), and denoptim.gui.GUIGraphHandler.loadFragmentSpace().
|
private |
Definition at line 43 of file FSParamsDialog.java.
Referenced by denoptim.gui.FSParamsDialog.FSParamsDialog(), and denoptim.gui.FSParamsDialog.makeFragSpace().
|
staticprivate |
Version ID.
Definition at line 41 of file FSParamsDialog.java.