-
fieldMoveDowns
javax.swing.JButton[] fieldMoveDowns
Move this field down to lower priority
-
fieldMoveUps
javax.swing.JButton[] fieldMoveUps
Move this field up to higher priority
-
about
javax.swing.JButton about
CMP about box
-
fieldIsDescendings
javax.swing.JCheckBox[] fieldIsDescendings
ascending/descending of the various collating fields. Rigid convention descending = true, ascending false.
-
useGenericsBox
javax.swing.JCheckBox useGenericsBox
radio button to select generics
-
fieldTypes
javax.swing.JComboBox<E>[] fieldTypes
types of the various collating fields
-
interfaceSelection
javax.swing.JComboBox<E> interfaceSelection
select Comparable/Comparator
-
generateButton
com.mindprod.common13.JEButton generateButton
button to trigger code generation.
-
instructions
javax.swing.JEditorPane instructions
instructions on how to use the program
-
fieldNumbers
javax.swing.JLabel[] fieldNumbers
used to number the sort key fields
-
commentLabel
javax.swing.JLabel commentLabel
label for comment
-
fieldAscDescLabel
javax.swing.JLabel fieldAscDescLabel
label for ascending/descending direction
-
fieldMoveDownLabel
javax.swing.JLabel fieldMoveDownLabel
label for move down buttons
-
fieldMoveLabel
javax.swing.JLabel fieldMoveLabel
top line label for the two move buttons
-
fieldMoveUpLabel
javax.swing.JLabel fieldMoveUpLabel
label for move up buttons
-
fieldNameLabel
javax.swing.JLabel fieldNameLabel
label for field name buttons
-
fieldSortLabel
javax.swing.JLabel fieldSortLabel
label for ascending/descending direction
-
fieldTypeLabel
javax.swing.JLabel fieldTypeLabel
label for type of sort key field
-
gClassLabel
javax.swing.JLabel gClassLabel
Label for name of the Comparator/Comparable class we are generating.
-
generateLabel
javax.swing.JLabel generateLabel
Label for name for the Comparator/Comparable radio button pair
-
instructionsLabel
javax.swing.JLabel instructionsLabel
label for instructions
-
oClassLabel
javax.swing.JLabel oClassLabel
Label for name of the class of object we are comparing
-
resultsLabel
javax.swing.JLabel resultsLabel
label for generated results
-
title
javax.swing.JLabel title
title
-
title2
javax.swing.JLabel title2
title, second line
-
fieldPanel
javax.swing.JPanel fieldPanel
panel to hold line of fields about each sorting key
-
instructionsScrollPane
javax.swing.JScrollPane instructionsScrollPane
allow user to scroll through instructions
-
resultsScrollPane
javax.swing.JScrollPane resultsScrollPane
lets user scroll through results.
-
results
javax.swing.JTextArea results
generated code to do the conversion
-
fieldNames
javax.swing.JTextField[] fieldNames
names of the various collating fields
-
comment
javax.swing.JTextField comment
comment on what comparator/comparable does
-
gClass
javax.swing.JTextField gClass
name of the Comparator/Comparable class we are generating
-
oClass
javax.swing.JTextField oClass
name of the class of object we are comparing
-
defibrillate
boolean defibrillate
true = ignore events to prevent fibrillation, handlers creating more events in a fusion reaction.