kei.swing
Class KComboBoxYMD.WithKeySelectionManager

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

class KComboBoxYMD.WithKeySelectionManager
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
KComboBoxYMD.WithKeySelectionManager(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

KComboBoxYMD.WithKeySelectionManager

public KComboBoxYMD.WithKeySelectionManager(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