Log4j 1.3alpha-3

org.apache.log4j.rule
Class ExpressionRuleContext

java.lang.Object
  |
  +--java.awt.event.KeyAdapter
        |
        +--org.apache.log4j.rule.ExpressionRuleContext
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener

public class ExpressionRuleContext
extends java.awt.event.KeyAdapter

A popup menu which assists in building expression rules. Completes event keywords, operators and context if available.

Author:
Scott Deboy

Constructor Summary
ExpressionRuleContext(FilterModel filterModel, javax.swing.JTextField textField)
           
 
Method Summary
 void displayContext()
           
 void keyPressed(java.awt.event.KeyEvent e)
           
 
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionRuleContext

public ExpressionRuleContext(FilterModel filterModel,
                             javax.swing.JTextField textField)
Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Specified by:
keyPressed in interface java.awt.event.KeyListener
Overrides:
keyPressed in class java.awt.event.KeyAdapter

displayContext

public void displayContext()

Log4j 1.3alpha-3

Copyright 2000-2003 Apache Software Foundation.