Uses of Class
org.apache.log4j.chainsaw.filter.FilterModel
-
Packages that use FilterModel Package Description org.apache.log4j.chainsaw org.apache.log4j.chainsaw.color -
-
Uses of FilterModel in org.apache.log4j.chainsaw
Fields in org.apache.log4j.chainsaw declared as FilterModel Modifier and Type Field Description (package private) FilterModel
ExpressionRuleContext. filterModel
private FilterModel
LogPanel. filterModel
Constructors in org.apache.log4j.chainsaw with parameters of type FilterModel Constructor Description ExpressionRuleContext(FilterModel filterModel, javax.swing.text.JTextComponent textComponent)
LoggerNameTreePanel(LogPanelLoggerTreeModel logTreeModel, LogPanelPreferenceModel preferenceModel, LogPanel logPanel, RuleColorizer colorizer, FilterModel filterModel)
Creates a new LoggerNameTreePanel object. -
Uses of FilterModel in org.apache.log4j.chainsaw.color
Fields in org.apache.log4j.chainsaw.color declared as FilterModel Modifier and Type Field Description private FilterModel
ColorPanel. filterModel
Constructors in org.apache.log4j.chainsaw.color with parameters of type FilterModel Constructor Description ColorPanel(RuleColorizer currentLogPanelColorizer, FilterModel filterModel, java.util.Map<java.lang.String,RuleColorizer> allLogPanelColorizers, ApplicationPreferenceModel applicationPreferenceModel)
-