Serialized Form
Package com.rie.rieps.engine.fonts |
jd
javax.swing.JDialog jd
awt
java.awt.Font awt
availableDevicePSFont
java.lang.String[] availableDevicePSFont
linked
boolean linked
jButton2
javax.swing.JButton jButton2
jLabel1
javax.swing.JLabel jLabel1
jLabel2
javax.swing.JLabel jLabel2
jLabel3
javax.swing.JLabel jLabel3
jLabel4
javax.swing.JLabel jLabel4
jPanel1
javax.swing.JPanel jPanel1
jPanel2
javax.swing.JPanel jPanel2
jbLink
javax.swing.JButton jbLink
jcbPSFamily
javax.swing.JComboBox jcbPSFamily
jcbSize
javax.swing.JCheckBox jcbSize
jcbStyle
javax.swing.JCheckBox jcbStyle
jrbBold
javax.swing.JRadioButton jrbBold
jrbItalic
javax.swing.JRadioButton jrbItalic
jrbPlain
javax.swing.JRadioButton jrbPlain
jtfAWTName
javax.swing.JTextField jtfAWTName
jtfAWTSize
javax.swing.JTextField jtfAWTSize
jtfMatA
javax.swing.JTextField jtfMatA
jtfMatB
javax.swing.JTextField jtfMatB
jtfMatC
javax.swing.JTextField jtfMatC
jtfMatD
javax.swing.JTextField jtfMatD
jtfMatE
javax.swing.JTextField jtfMatE
jtfMatF
javax.swing.JTextField jtfMatF
jtfPSSize
javax.swing.JFormattedTextField jtfPSSize
Package com.rie.rieps.exception |
txtAxiom
javax.swing.JTextField txtAxiom
txtGrammar
javax.swing.JTextField txtGrammar
txtDepth
javax.swing.JSpinner txtDepth
txtAngle
javax.swing.JSpinner txtAngle
txtDerived
javax.swing.JTextField txtDerived
txtDimension
javax.swing.JTextField txtDimension
guiLSystem
LSystem2Panel guiLSystem
cmdSavePS
javax.swing.JButton cmdSavePS
cmdClose
java.awt.Component cmdClose
lSystem
LSystem2Renderer lSystem
axiom
java.lang.String axiom
grammar
java.lang.String grammar
depth
int depth
angle
float angle
centerX
int centerX
centerY
int centerY
scale
float scale
guiProperties
GEVABookContainer guiProperties
cmdReset
javax.swing.JButton cmdReset
cmdOk
javax.swing.JButton cmdOk
cmdApply
javax.swing.JButton cmdApply
cmdCancel
javax.swing.JButton cmdCancel
guiPropertiesPath
GEVAFileProperty guiPropertiesPath
guiGrammarPath
GEVAFileProperty guiGrammarPath
guiConfigPath
GEVAFileProperty guiConfigPath
guiClassPath
GEVAFileProperty guiClassPath
guiWorkingAbsPath
GEVAFileProperty guiWorkingAbsPath
isDirty
boolean isDirty
canDirty
boolean canDirty
needRestart
int needRestart
hiding
boolean hiding
propertiesFile
java.lang.String propertiesFile
- The filename of the currently loaded properties file, null if none loaded
properties
java.util.Properties properties
- The currently loaded properties file, null if none loaded.
grammarFiles
java.lang.String grammarFiles
- When building the list of grammar files for global grammar drop-down,
save the list for the properties grammar drop-down
fitnessDetails
UI.GEVAPropertiesGUI.FitnessDetails fitnessDetails
- Store list of fitness functions and their associated details, default
grammar, dependency jar files, etc.
fitness
GEVAFitness fitness
- Store the currently selected fitness function
initialising
boolean initialising
- Set to true while the UI is initialising. Useful to prevent actions
happening before the UI is ready to respond to them
isDirty
boolean isDirty
- Store whether the properties need to be saved. Set to true when a
property value is modified. Set to false when save() or load() is
executed
canDirty
boolean canDirty
- Store whether a dirty action will actually mark it dirty. This is used
when internally modifying fields to a formatted equivalent, e.g.
changing a value to its cononical form - basically, this is only used
when the modification makes no difference to the meaning of the value
and could be used correctly either way
resultOption
int resultOption
- Store how window was closed, will be either OK_OPTION or CANCEL_OPTION
lblPropertiesFiles
javax.swing.JLabel lblPropertiesFiles
cboPropertiesFiles
javax.swing.JComboBox cboPropertiesFiles
cmdPropertiesFilesNew
javax.swing.JButton cmdPropertiesFilesNew
cmdPropertiesFilesDelete
javax.swing.JButton cmdPropertiesFilesDelete
guiProperties
GEVABookContainer guiProperties
guiFitnessFunctions
GEVAChoiceProperty guiFitnessFunctions
guiGrammarFiles
GEVAChoiceProperty guiGrammarFiles
guiPopulationSize
GEVAControl guiPopulationSize
guiReplacementType
GEVAControl guiReplacementType
guiEliteSize
GEVAControl guiEliteSize
guiSelection
GEVAControl guiSelection
guiTournamentSize
GEVAControl guiTournamentSize
guiPickSize
GEVAControl guiPickSize
cmdRun
javax.swing.JButton cmdRun
cmdSave
javax.swing.JButton cmdSave
cmdClose
javax.swing.JButton cmdClose
cmdConfig
javax.swing.JButton cmdConfig
Class UI.GEVASplash extends javax.swing.JWindow implements Serializable |
guiLSystem
LSystem2Control guiLSystem
cmdClose
javax.swing.JButton cmdClose
guiGraph
GEVAGraph guiGraph
model
GEVAGraphModel model
guiCategories
javax.swing.JTabbedPane guiCategories
guiStatus
javax.swing.JLabel guiStatus
labelListener
GEVAGraphPane.LabelListener labelListener
dataListener
GEVAGraphPane.DataListener dataListener
configListener
GEVAGraphPane.ConfigListener configListener
serii
UI.Run.GEVAGraphPane.GEVAGraphPaneSerii serii
graphUpdater
java.lang.Thread graphUpdater
hoverMode
boolean hoverMode
generations
int generations
startTime
long startTime
mouseX
int mouseX
mouseY
int mouseY
mouseU
int mouseU
mouseV
int mouseV
mouseB
int mouseB
graphX
float graphX
graphY
float graphY
graphU
float graphU
graphV
float graphV
graphF
boolean graphF
Class UI.Run.GEVAGraphPane.GEVAGraphPaneSeries.GEVAColourChooser extends javax.swing.JComboBox implements Serializable |
paneManager
GEVAPaneManager paneManager
Class UI.Run.GEVARun extends javax.swing.JDialog implements Serializable |
gevaProcess
java.lang.Process gevaProcess
gevaInputReader
GEVAStreamReader gevaInputReader
gevaErrorReader
GEVAStreamReader gevaErrorReader
guiToolBar
javax.swing.JPanel guiToolBar
cmdStop
javax.swing.JButton cmdStop
cmdClose
javax.swing.JButton cmdClose
pages
javax.swing.JTabbedPane pages
globalParser
GEVAGlobalStreamParser globalParser
configParser
GEVAConfigurationStreamParser configParser
standardParser
GEVAStandardStreamParser standardParser
errorParser
GEVAErrorStreamParser errorParser
labelParser
GEVAGraphStreamParser.LabelStreamParser labelParser
dataParser
GEVAGraphStreamParser.DataStreamParser dataParser
lsystemParser
GEVALSystemStreamParser lsystemParser
panes
UI.Run.GEVARun.Panes panes
guiStatusBar
javax.swing.JPanel guiStatusBar
interleave
int interleave