xmlBlaster 2.2.0 API

org.xmlBlaster
Class MainGUI.XPathKeyListener

java.lang.Object
  extended by org.xmlBlaster.MainGUI.XPathKeyListener
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener
Enclosing class:
MainGUI

private class MainGUI.XPathKeyListener
extends java.lang.Object
implements java.awt.event.KeyListener

Handles return key when a XPath query is entered into the TextField.


Constructor Summary
private MainGUI.XPathKeyListener()
           
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent ev)
          Access XPath query string (event from KeyListener).
 void keyReleased(java.awt.event.KeyEvent ev)
           
 void keyTyped(java.awt.event.KeyEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainGUI.XPathKeyListener

private MainGUI.XPathKeyListener()
Method Detail

keyPressed

public final void keyPressed(java.awt.event.KeyEvent ev)
Access XPath query string (event from KeyListener).

Specified by:
keyPressed in interface java.awt.event.KeyListener

keyReleased

public final void keyReleased(java.awt.event.KeyEvent ev)
Specified by:
keyReleased in interface java.awt.event.KeyListener

keyTyped

public final void keyTyped(java.awt.event.KeyEvent ev)
Specified by:
keyTyped in interface java.awt.event.KeyListener

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.