Class DefaultAutoCompleteField<T>

    • Method Detail

      • getOptionSeparator

        public char getOptionSeparator()
      • getPopupDelay

        public int getPopupDelay()
      • getPopupHeight

        public int getPopupHeight()
      • getValue

        public Object getValue()
      • getValues

        public Object[] getValues()
      • isCustomValueAllowed

        public boolean isCustomValueAllowed()
      • isMultipleSelectionAllowed

        public boolean isMultipleSelectionAllowed()
      • setAutoCompleteItemRenderer

        public void setAutoCompleteItemRenderer​(ListCellRenderer<T> renderer)
      • setCaretPosition

        public void setCaretPosition​(int pos)
      • setCustomValueAllowed

        public void setCustomValueAllowed​(boolean customValueAllowed)
      • setEnabled

        public void setEnabled​(boolean enabled)
        Overrides:
        setEnabled in class JComponent
      • setMultipleSelectionAllowed

        public void setMultipleSelectionAllowed​(boolean multipleSelectionAllowed)
      • setOptionSeparator

        public void setOptionSeparator​(char optionSeparator)
      • setPopupDelay

        public void setPopupDelay​(int popupDelay)
      • setPopupHeight

        public void setPopupHeight​(int popupHeight)
      • setValue

        public void setValue​(Object value)
      • setValues

        public void setValues​(Object[] values)
      • main

        public static void main​(String[] args)