Package com.formdev.flatlaf.ui
Class FlatComboBoxUI.EditorDelegateAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.formdev.flatlaf.ui.FlatComboBoxUI.EditorDelegateAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- FlatComboBoxUI
private class FlatComboBoxUI.EditorDelegateAction extends javax.swing.AbstractAction
Delegates actions from editor text field to combobox.
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.KeyStroke
keyStroke
-
Constructor Summary
Constructors Constructor Description EditorDelegateAction(javax.swing.InputMap inputMap, javax.swing.KeyStroke keyStroke)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-