$darkmode
|
DENOPTIM
|
A dialog window meant only to select atoms one or multiple times. More...
Public Member Functions | |
| GUIAtomSelectionDialog (Component refForPlacement, Vertex vertex, List< IAtom > highlightedAtoms, int selectionGroupsCount, int selectionGroupIndex) | |
| Constructs a dialog for setting the preferences of the GUI. More... | |
| void | dispose () |
Public Member Functions inherited from denoptim.gui.GUIModalDialog | |
| GUIModalDialog (Component refForPlacement) | |
| Constructor. More... | |
| GUIModalDialog (Component refForPlacement, boolean useExtraButton) | |
| Constructor. More... | |
| Object | showDialog () |
| Shows the dialog and restrains the modality to it, until the dialog gets closed. More... | |
| void | addToNorthPane (JComponent comp) |
| Adds a component to the topmost part of this dialog frame. More... | |
| void | addToCentralPane (JComponent comp) |
| Adds a component to the central part of this dialog frame. More... | |
Private Attributes | |
| VertexViewPanel | vertexViewer |
| List< List< IAtom > > | selectedAtoms = new ArrayList<>() |
Static Private Attributes | |
| static final long | serialVersionUID = -1416475901274128714L |
| Version UID. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from denoptim.gui.GUIModalDialog | |
| void | close () |
| Closes the dialog window. More... | |
Protected Attributes inherited from denoptim.gui.GUIModalDialog | |
| JButton | btnDone |
| The button that is used to launch the processing of the data given to the open dialog, and close the dialog window. More... | |
| JButton | btnCanc |
| The button that is used to close the dialog without processing any input. More... | |
| JButton | btnExtra |
| The button that can be used for any action that does not close the dialog. More... | |
| Object | result = null |
| The result to be returned once the dialog is closed. More... | |
A dialog window meant only to select atoms one or multiple times.
Definition at line 38 of file GUIAtomSelectionDialog.java.
| denoptim.gui.GUIAtomSelectionDialog.GUIAtomSelectionDialog | ( | Component | refForPlacement, |
| Vertex | vertex, | ||
| List< IAtom > | highlightedAtoms, | ||
| int | selectionGroupsCount, | ||
| int | selectionGroupIndex | ||
| ) |
Constructs a dialog for setting the preferences of the GUI.
| refForPlacement | the component used to place this dialog. |
Definition at line 57 of file GUIAtomSelectionDialog.java.
References denoptim.gui.GUIModalDialog.addToCentralPane(), denoptim.gui.GUIModalDialog.btnCanc, denoptim.gui.GUIModalDialog.btnDone, denoptim.gui.GUIModalDialog.close(), denoptim.utils.MoleculeUtils.getAtomRef(), denoptim.gui.VertexViewPanel.getAtomsSelectedFromJMol(), denoptim.gui.VertexViewPanel.highlightAtoms(), denoptim.gui.VertexViewPanel.loadVertexToViewer(), denoptim.gui.GUIModalDialog.result, and denoptim.gui.GUIAtomSelectionDialog.vertexViewer.
| void denoptim.gui.GUIAtomSelectionDialog.dispose | ( | ) |
Definition at line 115 of file GUIAtomSelectionDialog.java.
References denoptim.gui.VertexViewPanel.dispose(), and denoptim.gui.GUIAtomSelectionDialog.vertexViewer.
|
private |
Definition at line 48 of file GUIAtomSelectionDialog.java.
|
staticprivate |
Version UID.
Definition at line 44 of file GUIAtomSelectionDialog.java.
|
private |
Definition at line 46 of file GUIAtomSelectionDialog.java.
Referenced by denoptim.gui.GUIAtomSelectionDialog.dispose(), and denoptim.gui.GUIAtomSelectionDialog.GUIAtomSelectionDialog().