Uses of Interface
org.woehlke.computer.kurzweil.commons.tabs.TabController
Package | Description |
---|---|
org.woehlke.computer.kurzweil.commons.has | |
org.woehlke.computer.kurzweil.tabs.cca | |
org.woehlke.computer.kurzweil.tabs.dla |
Diffusion Limited Aggregation.
|
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia | |
org.woehlke.computer.kurzweil.tabs.randomwalk | |
org.woehlke.computer.kurzweil.tabs.simulatedevolution |
Starting the Desktop App.
|
-
Uses of TabController in org.woehlke.computer.kurzweil.commons.has
Methods in org.woehlke.computer.kurzweil.commons.has that return TabController Modifier and Type Method Description TabController
HasTabController. getController()
-
Uses of TabController in org.woehlke.computer.kurzweil.tabs.cca
Classes in org.woehlke.computer.kurzweil.tabs.cca that implement TabController Modifier and Type Class Description class
CyclicCellularAutomatonController
Cyclic Cellular Automaton. -
Uses of TabController in org.woehlke.computer.kurzweil.tabs.dla
Classes in org.woehlke.computer.kurzweil.tabs.dla that implement TabController Modifier and Type Class Description class
DiffusionLimitedAggregationController
Diffusion Limited Aggregation. -
Uses of TabController in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia
Classes in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia that implement TabController Modifier and Type Class Description class
MandelbrotController
Mandelbrot Set drawn by a Turing Machine. -
Uses of TabController in org.woehlke.computer.kurzweil.tabs.randomwalk
Classes in org.woehlke.computer.kurzweil.tabs.randomwalk that implement TabController Modifier and Type Class Description class
RandomWalkController
Cyclic Cellular Automaton. -
Uses of TabController in org.woehlke.computer.kurzweil.tabs.simulatedevolution
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution that implement TabController Modifier and Type Class Description class
SimulatedEvolutionController
The ControllerThreadApplet controls the Interactions between Model and View (MVC-Pattern).