Package org.apache.log4j.chainsaw
Class ExpressionRuleContext
- java.lang.Object
-
- java.awt.event.KeyAdapter
-
- org.apache.log4j.chainsaw.ExpressionRuleContext
-
- All Implemented Interfaces:
java.awt.event.KeyListener,EventListener
public class ExpressionRuleContext extends java.awt.event.KeyAdapterA popup menu which assists in building expression rules. Completes event keywords, operators and context if available.- Author:
- Scott Deboy <sdeboy@apache.org>
-
-
Constructor Summary
Constructors Constructor Description ExpressionRuleContext(FilterModel filterModel, javax.swing.text.JTextComponent textComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplayContext()voidkeyPressed(java.awt.event.KeyEvent e)
-
-
-
Constructor Detail
-
ExpressionRuleContext
public ExpressionRuleContext(FilterModel filterModel, javax.swing.text.JTextComponent textComponent)
-
-