kei.component
Class KDateSelector.IndexKeySelectionManager

java.lang.Object
  |
  +--kei.component.KDateSelector.IndexKeySelectionManager
All Implemented Interfaces:
JComboBox.KeySelectionManager
Enclosing class:
KDateSelector

class KDateSelector.IndexKeySelectionManager
extends Object
implements JComboBox.KeySelectionManager

ƒL?[ƒ{?[ƒh‚É‚æ‚é ComboBox ‘I‘ð‚Ì‚½‚߂̃Nƒ‰ƒX‚Å‚·?B ƒL?[ƒ{?[ƒh(?”Žš)‚ʼnŸ‚³‚ꂽ?”’l‚ð index ‚Æ‚µ‚½—v‘f‚ð‘I‘ð‚µ‚Ü‚·?B


Field Summary
(package private)  int add
           
(package private)  int digit
          Œ…?”
(package private)  long old
           
(package private)  String str
           
 
Constructor Summary
KDateSelector.IndexKeySelectionManager(int digit)
           
KDateSelector.IndexKeySelectionManager(int digit, int add)
           
 
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
Œ…?”


add

int add

old

long old

str

String str
Constructor Detail

KDateSelector.IndexKeySelectionManager

public KDateSelector.IndexKeySelectionManager(int digit)
Parameters:
digit - Œ…?”

KDateSelector.IndexKeySelectionManager

public KDateSelector.IndexKeySelectionManager(int digit,
                                              int add)
Method Detail

selectionForKey

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