Class JXComboBox.StringValueKeySelectionManager
java.lang.Object
org.jdesktop.swingx.JXComboBox.StringValueKeySelectionManager
- All Implemented Interfaces:
Serializable, JComboBox.KeySelectionManager, UIDependent
- Enclosing class:
JXComboBox
class JXComboBox.StringValueKeySelectionManager
extends Object
implements JComboBox.KeySelectionManager, Serializable, UIDependent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintselectionForKey(char aKey, ComboBoxModel aModel) voidupdateUI()Updates all internal visuals after changing a UI-delegate.
-
Field Details
-
timeFactor
private long timeFactor -
lastTime
private long lastTime -
prefix
-
typedString
-
-
Constructor Details
-
StringValueKeySelectionManager
public StringValueKeySelectionManager()
-
-
Method Details
-
selectionForKey
- Specified by:
selectionForKeyin interfaceJComboBox.KeySelectionManager
-
updateUI
public void updateUI()Description copied from interface:UIDependentUpdates all internal visuals after changing a UI-delegate.- Specified by:
updateUIin interfaceUIDependent- See Also:
-