oracle.forms.fd
Class LAF_XP_PopList.MyKeySelectionManager

java.lang.Object
  extended by oracle.forms.fd.LAF_XP_PopList.MyKeySelectionManager
All Implemented Interfaces:
javax.swing.JComboBox.KeySelectionManager
Enclosing class:
LAF_XP_PopList

 class LAF_XP_PopList.MyKeySelectionManager
extends java.lang.Object
implements javax.swing.JComboBox.KeySelectionManager


Field Summary
(package private)  int iKey
           
(package private)  long lastKeyTime
           
(package private)  java.lang.String pattern
           
 
Constructor Summary
LAF_XP_PopList.MyKeySelectionManager()
           
 
Method Summary
 int selectionForKey(char aKey, javax.swing.ComboBoxModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastKeyTime

long lastKeyTime

pattern

java.lang.String pattern

iKey

int iKey
Constructor Detail

LAF_XP_PopList.MyKeySelectionManager

LAF_XP_PopList.MyKeySelectionManager()
Method Detail

selectionForKey

public int selectionForKey(char aKey,
                           javax.swing.ComboBoxModel model)
Specified by:
selectionForKey in interface javax.swing.JComboBox.KeySelectionManager