$darkmode
DENOPTIM
denoptim.gui.GUIPrepareFSERun Class Reference

Master form containing all sub-forms that need to be filled to define the input parameters for FragSpaceExplorer. More...

Inheritance diagram for denoptim.gui.GUIPrepareFSERun:
[legend]
Collaboration diagram for denoptim.gui.GUIPrepareFSERun:
[legend]

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< IParametersFormallParams
 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...
 

Detailed Description

Master form containing all sub-forms that need to be filled to define the input parameters for FragSpaceExplorer.

Author
Marco Foscato

Definition at line 31 of file GUIPrepareFSERun.java.

Constructor & Destructor Documentation

◆ GUIPrepareFSERun()

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.

Here is the call graph for this function:

Member Function Documentation

◆ initialize()

void denoptim.gui.GUIPrepareFSERun.initialize ( )
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().

Here is the caller graph for this function:

Member Data Documentation

◆ prepFSETabUID

AtomicInteger denoptim.gui.GUIPrepareFSERun.prepFSETabUID = new AtomicInteger(1)
static

Unique identified for instances of this form.

Definition at line 42 of file GUIPrepareFSERun.java.

Referenced by denoptim.gui.GUIPrepareFSERun.GUIPrepareFSERun().

◆ serialVersionUID

final long denoptim.gui.GUIPrepareFSERun.serialVersionUID = 1L
staticprivate

Version UID.

Definition at line 37 of file GUIPrepareFSERun.java.


The documentation for this class was generated from the following file: