uic.themes
Class UICComboBoxKeyManager

java.lang.Object
  extended byuic.themes.UICComboBoxKeyManager
All Implemented Interfaces:
JComboBox.KeySelectionManager, Serializable

public class UICComboBoxKeyManager
extends Object
implements JComboBox.KeySelectionManager, Serializable

See Also:
Serialized Form

Constructor Summary
UICComboBoxKeyManager()
           
 
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
 

Constructor Detail

UICComboBoxKeyManager

public UICComboBoxKeyManager()
Method Detail

selectionForKey

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


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence