Uses of Class
org.apache.log4j.chainsaw.LogPanel
-
Packages that use LogPanel Package Description org.apache.log4j.chainsaw -
-
Uses of LogPanel in org.apache.log4j.chainsaw
Fields in org.apache.log4j.chainsaw declared as LogPanel Modifier and Type Field Description private LogPanel
LoggerNameTreePanel. logPanel
Fields in org.apache.log4j.chainsaw with type parameters of type LogPanel Modifier and Type Field Description private java.util.List<LogPanel>
LogUI. identifierPanels
Methods in org.apache.log4j.chainsaw that return LogPanel Modifier and Type Method Description (package private) LogPanel
LogUI. getCurrentLogPanel()
Returns the currently selected LogPanel, if there is one, otherwise nullConstructors in org.apache.log4j.chainsaw with parameters of type LogPanel Constructor Description LoggerNameTreePanel(LogPanelLoggerTreeModel logTreeModel, LogPanelPreferenceModel preferenceModel, LogPanel logPanel, RuleColorizer colorizer, FilterModel filterModel)
Creates a new LoggerNameTreePanel object.
-