$darkmode
DENOPTIM
|
The home panel contains shortcuts buttons to perform the most common tasks. More...
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... | |
The home panel contains shortcuts buttons to perform the most common tasks.
Definition at line 52 of file HomePanel.java.
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.
|
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().
|
staticprivate |
Version.
Definition at line 58 of file HomePanel.java.