public class Comparator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static javax.swing.JRadioButton |
by_Arrival |
static javax.swing.JRadioButton |
by_Departure |
static javax.swing.JRadioButton |
by_Station |
static javax.swing.JRadioButton |
by_Train |
javax.swing.JFrame |
comparatorFrame |
static javax.swing.JTextArea |
help_TextArea |
static java.util.TreeSet |
loopNumber |
static java.util.ArrayList<java.lang.String[]> |
single_ArrayListFile |
static javax.swing.JCheckBox |
single_CheckBox |
static java.lang.String |
single_fileFeedback |
static java.lang.String |
single_Path_For_Station_File |
static javax.swing.JRadioButton |
single_SearchRadioButton |
static javax.swing.JTextArea |
single_TextArea |
static javax.swing.JComboBox |
single_TimeComboBox |
static javax.swing.JComboBox |
single_TrainAndStation |
static java.util.ArrayList<java.lang.String[]> |
three_ArrayListFile1 |
static java.util.ArrayList<java.lang.String[]> |
three_ArrayListFile2 |
static javax.swing.JRadioButton |
three_Arrival |
static javax.swing.JCheckBox |
three_CheckBox |
static javax.swing.JRadioButton |
three_Departure |
static java.lang.String |
three_fileFeedback |
static java.lang.String |
three_Path_For_Station_File |
static javax.swing.JComboBox |
three_StationComboBox |
static javax.swing.JTextArea |
three_TextArea |
static javax.swing.JComboBox |
three_TimeComboBox |
static java.util.TreeSet |
trainNumber |
static java.util.ArrayList<java.lang.String[]> |
two_ArrayListFile1 |
static java.util.ArrayList<java.lang.String[]> |
two_ArrayListFile2 |
static javax.swing.JCheckBox |
two_CheckBox |
static java.lang.String |
two_fileFeedback |
static java.lang.String |
two_Path_For_Station_File |
static javax.swing.JTextArea |
two_TextArea |
static javax.swing.JComboBox |
two_TimeComboBox |
static javax.swing.JComboBox |
two_TrainList |
Constructor and Description |
---|
Comparator() |
Modifier and Type | Method and Description |
---|---|
static void |
main() |
public javax.swing.JFrame comparatorFrame
public static javax.swing.JComboBox single_TimeComboBox
public static javax.swing.JComboBox two_TimeComboBox
public static javax.swing.JComboBox three_TimeComboBox
public static javax.swing.JComboBox two_TrainList
public static javax.swing.JComboBox three_StationComboBox
public static javax.swing.JComboBox single_TrainAndStation
public static javax.swing.JCheckBox single_CheckBox
public static javax.swing.JCheckBox two_CheckBox
public static javax.swing.JCheckBox three_CheckBox
public static javax.swing.JTextArea single_TextArea
public static javax.swing.JTextArea two_TextArea
public static javax.swing.JTextArea help_TextArea
public static javax.swing.JTextArea three_TextArea
public static java.util.ArrayList<java.lang.String[]> single_ArrayListFile
public static java.util.ArrayList<java.lang.String[]> two_ArrayListFile1
public static java.util.ArrayList<java.lang.String[]> two_ArrayListFile2
public static java.util.ArrayList<java.lang.String[]> three_ArrayListFile1
public static java.util.ArrayList<java.lang.String[]> three_ArrayListFile2
public static java.util.TreeSet loopNumber
public static java.util.TreeSet trainNumber
public static javax.swing.JRadioButton by_Departure
public static javax.swing.JRadioButton by_Arrival
public static javax.swing.JRadioButton by_Train
public static javax.swing.JRadioButton by_Station
public static javax.swing.JRadioButton three_Arrival
public static javax.swing.JRadioButton three_Departure
public static javax.swing.JRadioButton single_SearchRadioButton
public static java.lang.String single_Path_For_Station_File
public static java.lang.String two_Path_For_Station_File
public static java.lang.String three_Path_For_Station_File
public static java.lang.String single_fileFeedback
public static java.lang.String two_fileFeedback
public static java.lang.String three_fileFeedback