Class BasicComboBoxEditor

    • Constructor Detail

      • BasicComboBoxEditor

        public BasicComboBoxEditor()
    • Method Detail

      • getEditorComponent

        public Component getEditorComponent()
        Description copied from interface: ComboBoxEditor
        Return the component that should be added to the tree hierarchy for this editor
      • createEditorComponent

        protected JTextField createEditorComponent()
        Creates the internal editor component. Override this to provide a custom implementation.
        Returns:
        a new editor component
        Since:
        1.6
      • setItem

        public void setItem(Object anObject)
        Sets the item that should be edited.
        Specified by:
        setItem in interface  ComboBoxEditor
        Parameters:
        anObject - the displayed value of the editor
      • getItem

        public Object getItem()
        Description copied from interface: ComboBoxEditor
        Return the edited item
      • selectAll

        public void selectAll()
        Description copied from interface: ComboBoxEditor
        Ask the editor to start editing and to select everything
      • focusGained

        public void focusGained(FocusEvent e)
        Description copied from interface: FocusListener
        Invoked when a component gains the keyboard focus.
      • focusLost

        public void focusLost(FocusEvent e)
        Description copied from interface: FocusListener
        Invoked when a component loses the keyboard focus.
      • addActionListener

        public void addActionListener(ActionListener l)
        Description copied from interface: ComboBoxEditor
        Add an ActionListener. An action event is generated when the edited item changes
      • removeActionListener

        public void removeActionListener(ActionListener l)
        Description copied from interface: ComboBoxEditor
        Remove an ActionListener