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 TabControllerHasTabController. 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 classCyclicCellularAutomatonControllerCyclic 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 classDiffusionLimitedAggregationControllerDiffusion 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 classMandelbrotControllerMandelbrot 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 classRandomWalkControllerCyclic 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 classSimulatedEvolutionControllerThe ControllerThreadApplet controls the Interactions between Model and View (MVC-Pattern).