Serialized Form
Package de.qfs.apps.qflog |
filters
java.util.List filters
- The filter chain
id
int id
- The id of the listener.
actionEditOptions
java.awt.event.ActionListener actionEditOptions
- Edit the Options.
actionEditRemove
java.awt.event.ActionListener actionEditRemove
- Remove a listener.
actionFileExit
java.awt.event.ActionListener actionFileExit
- Exit the application.
actionFileOpen
java.awt.event.ActionListener actionFileOpen
- Open a log file.
actionFileSaveAs
java.awt.event.ActionListener actionFileSaveAs
- Save a log file.
actionHelpAbout
java.awt.event.ActionListener actionHelpAbout
- Show version information
actionOpenLogView
java.awt.event.ActionListener actionOpenLogView
- Open a view for one listener.
cfg
de.qfs.lib.config.Configurator cfg
- The Configurator for the MainFrame.
table
javax.swing.JTable table
- The table to display.
columnNames
java.lang.String[] columnNames
- The real titles for the columns.
datas
java.util.Map datas
- Map ids to data.
id
int id
- Id counter for client identification.
nameMap
java.util.Map nameMap
- Map names to lists of views for clients of the same name.
views
java.util.List views
- The list of ViewDatas, the true content of the model.
callback
de.qfs.lib.logrmi.RemoteLogLevelCallback callback
- The RemoteLogLevelCallback to forward callbacks to.
failures
int failures
- Number of failures when calling the remote callback. When this reaches
MAX_FAILURES, the callback is disconnected.
listener
de.qfs.lib.log.LogLevelListener listener
- The LogLevelListener to forward LogLevelEvents to.
Package de.qfs.apps.qflog.command |
parent
java.awt.Frame parent
- The parent for the dialog.
parent
java.awt.Frame parent
- The parent Frame for the FileChooser.
table
javax.swing.JTable table
- The listener table.
file
java.io.File file
- The file to open.
parent
java.awt.Frame parent
- The parent Frame for the FileChooser.
parent
java.awt.Frame parent
- The parent Frame for the FileChooser.
table
javax.swing.JTable table
- The listener table.
parent
java.awt.Frame parent
- The parent for the dialog.
row
int row
- The row to take the listener from.
table
javax.swing.JTable table
- The listener table.
Package de.qfs.apps.qflog.logview |
clazz
javax.swing.JLabel clazz
- Label to display the class.
detail
de.qfs.apps.qflog.logview.LogDetailView.MessageView detail
- Text area to display the message.
level
javax.swing.JLabel level
- Label to display the level.
logging
boolean logging
- Whether logging is enabled (true) or disabled (false);
method
javax.swing.JLabel method
- Label to display the method.
thread
javax.swing.JLabel thread
- Label to display the thread.
time
javax.swing.JLabel time
- Label to display the timestamp.
addFilterAction
javax.swing.Action addFilterAction
- Add an extra filter.
clearFilterAction
javax.swing.Action clearFilterAction
- Remove all extra filters.
collapseAllAction
javax.swing.Action collapseAllAction
- Collapse path and all descendants.
expandAllAction
javax.swing.Action expandAllAction
- Expand path and all descendants.
logging
boolean logging
- Whether logging is enabled (true) or disabled (false);
removeAction
javax.swing.Action removeAction
- Remove log levels (non recursive).
removeFilterAction
javax.swing.Action removeFilterAction
- Remove an extra filter.
removeRecursiveAction
javax.swing.Action removeRecursiveAction
- Remove log levels (recursive).
setDBGAction
javax.swing.Action setDBGAction
- Set log levels to Log.DBG
setDBGDETAILAction
javax.swing.Action setDBGDETAILAction
- Set log levels to Log.DBGDETAIL
setERRAction
javax.swing.Action setERRAction
- Set log levels to Log.ERR
setERRDETAILAction
javax.swing.Action setERRDETAILAction
- Set log levels to Log.ERRDETAIL
setMSGAction
javax.swing.Action setMSGAction
- Set log levels to Log.MSG
setMSGDETAILAction
javax.swing.Action setMSGDETAILAction
- Set log levels to Log.MSGDETAIL
setMTDAction
javax.swing.Action setMTDAction
- Set log levels to Log.MTD
setMTDDETAILAction
javax.swing.Action setMTDDETAILAction
- Set log levels to Log.MTDDETAIL
setWRNAction
javax.swing.Action setWRNAction
- Set log levels to Log.WRN
setWRNDETAILAction
javax.swing.Action setWRNDETAILAction
- Set log levels to Log.WRNDETAIL
showSetLevelsAction
javax.swing.Action showSetLevelsAction
- Display all nodes with a non-null level.
toggleButtonModel
javax.swing.ButtonModel toggleButtonModel
- Button model for the toggleExtraFilter menu items.
toggleFilterAction
javax.swing.Action toggleFilterAction
- Toggle extra filters.
collapseAllAction
javax.swing.Action collapseAllAction
- Collapse path and all descendants.
editOptionsAction
javax.swing.Action editOptionsAction
- Edit the options.
expandAllAction
javax.swing.Action expandAllAction
- Expand path and all descendants.
logging
boolean logging
- Whether logging is enabled (true) or disabled (false);
optionDialog
de.qfs.lib.option.OptionDialog optionDialog
- Dialog to edit the options.
removeAction
javax.swing.Action removeAction
- Remove log levels (non recursive).
removeRecursiveAction
javax.swing.Action removeRecursiveAction
- Remove log levels (recursive).
setDBGAction
javax.swing.Action setDBGAction
- Set log levels to Log.DBG
setDBGDETAILAction
javax.swing.Action setDBGDETAILAction
- Set log levels to Log.DBGDETAIL
setERRAction
javax.swing.Action setERRAction
- Set log levels to Log.ERR
setERRDETAILAction
javax.swing.Action setERRDETAILAction
- Set log levels to Log.ERRDETAIL
setMSGAction
javax.swing.Action setMSGAction
- Set log levels to Log.MSG
setMSGDETAILAction
javax.swing.Action setMSGDETAILAction
- Set log levels to Log.MSGDETAIL
setMTDAction
javax.swing.Action setMTDAction
- Set log levels to Log.MTD
setMTDDETAILAction
javax.swing.Action setMTDDETAILAction
- Set log levels to Log.MTDDETAIL
setWRNAction
javax.swing.Action setWRNAction
- Set log levels to Log.WRN
setWRNDETAILAction
javax.swing.Action setWRNDETAILAction
- Set log levels to Log.WRNDETAIL
showSetLevelsAction
javax.swing.Action showSetLevelsAction
- Display all nodes with a non-null level.
columnNames
java.lang.String[] columnNames
- Names for the table columns
data
java.util.List data
- The data in the table.
deleted
int deleted
- Number of deleted rows.
logging
boolean logging
- Whether logging is enabled (true) or disabled (false);
logUserMode
int logUserMode
- The mode for the LogUser interface.
maxData
int maxData
- Maximum number of LogEntries.
newData
java.util.List newData
- Newly accumulated data that is not yet visible.
updater
de.qfs.apps.qflog.logview.LogTableModel.Updater updater
- Background thread that updates the table's data.
clearAction
javax.swing.Action clearAction
- Clear all rows.
clearColumnFiltersAction
javax.swing.Action clearColumnFiltersAction
- Clear column filters.
copyAllAction
javax.swing.Action copyAllAction
- Copy all rows to the clipboard.
copySelectedAction
javax.swing.Action copySelectedAction
- Copy selected rows to the clipboard.
copyVisibleAction
javax.swing.Action copyVisibleAction
- Copy visible rows to the clipboard.
editOptionsAction
javax.swing.Action editOptionsAction
- Edit the options.
gotoMarkerActions
javax.swing.Action[] gotoMarkerActions
- Goto a marker.
markers
de.qfs.apps.qflog.logview.LogTableView.Markers markers
- The markers for the table rows.
optionDialog
de.qfs.lib.option.OptionDialog optionDialog
- Dialog to edit the options.
options
de.qfs.lib.option.OptionSet options
- The options of the LogTableView.
reduceToVisibleAction
javax.swing.Action reduceToVisibleAction
- Clear all invisible rows.
removeVisibleAction
javax.swing.Action removeVisibleAction
- Clear all visible rows.
setMarkerActions
javax.swing.Action[] setMarkerActions
- Set a marker.
setSortColumnAction
javax.swing.Action setSortColumnAction
- Set the sort column.
titleBase
java.lang.String titleBase
- The base name for the title.
titleLabel
javax.swing.JLabel titleLabel
- Title label for the view.
toggleColumnFilterAction
javax.swing.Action toggleColumnFilterAction
- Toggle filter on column.
focusBorder
javax.swing.border.Border focusBorder
- Border for a non-selected focused cell.
isLevel
boolean isLevel
- Whether the renderer is used for the level column.
selectedFocusBorder
javax.swing.border.Border selectedFocusBorder
- Border for a selected focused cell.
this$0
LogTableView this$0
file
java.io.File file
- The file from which the log entries were loaded.
logging
boolean logging
- Whether logging is enabled (true) or disabled (false);
clazz
java.lang.String clazz
- The class/package of the node.
level
java.lang.Integer level
- The level of the node (may be null).
method
java.lang.String method
- The method of the node (may be null).
Package de.qfs.apps.qflog.logview.command |
frame
LogFrame frame
- The LogFrame whose configuration should be saved.
parent
java.awt.Frame parent
- Another frame parent for the dialog.
save
boolean save
- True to save, false to restore.
view
LogView view
- The LogView whose configuration should be saved.
all
boolean all
- True to save all messages, false to save only the visible ones.
file
java.io.File file
- The file to save in / load from.
frame
LogFrame frame
- The LogFrame whose logs should be saved.
parent
java.awt.Frame parent
- Another frame parent for the dialog.
save
boolean save
- True to save, false to restore.
view
LogView view
- The LogView whose logs should be saved.