Log4JMonitor v1.1

Serialized Form


Package org.alltimeflashdreamer.log4jmonitor

Class org.alltimeflashdreamer.log4jmonitor.AboutDialog implements Serializable

Serialized Fields

jlTitle

JLabel jlTitle

jtaText

JTextArea jtaText

Class org.alltimeflashdreamer.log4jmonitor.ControlPanel implements Serializable

Serialized Fields

toggleButton

JButton toggleButton
the button which allows to pause and resume the receiving of LoggingEvents

clearButton

JButton clearButton
the button which allows to clear the contents of the LoggingEvents table

Class org.alltimeflashdreamer.log4jmonitor.DetailPanel implements Serializable

Serialized Fields

model

MyTableModel model
the model for the data to render

detailsPane

JEditorPane detailsPane
pane for rendering detail

Class org.alltimeflashdreamer.log4jmonitor.Log4JMonitor implements Serializable

Serialized Fields

jmiExit

JMenuItem jmiExit

jmiAdjustColumnWidths

JMenuItem jmiAdjustColumnWidths

jmiShowAboutDialog

JMenuItem jmiShowAboutDialog

jmiClearTable

JMenuItem jmiClearTable

jmiPauseReceiving

JMenuItem jmiPauseReceiving

jmMenuFile

JMenu jmMenuFile

jmMenuActions

JMenu jmMenuActions

jmbMenu

JMenuBar jmbMenu

jpSpaceEAST

JPanel jpSpaceEAST

jpSpaceWEST

JPanel jpSpaceWEST

jpLogoPanel

JPanel jpLogoPanel

logPanel

LogPanel logPanel

layout

PatternLayout layout

colorBackground

Color colorBackground

borderDefault

Border borderDefault

borderLogos

Border borderLogos

Class org.alltimeflashdreamer.log4jmonitor.LogPanel implements Serializable

Serialized Fields

BORDERTHICKNESS

int BORDERTHICKNESS
THICKNESS of the border

model

MyTableModel model
create the all important model

cp

ControlPanel cp
Add control panel

table

JTable table
Create the table

scrollPane

JScrollPane scrollPane
Contains the table

details

JPanel details
Create the details

fontMetrics

FontMetrics fontMetrics
the (often used) font metrics to measure string widths

jsp

JSplitPane jsp
Add the table and stack trace into a splitter

borderLayout1

BorderLayout borderLayout1
Border Layout

lineBorder

Border lineBorder
Line Border

clBackground

Color clBackground
get the backgroundcolor of the panel

iColumnWidths

int[] iColumnWidths
list of column widths to use

Class org.alltimeflashdreamer.log4jmonitor.MyTableModel implements Serializable

Serialized Fields

oLock

Object oLock
the lock to control access

allSortedEvents

SortedSet allSortedEvents
set of all logged events - not filtered

filteredEvents

LoggingEvent[] filteredEvents
events that are visible after filtering

pendingEvents

List pendingEvents
list of events that are buffered for processing

bIsPaused

boolean bIsPaused
indicates whether event collection is paused to the UI

sThreadFilter

String sThreadFilter
filter for the thread

sMessageFilter

String sMessageFilter
filter for the message

sLoggerFilter

String sLoggerFilter
filter for the logger

levelFilter

Level levelFilter
filter for the level


Copyright (c) 1999/2000 by apache.org, 2001/02 by Sven Mosimann, Adrian Seiler and Florian Steinsiepe