Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
C
cfg
- Variable in class de.qfs.apps.qflog.logview.
LogFrame
The Configurator for the Frame.
classAdded(LogLevelEvent)
- Method in class de.qfs.apps.qflog.
RemoteLogLevelCallbackAdapter
Notify the listener that a Logger for a formerly unknown class has requested its log level, adding the class to the log level tree.
classAdded(LogLevelEvent)
- Method in class de.qfs.apps.qflog.logview.
LogLevelTreeModel
Notify the listener that a Logger for a formerly unknown class has requested its log level, adding the class to the log level tree.
cleanup()
- Method in class de.qfs.apps.qflog.logview.
LogView
Try to remove everything that might prevent the LogView from being garbage collected.
cleanup()
- Method in class de.qfs.apps.qflog.logview.
LogFilterTreeModel
Try to remove everything that might prevent garbage collection.
cleanup()
- Method in class de.qfs.apps.qflog.logview.
LogFilterView
Try to remove everything that might prevent the LogFilterView from being garbage collected.
cleanup()
- Method in class de.qfs.apps.qflog.logview.
LogDetailView
Clear everything that might prevent garbage collection.
cleanup()
- Method in class de.qfs.apps.qflog.logview.
LogTableModel
Remove all data and terminate the Updater thread.
cleanup()
- Method in class de.qfs.apps.qflog.logview.
LogTableView
Clear everything that might prevent garbage collection.
cleanup()
- Method in class de.qfs.apps.qflog.logview.
LogLevelTreeModel
Try to remove everything that might prevent garbage collection.
cleanup()
- Method in class de.qfs.apps.qflog.logview.
LogLevelView
Try to remove everything that might prevent the LogLevelView from being garbage collected.
clearAll()
- Method in class de.qfs.apps.qflog.logview.
LogTableView
Remove all rows from the table model.
clearFilterPackages()
- Method in class de.qfs.apps.qflog.logview.
LogFilterTreeModel
Remove all Packages to filter on.
COL_CLASS
- Static variable in class de.qfs.apps.qflog.logview.
LogTableModel
Index for the class column.
COL_DETAIL
- Static variable in class de.qfs.apps.qflog.logview.
LogTableModel
Index for the message column.
COL_ENTRIES
- Static variable in class de.qfs.apps.qflog.
Model
Identifier for the entries column
COL_ENTRY
- Static variable in class de.qfs.apps.qflog.logview.
LogTableModel
Pseudo index for the LogEntry column.
COL_LEVEL
- Static variable in class de.qfs.apps.qflog.logview.
LogTableModel
Index for the level column.
COL_METHOD
- Static variable in class de.qfs.apps.qflog.logview.
LogTableModel
Index for the method column.
COL_NAME
- Static variable in class de.qfs.apps.qflog.
Model
Identifier for the name column
COL_STATE
- Static variable in class de.qfs.apps.qflog.
Model
Identifier for the state column
COL_THREAD
- Static variable in class de.qfs.apps.qflog.logview.
LogTableModel
Index for the thread column.
COL_TIME
- Static variable in class de.qfs.apps.qflog.
Model
Identifier for the time column
COL_TIME
- Static variable in class de.qfs.apps.qflog.logview.
LogTableModel
Index for the timestamp column.
CommandEditOptions
- class de.qfs.apps.qflog.command.
CommandEditOptions
.
This command brings up the option dialog, waits for the user to finish and sets the Options in the server as well as all registered clients.
CommandEditOptions(Object, Frame)
- Constructor for class de.qfs.apps.qflog.command.
CommandEditOptions
Create a new CommandEditOptions.
CommandEditRemove
- class de.qfs.apps.qflog.command.
CommandEditRemove
.
This Command saves the log entries from the listener in the selected row of the listener table into a log file.
CommandEditRemove(Object, Frame, JTable)
- Constructor for class de.qfs.apps.qflog.command.
CommandEditRemove
Create a new CommandEditRemove.
CommandFileExit
- class de.qfs.apps.qflog.command.
CommandFileExit
.
This Command exits the application, removing the server from the RMI registry and saving the Configuration first.
CommandFileExit(Object)
- Constructor for class de.qfs.apps.qflog.command.
CommandFileExit
Create a new CommandFileExit.
CommandFileOpen
- class de.qfs.apps.qflog.command.
CommandFileOpen
.
This Command creates a new view for a LogFile.
CommandFileOpen(Object, Frame)
- Constructor for class de.qfs.apps.qflog.command.
CommandFileOpen
Create a new CommandFileOpen.
CommandFileOpen(Object, Frame, File)
- Constructor for class de.qfs.apps.qflog.command.
CommandFileOpen
Create a new CommandFileOpen.
CommandFileSaveAs
- class de.qfs.apps.qflog.command.
CommandFileSaveAs
.
This Command saves the log entries from the listener in the selected row of the listener table into a log file.
CommandFileSaveAs(Object, Frame, JTable)
- Constructor for class de.qfs.apps.qflog.command.
CommandFileSaveAs
Create a new CommandFileSaveAs.
CommandHelpAbout
- class de.qfs.apps.qflog.command.
CommandHelpAbout
.
This command brings up a dialog displaying version and copyright information.
CommandHelpAbout(Object, Frame)
- Constructor for class de.qfs.apps.qflog.command.
CommandHelpAbout
Create a new CommandHelpAbout.
CommandOpenLogView
- class de.qfs.apps.qflog.command.
CommandOpenLogView
.
This Command opens a view for the listener in the selected row of the listener table.
CommandOpenLogView(Object, JTable)
- Constructor for class de.qfs.apps.qflog.command.
CommandOpenLogView
Create a new CommandOpenLogView.
CommandOpenLogView(Object, JTable, int)
- Constructor for class de.qfs.apps.qflog.command.
CommandOpenLogView
Create a new CommandOpenLogView.
CommandSaveConfiguration
- class de.qfs.apps.qflog.logview.command.
CommandSaveConfiguration
.
Save or restore a LogView's or LogFrame's Configuration.
CommandSaveConfiguration(Object, Frame, LogView, boolean)
- Constructor for class de.qfs.apps.qflog.logview.command.
CommandSaveConfiguration
Create a new CommandSaveConfiguration for a LogView.
CommandSaveConfiguration(Object, LogFrame, boolean)
- Constructor for class de.qfs.apps.qflog.logview.command.
CommandSaveConfiguration
Create a new CommandSaveConfiguration for a LogFrame.
CommandSaveLog
- class de.qfs.apps.qflog.logview.command.
CommandSaveLog
.
Save or restore a LogView's or LogFrame's Logs.
CommandSaveLog(Object, Frame, LogView, File, boolean, boolean)
- Constructor for class de.qfs.apps.qflog.logview.command.
CommandSaveLog
Create a new CommandSaveLog for a LogView.
CommandSaveLog(Object, LogFrame, File, boolean, boolean)
- Constructor for class de.qfs.apps.qflog.logview.command.
CommandSaveLog
Create a new CommandSaveLog for a LogFrame.
compare(TableModel, int, int)
- Method in class de.qfs.apps.qflog.logview.
LogSorter
Compare two rows of the model.
compareTo(Object)
- Method in class de.qfs.apps.qflog.logview.
FilterNode
Compare the node to some other object.
compareTo(Object)
- Method in class de.qfs.apps.qflog.logview.
NodeData
Compare the data to some other object.
copyAllToClipboard()
- Method in class de.qfs.apps.qflog.logview.
LogTableView
Copy the messages from all visible or invisible rows of the table to the clipboard.
copySelectedToClipboard()
- Method in class de.qfs.apps.qflog.logview.
LogTableView
Copy the messages in the selected rows of the table to the clipboard.
copyVisibleToClipboard()
- Method in class de.qfs.apps.qflog.logview.
LogTableView
Copy the messages from all visible rows of the table to the clipboard.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V