|
artoflife pre0.1.0-dev | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopulationView | |
org.artoflife.gui.population | Contains the central PopulationView with required support classes in order to provide a JComponent view on a Population of Individuals that use PaintablePhenotypes. |
org.artoflife.gui.scope | Contains Scope-dependent GUI classes including a panel bound to an Individual property that paints its PaintablePhenotype, and a PopulationView bound to a Population property. |
Uses of PopulationView in org.artoflife.gui.population |
Fields in org.artoflife.gui.population declared as PopulationView | |
protected PopulationView |
VerticalFitnessPolicy.view
The parent PopulationView that uses this policy. |
static PopulationView |
PopulationView.currentDragSource
Per VM record of the current PopulationView that initiated a drag. |
Methods in org.artoflife.gui.population with parameters of type PopulationView | |
void |
VerticalFitnessPolicy.setPopulationView(PopulationView view)
|
void |
RecordPositionPolicy.setPopulationView(PopulationView view)
|
Uses of PopulationView in org.artoflife.gui.scope |
Subclasses of PopulationView in org.artoflife.gui.scope | |
class |
PopulationPanel
Scope wrapper for org.artoflife.gui.paintable.view.PopulationView
fires a Control when an Individual is selected or double-clicked. |
|
artoflife pre0.1.0-dev | |||||||||
PREV NEXT | FRAMES NO FRAMES |