Serialized Form
Package org.alltimeflashdreamer.log4jmonitor |
jlTitle
JLabel jlTitle
jtaText
JTextArea jtaText
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
model
MyTableModel model
- the model for the data to render
detailsPane
JEditorPane detailsPane
- pane for rendering detail
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
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
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