Uses of Class
org.insa.graphs.gui.AlgorithmPanel
-
Packages that use AlgorithmPanel Package Description org.insa.graphs.gui -
-
Uses of AlgorithmPanel in org.insa.graphs.gui
Fields in org.insa.graphs.gui declared as AlgorithmPanel Modifier and Type Field Description private AlgorithmPanel
MainWindow. cpPanel
private AlgorithmPanel
MainWindow. psPanel
private AlgorithmPanel
MainWindow. spPanel
private AlgorithmPanel
MainWindow. wccPanel
Fields in org.insa.graphs.gui with type parameters of type AlgorithmPanel Modifier and Type Field Description private java.util.List<AlgorithmPanel>
MainWindow. algoPanels
Methods in org.insa.graphs.gui with parameters of type AlgorithmPanel Modifier and Type Method Description private void
MainWindow. enableAlgorithmPanel(AlgorithmPanel algorithmPanel)
Show and enable the given AlgorithmPanel (and hide all others).
-