$darkmode
|
DENOPTIM
|
Form that allows to test the configuration of a fitness provider. More...
Classes | |
| class | InputForm |
Public Member Functions | |
| GUIPrepareFitnessRunner (GUIMainPanel mainPanel) | |
| Constructor. More... | |
Public Member Functions inherited from denoptim.gui.GUIPrepare | |
| GUIPrepare (GUIMainPanel mainPanel, String newPanelName) | |
| Constructor. More... | |
| File | prepareWorkSpace () throws DENOPTIMException |
| void | importParametersFromDenoptimParamsFile (File file) |
| boolean | hasUnsavedChanges () |
| Check whether any of the parameter forms (i.e., a tab) in this list of tabs has unsaved changes. More... | |
Public Member Functions inherited from denoptim.gui.GUICardPanel | |
| GUICardPanel (GUIMainPanel mainPanel, String newPanelName) | |
| Constructor for JPanel meant to be a single "card" in the deck of cards. More... | |
| boolean | hasUnsavedChanges () |
| Check for unsaved changes in the components included in this card. More... | |
Static Public Attributes | |
| static AtomicInteger | testFitnessTabUID = new AtomicInteger(1) |
| Unique identified for instances of this form. More... | |
Private Member Functions | |
| void | initialize () |
| Initialize the contents of the frame. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 2579606720045728971L |
| Version UID. More... | |
Additional Inherited Members | |
Public Attributes inherited from denoptim.gui.GUIPrepare | |
| ArrayList< IParametersForm > | allParams |
| Storage of parameters. More... | |
Protected Attributes inherited from denoptim.gui.GUIPrepare | |
| JTabbedPane | tabbedPane |
| Parameters for the various components are divided in TABs. More... | |
Protected Attributes inherited from denoptim.gui.GUICardPanel | |
| GUIMainPanel | mainPanel |
| The main panel (cards deck) More... | |
Form that allows to test the configuration of a fitness provider.
Definition at line 48 of file GUIPrepareFitnessRunner.java.
| denoptim.gui.GUIPrepareFitnessRunner.GUIPrepareFitnessRunner | ( | GUIMainPanel | mainPanel | ) |
Constructor.
Definition at line 66 of file GUIPrepareFitnessRunner.java.
References denoptim.gui.GUIPrepareFitnessRunner.initialize(), denoptim.gui.GUICardPanel.mainPanel, and denoptim.gui.GUIPrepareFitnessRunner.testFitnessTabUID.
|
private |
Initialize the contents of the frame.
Reimplemented from denoptim.gui.GUIPrepare.
Definition at line 76 of file GUIPrepareFitnessRunner.java.
References denoptim.gui.GUICardPanel.mainPanel.
Referenced by denoptim.gui.GUIPrepareFitnessRunner.GUIPrepareFitnessRunner().
|
staticprivate |
Version UID.
Definition at line 54 of file GUIPrepareFitnessRunner.java.
|
static |
Unique identified for instances of this form.
Definition at line 59 of file GUIPrepareFitnessRunner.java.
Referenced by denoptim.gui.GUIPrepareFitnessRunner.GUIPrepareFitnessRunner().