Package UI

Interface Summary
GEVAActionListener Interface to be implemented by any class that wants to listen to GEVAControl events
GEVADirtyListener Allow a GUI to listen to all its properties when they are modified and become dirty allowing the GUI to enable a save button or whatnot
 

Class Summary
GEVAActionEvent Store details of an event being passed on to a listener
GEVABookContainer The root container for all properties.
GEVAChoiceProperty A name value control whose value is a drop down list.
GEVAConfig Hold all the configuration details for the life-time of the GUI
GEVAConfigGUI Allow the config to be set up by a GUI, rather than just command line
GEVAContainerControl Base control for all controls that are containers.
GEVAContainerControl.Controls  
GEVAControl Base class on which all UI controls are derived
GEVAControlGroup Class for storing list of controls in a group.
GEVAFileProperty Input that allows files or directories to be chosen
GEVAFitness Store stuff about each fitness function.
GEVAFitness.FitnessCommands  
GEVAFitness.Names  
GEVAJarHunter Asynchronously build a list of all the jar files in the specified paths
GEVAMessage  
GEVANumberProperty A name value control that handles numeric inputs.
GEVAPageContainer Pages that appear in the Book control.
GEVAPropertiesGUI Main dialog window for configuring the GEVA properties files
GEVAPropertyColContainer Property container that shows the name value property as name above value.
GEVAPropertyContainer Base class for property containers.
GEVAPropertyControl Base for controls that fit into a name/value container Row contaier shows as a 2xN GridBoxLayout as a [ Name | Value ] Col contaier shows as a name above value header/value
GEVAPropertyRowContainer Property container that shows the name value property as name left-of value.
GEVASplash Display splash screen with GEVA logo
GEVASpringContainer Creates a container that fills empty space on the page.
GEVAStringProperty Input control that takes any value.
LSystemViewer View LSystems in a stand-alone project.