Uses of Interface
org.woehlke.computer.kurzweil.commons.Startable
-
Uses of Startable in org.woehlke.computer.kurzweil
Classes in org.woehlke.computer.kurzweil that implement Startable Modifier and Type Class Description class
ComputerKurzweilApplication
Class with main Method for Starting the Desktop Application. -
Uses of Startable in org.woehlke.computer.kurzweil.application
Classes in org.woehlke.computer.kurzweil.application that implement Startable Modifier and Type Class Description class
ComputerKurzweilContext
class
ComputerKurzweilFrame
-
Uses of Startable in org.woehlke.computer.kurzweil.commons.tabs
Subinterfaces of Startable in org.woehlke.computer.kurzweil.commons.tabs Modifier and Type Interface Description interface
TabModel
-
Uses of Startable in org.woehlke.computer.kurzweil.commons.widgets
Classes in org.woehlke.computer.kurzweil.commons.widgets that implement Startable Modifier and Type Class Description class
PanelStartStopButtons
-
Uses of Startable in org.woehlke.computer.kurzweil.tabs
Subinterfaces of Startable in org.woehlke.computer.kurzweil.tabs Modifier and Type Interface Description interface
Tab
Classes in org.woehlke.computer.kurzweil.tabs that implement Startable Modifier and Type Class Description class
ComputerKurzweilTabbedPane
https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/util/concurrent/ThreadPoolExecutor.html https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/util/concurrent/Executor.html TODO: https://github.com/Computer-Kurzweil/computer_kurzweil/issues/18 TODO: https://github.com/Computer-Kurzweil/computer_kurzweil/issues/19 http://openbook.rheinwerk-verlag.de/javainsel9/javainsel_14_004.htmclass
TabPanel
-
Uses of Startable in org.woehlke.computer.kurzweil.tabs.cca
Classes in org.woehlke.computer.kurzweil.tabs.cca that implement Startable Modifier and Type Class Description class
CyclicCellularAutomatonModel
class
CyclicCellularAutomatonTab
class
CyclicCellularAutomatonTabPane
-
Uses of Startable in org.woehlke.computer.kurzweil.tabs.dla
Classes in org.woehlke.computer.kurzweil.tabs.dla that implement Startable Modifier and Type Class Description class
DiffusionLimitedAggregationModel
class
DiffusionLimitedAggregationTab
class
DiffusionLimitedAggregationTabPane
-
Uses of Startable in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia
Classes in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia that implement Startable Modifier and Type Class Description class
MandelbrotModel
Mandelbrot Set drawn by a Turing Machine.class
MandelbrotTab
(C) 2006 - 2013 Thomas Woehlke.class
MandelbrotTabPane
-
Uses of Startable in org.woehlke.computer.kurzweil.tabs.randomwalk
Classes in org.woehlke.computer.kurzweil.tabs.randomwalk that implement Startable Modifier and Type Class Description class
RandomWalkModel
class
RandomWalkTab
class
RandomWalkTabPane
-
Uses of Startable in org.woehlke.computer.kurzweil.tabs.simulatedevolution
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution that implement Startable Modifier and Type Class Description class
SimulatedEvolutionModel
The World contains Water, Cells and Food.class
SimulatedEvolutionTab
class
SimulatedEvolutionTabPane
-
Uses of Startable in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model that implement Startable Modifier and Type Class Description class
SimulatedEvolutionWorldLattice
Map of World where every Place can have food needed by the Bacteria Cells for eating.