Class JXComboBox.StringValueKeySelectionManager

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.JComboBox.KeySelectionManager, UIDependent
    Enclosing class:
    JXComboBox

    class JXComboBox.StringValueKeySelectionManager
    extends java.lang.Object
    implements javax.swing.JComboBox.KeySelectionManager, java.io.Serializable, UIDependent
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long lastTime  
      private java.lang.String prefix  
      private long timeFactor  
      private java.lang.String typedString  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int selectionForKey​(char aKey, javax.swing.ComboBoxModel aModel)  
      void updateUI()
      Updates all internal visuals after changing a UI-delegate.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timeFactor

        private long timeFactor
      • lastTime

        private long lastTime
      • prefix

        private java.lang.String prefix
      • typedString

        private java.lang.String typedString
    • Constructor Detail

      • StringValueKeySelectionManager

        public StringValueKeySelectionManager()
    • Method Detail

      • selectionForKey

        public int selectionForKey​(char aKey,
                                   javax.swing.ComboBoxModel aModel)
        Specified by:
        selectionForKey in interface javax.swing.JComboBox.KeySelectionManager
      • updateUI

        public void updateUI()
        Description copied from interface: UIDependent
        Updates all internal visuals after changing a UI-delegate.
        Specified by:
        updateUI in interface UIDependent
        See Also:
        JComponent.updateUI()