oracle.forms.fd
Class LAF_XP_ComboBox.MyKeySelectionManager

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

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


Field Summary
(package private)  long lastKeyTime
           
(package private)  java.lang.String pattern
           
 
Constructor Summary
LAF_XP_ComboBox.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
Constructor Detail

LAF_XP_ComboBox.MyKeySelectionManager

LAF_XP_ComboBox.MyKeySelectionManager()
Method Detail

selectionForKey

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