Serialized Form


Package nl.tudelft.simulation.logger.gui

Class nl.tudelft.simulation.logger.gui.LoggerFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

logger

java.util.logging.Logger logger
the Logger

Class nl.tudelft.simulation.logger.gui.LoggerSelectFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

loggerChooser

javax.swing.JComboBox loggerChooser
the loggerChooser


openButton

javax.swing.JButton openButton
the openButton

Class nl.tudelft.simulation.logger.gui.LogPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bufferSize

int bufferSize
the maximum number of records to show


logger

java.util.logging.Logger logger
the logger to display


handler

EventLogHandler handler
the handler for this panel


autoCheck

javax.swing.JCheckBox autoCheck
defines whether we clean automatically


textPane

javax.swing.JTextPane textPane
the textPane


row

int row
counts the row number



Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.