Uses of Interface
com.rubecula.darwin.visualization.ControlAction

Packages that use ControlAction
com.rubecula.darwin.examples.pepperedmoth

Peppered Moth Example 

com.rubecula.darwin.examples.travelingsalesman

Traveling Salesman Example 

com.rubecula.darwin.visualization.swing

Display Package 

 

Uses of ControlAction in com.rubecula.darwin.examples.pepperedmoth
 

Classes in com.rubecula.darwin.examples.pepperedmoth that implement ControlAction
 class Applet_PepperedMoth
          The class which implements the PepperedMoth example applet.
 class OptionsController_PepperedMoth
           
 

Constructors in com.rubecula.darwin.examples.pepperedmoth with parameters of type ControlAction
ControlPanel_PepperedMoth(ControlAction controlAction, java.lang.Boolean startRunning)
          Constructor which sets up a pair of flip/flop buttons for start/stop.
 

Uses of ControlAction in com.rubecula.darwin.examples.travelingsalesman
 

Constructors in com.rubecula.darwin.examples.travelingsalesman with parameters of type ControlAction
ControlPanel_TS(ControlAction controlAction, java.lang.Boolean startRunning)
           
OptionsPanel_TS(ControlAction controlAction)
           
OptionsPanel_TS(ControlAction controller, java.util.Map<java.lang.String,java.awt.Component> componentMap)
           
 

Uses of ControlAction in com.rubecula.darwin.visualization.swing
 

Subinterfaces of ControlAction in com.rubecula.darwin.visualization.swing
 interface Interacter
          Interface implemented by VisualizingEvolutionaryApplet.
 

Classes in com.rubecula.darwin.visualization.swing that implement ControlAction
 class EvolutionaryApplet
           This subclass of JApplet understands how to interact with an Evolution, by virtue of implementing GenerationListener and ControlAction.
 class OptionsController_
          Abstract base class for options controllers.
 class VisualizingEvolutionaryApplet
          This subclass of EvolutionaryApplet additionally knows how to paint the changes to the visualization model.
 

Fields in com.rubecula.darwin.visualization.swing declared as ControlAction
protected  ControlAction OptionsPanel_._controlAction
           
 

Methods in com.rubecula.darwin.visualization.swing with parameters of type ControlAction
protected  javax.swing.JPanel EvolutionaryApplet.createControlPanel(ControlAction controlAction)
           
 

Constructors in com.rubecula.darwin.visualization.swing with parameters of type ControlAction
ActionButton(ControlAction controlAction, java.lang.String command)
           
ControlPanel_(ControlAction controlAction, java.lang.Boolean startRunning)
          Constructor which sets up a pair of flip/flop buttons for start/stop.
ControlPanel_Default(ControlAction controlAction)
          Public constructor to instantiate a ControlPanel_Default.
FlipFlopButtons(ControlAction controlAction, java.awt.Container container)
           
OptionsPanel_(ControlAction controlAction)
           
OptionsPanel_Default(ControlAction controlAction)
           
OptionsPanel_Standard(ControlAction controlAction)
          Public constructor.
PropertySlider_Exponential(ControlAction controlAction, int majorTicks, java.lang.String tag, int scale, java.lang.String propertyName)
          Constructor to set up an instance of PropertySlider_Exponential.
PropertySlider_Normal(ControlAction controlAction, int majorTicks, java.lang.String tag, double scale, java.lang.String propertyName, double initVal)
          Constructor to set up an instance of PropertySlider_Exponential.
 



Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.