Uses of Interface
org.artoflife.gp.PopulationListener

Packages that use PopulationListener
org.artoflife.gp Art Of Life's Genetic Programming core is an abstract implementation that defines a number of simple concepts. 
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 PopulationListener in org.artoflife.gp
 

Methods in org.artoflife.gp with parameters of type PopulationListener
 void Population.addPopulationListener(PopulationListener listener)
           
 void Population.removePopulationListener(PopulationListener listener)
           
 

Uses of PopulationListener in org.artoflife.gui.population
 

Classes in org.artoflife.gui.population that implement PopulationListener
 class PopulationView
          Base class for JComponent-based views on a Population containing Individuals that have org.artoflife.gp.paintable.PaintablePhenotypes.
 

Uses of PopulationListener in org.artoflife.gui.scope
 

Classes in org.artoflife.gui.scope that implement PopulationListener
 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

Copyright © 2002 the Art Of Life team. All Rights Reserved.