Uses of Class
org.apache.log4j.chainsaw.LogUI
Packages that use LogUI
-
Uses of LogUI in org.apache.log4j.chainsaw
Fields in org.apache.log4j.chainsaw declared as LogUIModifier and TypeFieldDescriptionprivate final LogUI
ChainsawToolBarAndMenus.logui
private final LogUI
CopyEventsToClipboardAction.logUi
private final LogUI
ChainsawStatusBar.logUI
private LogUI
FileLoadAction.parent
private LogUI
FileSaveAction.parent
Methods in org.apache.log4j.chainsaw with parameters of type LogUIModifier and TypeMethodDescriptionprivate void
FileMenu.buildMRUMenu
(JMenu mrulog4j, LogUI logui) Constructors in org.apache.log4j.chainsaw with parameters of type LogUIModifierConstructorDescriptionChainsawStatusBar
(LogUI logUI) (package private)
ChainsawToolBarAndMenus
(LogUI logui) CopyEventsToClipboardAction
(LogUI parent) FileLoadAction
(LogUI parent, Decoder decoder, String title, boolean isRemoteURL) FileSaveAction
(LogUI parent) This action must have a reference to a LogUI in order to retrieve events to save -
Uses of LogUI in org.apache.log4j.chainsaw.osx
Methods in org.apache.log4j.chainsaw.osx with parameters of type LogUI