Class ComboBoxObjectFieldEditor<T>

  • All Implemented Interfaces:
    javax.swing.ComboBoxEditor

    public final class ComboBoxObjectFieldEditor<T>
    extends java.lang.Object
    implements javax.swing.ComboBoxEditor
    • Method Detail

      • setItem

        public void setItem​(java.lang.Object anObject)
        Specified by:
        setItem in interface javax.swing.ComboBoxEditor
      • selectAll

        public void selectAll()
        Specified by:
        selectAll in interface javax.swing.ComboBoxEditor
      • removeActionListener

        public void removeActionListener​(java.awt.event.ActionListener l)
        Specified by:
        removeActionListener in interface javax.swing.ComboBoxEditor
      • getItem

        public java.lang.Object getItem()
        Specified by:
        getItem in interface javax.swing.ComboBoxEditor
      • getEditorComponent

        public java.awt.Component getEditorComponent()
        Specified by:
        getEditorComponent in interface javax.swing.ComboBoxEditor
      • addActionListener

        public void addActionListener​(java.awt.event.ActionListener l)
        Specified by:
        addActionListener in interface javax.swing.ComboBoxEditor