Package org.jdesktop.swingx.autocomplete
Class AutoComplete.SelectionAction
java.lang.Object
org.jdesktop.swingx.autocomplete.AutoComplete.SelectionAction
- All Implemented Interfaces:
ActionListener
,EventListener
,Action
- Enclosing class:
AutoComplete
-
Field Summary
FieldsFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delegate
-
-
Constructor Details
-
SelectionAction
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListener
in interfaceAction
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListener
in interfaceAction
-
getValue
-
putValue
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean b) - Specified by:
setEnabled
in interfaceAction
-