$darkmode
DENOPTIM
denoptim.gui.HomePanel Class Reference

The home panel contains shortcuts buttons to perform the most common tasks. More...

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

Public Member Functions

 HomePanel (GUIMainPanel mainPanel)
 Constructor. 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...
 

Private Member Functions

void initialize ()
 Initialize the panel with figure and shortcuts and credit panels. More...
 

Static Private Attributes

static final long serialVersionUID = 5512821342651489833L
 Version. More...
 

Additional Inherited Members

- Protected Attributes inherited from denoptim.gui.GUICardPanel
GUIMainPanel mainPanel
 The main panel (cards deck) More...
 

Detailed Description

The home panel contains shortcuts buttons to perform the most common tasks.

Definition at line 52 of file HomePanel.java.

Constructor & Destructor Documentation

◆ HomePanel()

denoptim.gui.HomePanel.HomePanel ( GUIMainPanel  mainPanel)

Constructor.

Definition at line 65 of file HomePanel.java.

References denoptim.gui.HomePanel.initialize(), and denoptim.gui.GUICardPanel.mainPanel.

Here is the call graph for this function:

Member Function Documentation

◆ initialize()

void denoptim.gui.HomePanel.initialize ( )
private

Initialize the panel with figure and shortcuts and credit panels.

Definition at line 75 of file HomePanel.java.

References denoptim.gui.GUIMainPanel.add(), denoptim.gui.GUIInspectFSERun.importFSERunData(), denoptim.gui.GUIInspectGARun.importGARunData(), denoptim.gui.GUICardPanel.mainPanel, and denoptim.gui.GUIFileOpener.pickFolder().

Referenced by denoptim.gui.HomePanel.HomePanel().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ serialVersionUID

final long denoptim.gui.HomePanel.serialVersionUID = 5512821342651489833L
staticprivate

Version.

Definition at line 58 of file HomePanel.java.


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