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.AbstractActionDelegates actions from editor text field to combobox.
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.KeyStrokekeyStroke
-
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 voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-