Uses of Class
org.apache.log4j.chainsaw.LogUI
-
Packages that use LogUI Package Description org.apache.log4j.chainsaw org.apache.log4j.chainsaw.osx -
-
Uses of LogUI in org.apache.log4j.chainsaw
Fields in org.apache.log4j.chainsaw declared as LogUI Modifier and Type Field Description private LogUI
ChainsawToolBarAndMenus. logui
private LogUI
CopyEventsToClipboardAction. logUi
private LogUI
ChainsawStatusBar. logUI
private LogUI
FileLoadAction. parent
private LogUI
FileSaveAction. parent
Methods in org.apache.log4j.chainsaw with parameters of type LogUI Modifier and Type Method Description private void
FileMenu. buildMRUMenu(javax.swing.JMenu mrulog4j, LogUI logui)
Constructors in org.apache.log4j.chainsaw with parameters of type LogUI Constructor Description ChainsawStatusBar(LogUI logUI)
ChainsawToolBarAndMenus(LogUI logui)
CopyEventsToClipboardAction(LogUI parent)
FileLoadAction(LogUI parent, Decoder decoder, java.lang.String title, boolean isRemoteURL)
FileMenu(LogUI logUI)
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 Modifier and Type Method Description static void
OSXIntegration. init(LogUI logUI)
-