$darkmode
DENOPTIM
|
Class of GUI panels meant to occupy one card in the deck-of-cards layout of the main panel. More...
Classes | |
class | removeCardActionListener |
Remove the card from the deck of cards and takes care of removing also the entry in the list of active tabs. More... | |
Public Member Functions | |
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... | |
Protected Attributes | |
GUIMainPanel | mainPanel |
The main panel (cards deck) More... | |
Static Private Attributes | |
static final long | serialVersionUID = -1640517890155875184L |
Version. More... | |
Class of GUI panels meant to occupy one card in the deck-of-cards layout of the main panel.
Definition at line 33 of file GUICardPanel.java.
denoptim.gui.GUICardPanel.GUICardPanel | ( | GUIMainPanel | mainPanel, |
String | newPanelName | ||
) |
Constructor for JPanel meant to be a single "card" in the deck of cards.
mainPanel | container playing the role of the deck of cards |
newPanelName | the reference name of this card in the deck. |
Definition at line 50 of file GUICardPanel.java.
References denoptim.gui.GUICardPanel.mainPanel.
boolean denoptim.gui.GUICardPanel.hasUnsavedChanges | ( | ) |
Check for unsaved changes in the components included in this card.
true
is there are unsaved changes. Reimplemented in denoptim.gui.GUICompatibilityMatrixTab, denoptim.gui.GUIGraphHandler, denoptim.gui.GUIPrepare, and denoptim.gui.GUIVertexInspector.
Definition at line 61 of file GUICardPanel.java.
Referenced by denoptim.gui.GUICardPanel.removeCardActionListener.actionPerformed().
|
protected |
The main panel (cards deck)
Definition at line 43 of file GUICardPanel.java.
Referenced by denoptim.gui.GUICardPanel.removeCardActionListener.actionPerformed(), denoptim.gui.GUICardPanel.GUICardPanel(), denoptim.gui.GUICompatibilityMatrixTab.GUICompatibilityMatrixTab(), denoptim.gui.GUIGraphHandler.GUIGraphHandler(), denoptim.gui.GUIInspectFSERun.GUIInspectFSERun(), denoptim.gui.GUIInspectGARun.GUIInspectGARun(), denoptim.gui.GUIPrepare.GUIPrepare(), denoptim.gui.GUIPrepareFitnessRunner.GUIPrepareFitnessRunner(), denoptim.gui.GUIPrepareFSERun.GUIPrepareFSERun(), denoptim.gui.GUIPrepareGARun.GUIPrepareGARun(), denoptim.gui.GUITextReader.GUITextReader(), denoptim.gui.GUIVertexInspector.GUIVertexInspector(), denoptim.gui.HomePanel.HomePanel(), denoptim.gui.GUIInspectFSERun.importFSERunData(), denoptim.gui.GUIInspectGARun.importGARunData(), denoptim.gui.GUIGraphHandler.importGraphsFromFile(), denoptim.gui.GUIInspectFSERun.initialize(), denoptim.gui.GUIInspectGARun.initialize(), denoptim.gui.GUIPrepareFitnessRunner.initialize(), denoptim.gui.GUIPrepareFSERun.initialize(), denoptim.gui.GUIPrepareGARun.initialize(), denoptim.gui.HomePanel.initialize(), and denoptim.gui.GUIInspectGARun.renderViewWithSelectedItem().
|
staticprivate |
Version.
Definition at line 38 of file GUICardPanel.java.