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