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 Details

    • timeFactor

      private long timeFactor
    • lastTime

      private long lastTime
    • prefix

      private String prefix
    • typedString

      private String typedString
  • Constructor Details

    • StringValueKeySelectionManager

      public StringValueKeySelectionManager()
  • Method Details