Serialized Form


Package de.dfg.oc.logfileanalyzer.gui

Class de.dfg.oc.logfileanalyzer.gui.ChartFrame extends JFrame implements Serializable

Serialized Fields

myTableFrame

TableFrame myTableFrame
TableFrame that created this ChartFrame


currentElement

DataElement currentElement
The current DataElement displayed in the TableFrame.


jPanelContentpane

JPanel jPanelContentpane
Contains all panels of this ChartFrame.


jPanelComboBoxes

JPanel jPanelComboBoxes
Contains ComboBoxes to select the classifier set and the histogram displayed in this ChartFrame.


jPanelInfoAndHistogram

JPanel jPanelInfoAndHistogram
Contains the jPanelInformation and the jPanelHistogram.


jComboBoxTableSelector

JComboBox jComboBoxTableSelector
Selects the classifier set displayed in this ChartFrame.


jComboBoxHistogramSelector

JComboBox jComboBoxHistogramSelector
Selects the histogram displayed in this ChartFrame.


tableSelection

String[] tableSelection
Names of the classifier sets displayed in the jComboBoxTableSelector.


jPanelHistogram

JPanel jPanelHistogram
Contains the histogram.


jPanelInformation

JPanel jPanelInformation
Contains the iteration and the number of classifiers displayed in this ChartFrame.


jTextAreaIteration

JTextArea jTextAreaIteration
Contains the iteration displayed in this ChartFrame.


jTextAreaClassifiers

JTextArea jTextAreaClassifiers
Contains the number of classifiers displayed in this ChartFrame.


jPanelLimits

JPanel jPanelLimits
Contains panels that define lower and upper limits for values displayed in this ChartFrame.


jPanelUpperLimit

JPanel jPanelUpperLimit
Contains a TextField to define an upper limit for values displayed in this ChartFrame.


jPanelLowerLimit

JPanel jPanelLowerLimit
Contains a TextField to define a lower limit for values displayed in this ChartFrame.


jTextAreaUpperLimit

JTextArea jTextAreaUpperLimit
Provides a description for the corresponding jTextFieldLowerLimit.


jTextAreaLowerLimit

JTextArea jTextAreaLowerLimit
Provides a description for the corresponding jTextFieldUpperLimit.


jTextFieldLowerLimit

JTextField jTextFieldLowerLimit
Defines a lower limit for values displayed in this ChartFrame.


jTextFieldUpperLimit

JTextField jTextFieldUpperLimit
Defines an upper limit for values displayed in this ChartFrame.

Class de.dfg.oc.logfileanalyzer.gui.ComparisonFrame extends JFrame implements Serializable

Class de.dfg.oc.logfileanalyzer.gui.TableFrame extends JFrame implements Serializable

Serialized Fields

dataMemory

DataMemory dataMemory
Contains all classifier sets


currentElement

DataElement currentElement
Containing the classifier sets of the current iteration


chartFrames

Vector<E> chartFrames
Contains all opened ChartFrames displaying histograms


jContentPane

JPanel jContentPane
Contains the jPanelControlPane and jTabbedPane.


jPanelControlpane

JPanel jPanelControlpane
Contains the jTextFieldIteration, jButtonNext, jButtonPrevious, jButtonFirst and jButtonLast.


jTextFieldIteration

JTextField jTextFieldIteration
Shows the current iteration.


jButtonNext

JButton jButtonNext
Gets the next DataElement and updates the tables.


jButtonPrevious

JButton jButtonPrevious
Gets the previous DataElement and updates the tables.


jJMenuBar

JMenuBar jJMenuBar
MenuBar


jMenuFile

JMenu jMenuFile
File menu


jMenuItemOpen

JMenuItem jMenuItemOpen
File menu item "open"


jTabbedPane

JTabbedPane jTabbedPane
Tabs for switching among population, match and action sets.


jScrollPanePopulation

JScrollPane jScrollPanePopulation
Contains the population table.


jTablePopulation

JTable jTablePopulation
Contains a table for the classifier population.


jScrollPaneMatchSet

JScrollPane jScrollPaneMatchSet
Contains a table for the match set.


jTableMatchSet

JTable jTableMatchSet
Contains the match set.


jScrollPaneActionSet

JScrollPane jScrollPaneActionSet
Contains a table for the action set.


jTableActionSet

JTable jTableActionSet
Contains the match set.


jButtonFirst

JButton jButtonFirst
Gets the fist DataElement and updates the tables.


jButtonLast

JButton jButtonLast
Gets the last DataElement and updates the tables.


jMenuItemExit

JMenuItem jMenuItemExit
File menu item "exit"


jMenuView

JMenu jMenuView
View menu


jMenuSelectColumns

JMenu jMenuSelectColumns
Menu item to hide or show columns.


viewItems

JCheckBoxMenuItem[] viewItems
Array creating a JCheckBoxItem-object for every column of the table. With these checkboxes you can hide or show a specific column.


jCheckBoxMenuItemAll

JCheckBoxMenuItem jCheckBoxMenuItemAll
JCheckBoxItem for selecting all table columns.


jCheckBoxMenuItemNone

JCheckBoxMenuItem jCheckBoxMenuItemNone
JCheckBoxItem for deselecting all table columns.


logFilePath

File logFilePath
Path to the last opened file.


jMenuNewChart

JMenuItem jMenuNewChart
Menu item "New chart"


jTextField_input

JTextField jTextField_input

jLabel_input

JLabel jLabel_input
Label "LCS input"


jLabel_iteration

JLabel jLabel_iteration
Label "iteration"