de.uni_paderborn.fujaba.gui
Class StereotypeDialog.StereotypePanel.ComboBoxKeyListener

java.lang.Object
  extended byjava.awt.event.KeyAdapter
      extended byde.uni_paderborn.fujaba.gui.StereotypeDialog.StereotypePanel.ComboBoxKeyListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener
Enclosing class:
StereotypeDialog.StereotypePanel

class StereotypeDialog.StereotypePanel.ComboBoxKeyListener
extends java.awt.event.KeyAdapter

Checks the stereotype combobox for keyboard events. If the entered stereotype is not in the list of existing stereotypes, the add button is enabled, otherwise disabaled.

Version:
$Revision: 1.25 $
Author:
$Author: trinet $

Constructor Summary
(package private) StereotypeDialog.StereotypePanel.ComboBoxKeyListener()
           
 
Method Summary
 void keyTyped(java.awt.event.KeyEvent e)
          Invoked when a key has been typed.
 
Methods inherited from class java.awt.event.KeyAdapter
keyPressed, keyReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StereotypeDialog.StereotypePanel.ComboBoxKeyListener

StereotypeDialog.StereotypePanel.ComboBoxKeyListener()
Method Detail

keyTyped

public void keyTyped(java.awt.event.KeyEvent e)
Invoked when a key has been typed. This event occurs when a key press is followed by a key release.

Parameters:
e - No description provided