Class FlatComboBoxUI.EditorDelegateAction

java.lang.Object
javax.swing.AbstractAction
com.formdev.flatlaf.ui.FlatComboBoxUI.EditorDelegateAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
FlatComboBoxUI

private class FlatComboBoxUI.EditorDelegateAction extends AbstractAction
Delegates actions from editor text field to combobox.
  • Field Details

    • keyStroke

      private final KeyStroke keyStroke
  • Constructor Details

    • EditorDelegateAction

      EditorDelegateAction(InputMap inputMap, KeyStroke keyStroke)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)