$darkmode
DENOPTIM
|
Master form containing all sub-forms that need to be filled to define the input parameters for DenoptimGA. More...
Public Member Functions | |
GUIPrepareGARun (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 | prepGATabUID = 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 = 1L |
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... | |
Master form containing all sub-forms that need to be filled to define the input parameters for DenoptimGA.
Definition at line 31 of file GUIPrepareGARun.java.
denoptim.gui.GUIPrepareGARun.GUIPrepareGARun | ( | GUIMainPanel | mainPanel | ) |
Constructor.
Definition at line 47 of file GUIPrepareGARun.java.
References denoptim.gui.GUIPrepareGARun.initialize(), denoptim.gui.GUICardPanel.mainPanel, and denoptim.gui.GUIPrepareGARun.prepGATabUID.
|
private |
Initialize the contents of the frame.
Reimplemented from denoptim.gui.GUIPrepare.
Definition at line 55 of file GUIPrepareGARun.java.
References denoptim.gui.GUICardPanel.mainPanel.
Referenced by denoptim.gui.GUIPrepareGARun.GUIPrepareGARun().
|
static |
Unique identified for instances of this form.
Definition at line 42 of file GUIPrepareGARun.java.
Referenced by denoptim.gui.GUIPrepareGARun.GUIPrepareGARun().
|
staticprivate |
Version UID.
Definition at line 37 of file GUIPrepareGARun.java.