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 LogUIChainsawToolBarAndMenus. loguiprivate LogUICopyEventsToClipboardAction. logUiprivate LogUIChainsawStatusBar. logUIprivate LogUIFileLoadAction. parentprivate LogUIFileSaveAction. parentMethods in org.apache.log4j.chainsaw with parameters of type LogUI Modifier and Type Method Description private voidFileMenu. 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 voidOSXIntegration. init(LogUI logUI)
-