kei.swing
Class KComboBoxMD.IndexKeySelectionManager

java.lang.Object
  |
  +--kei.swing.KComboBoxMD.IndexKeySelectionManager
All Implemented Interfaces:
JComboBox.KeySelectionManager, Serializable
Enclosing class:
KComboBoxMD

class KComboBoxMD.IndexKeySelectionManager
extends Object
implements JComboBox.KeySelectionManager, Serializable

ƒL?[ƒ{?[ƒh‚É‚æ‚éComboBox‘I‘ð‚Ì‚½‚ß‚Ì“à•”ƒNƒ‰ƒX


Field Summary
(package private)  int digit
           
(package private)  long old
           
(package private)  String str
           
(package private)  int threshold
           
 
Constructor Summary
KComboBoxMD.IndexKeySelectionManager(int digit, int threshold)
           
 
Method Summary
 int selectionForKey(char aKey, ComboBoxModel aModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

digit

int digit

threshold

int threshold

old

long old

str

String str
Constructor Detail

KComboBoxMD.IndexKeySelectionManager

public KComboBoxMD.IndexKeySelectionManager(int digit,
                                            int threshold)
Parameters:
digit - Œ…?”
threshold - ˜A‘±‚µ‚½ƒL?[ƒ{?[ƒh‚Ì“ü—͂ɑ΂·‚é臒l(ms)
Method Detail

selectionForKey

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