Package org.jdesktop.swingx
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 TypeMethodDescriptionint
selectionForKey
(char aKey, ComboBoxModel aModel) void
updateUI()
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:
selectionForKey
in interfaceJComboBox.KeySelectionManager
-
updateUI
public void updateUI()Description copied from interface:UIDependent
Updates all internal visuals after changing a UI-delegate.- Specified by:
updateUI
in interfaceUIDependent
- See Also:
-