com.jidesoft.combobox
Class AbstractComboBox.LazyDelegateAction
java.lang.Object
javax.swing.AbstractAction
com.jidesoft.swing.DelegateAction
com.jidesoft.combobox.AbstractComboBox.LazyDelegateAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
- AbstractComboBox.EnterLazyDelegateAction
- Enclosing class:
- AbstractComboBox
protected class AbstractComboBox.LazyDelegateAction
- extends DelegateAction
- See Also:
- Serialized Form
Fields 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 |
Methods inherited from class com.jidesoft.swing.DelegateAction |
actionPerformed, getAction, getTarget, isDelegateEnabled, isEnabled, replaceAction, replaceAction, replaceAction, replaceAction, replaceAction, restoreAction, restoreAction, restoreAction, setAction, setTarget |
_keyStroke
protected KeyStroke _keyStroke
AbstractComboBox.LazyDelegateAction
public AbstractComboBox.LazyDelegateAction(KeyStroke keyStroke)
delegateActionPerformed
public boolean delegateActionPerformed(ActionEvent e)
- Description copied from class:
DelegateAction
- Performs an action. Returns true if no further action should be taken for this keystroke. Otherwise, returns
false.
- Specified by:
delegateActionPerformed
in class DelegateAction
- Parameters:
e
- the action event.
- Returns:
- true if no further action should be taken for this keystroke. Otherwise, returns false.