JIDE 3.5.15

com.jidesoft.combobox
Class ExComboBox.LazyDelegateAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.jidesoft.swing.DelegateAction
          extended by com.jidesoft.combobox.ExComboBox.LazyDelegateAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
ExComboBox

protected class ExComboBox.LazyDelegateAction
extends DelegateAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jidesoft.swing.DelegateAction
DelegateAction.PassthroughDelegateAction
 
Field Summary
protected  KeyStroke _keyStroke
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
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
 
Constructor Summary
ExComboBox.LazyDelegateAction(KeyStroke keyStroke)
           
 
Method Summary
 boolean delegateActionPerformed(ActionEvent e)
          Performs an action.
 
Methods inherited from class com.jidesoft.swing.DelegateAction
actionPerformed, getAction, getTarget, isDelegateEnabled, isEnabled, replaceAction, replaceAction, replaceAction, replaceAction, replaceAction, restoreAction, restoreAction, restoreAction, setAction, setTarget
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_keyStroke

protected KeyStroke _keyStroke
Constructor Detail

ExComboBox.LazyDelegateAction

public ExComboBox.LazyDelegateAction(KeyStroke keyStroke)
Method Detail

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.

JIDE 3.5.15