Package de.sciss.gui

Interface ComboBoxEditor

  • All Superinterfaces:
    javax.swing.ComboBoxEditor
    All Known Implementing Classes:
    ParamField, PrefParamField, PrefTextField

    public interface ComboBoxEditor
    extends javax.swing.ComboBoxEditor
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setComboGate​(boolean gate)  
      • Methods inherited from interface javax.swing.ComboBoxEditor

        addActionListener, getEditorComponent, getItem, removeActionListener, selectAll, setItem
    • Method Detail

      • setComboGate

        void setComboGate​(boolean gate)