Class ComboBoxEditor

  • All Implemented Interfaces:
    java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor

    public class ComboBoxEditor
    extends javax.swing.plaf.metal.MetalComboBoxEditor
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.plaf.metal.MetalComboBoxEditor

        javax.swing.plaf.metal.MetalComboBoxEditor.UIResource
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected AbstractAutoComboModel<java.lang.Object> model
      The model.
      protected java.lang.Object val
      The value.
      • Fields inherited from class javax.swing.plaf.metal.MetalComboBoxEditor

        editorBorderInsets
      • Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor

        editor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getItem()
      Get the item.
      void setItem​(java.lang.Object obj)
      Set the item.
      • Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor

        addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, removeActionListener, selectAll
      • Methods inherited from class java.lang.Object

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

      • val

        protected java.lang.Object val
        The value.
    • Method Detail

      • setItem

        public void setItem​(java.lang.Object obj)
        Set the item.
        Specified by:
        setItem in interface javax.swing.ComboBoxEditor
        Overrides:
        setItem in class javax.swing.plaf.basic.BasicComboBoxEditor
      • getItem

        public java.lang.Object getItem()
        Get the item.
        Specified by:
        getItem in interface javax.swing.ComboBoxEditor
        Overrides:
        getItem in class javax.swing.plaf.basic.BasicComboBoxEditor