java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Actionpublic static class DelegateAction.PassthroughDelegateAction extends DelegateAction
DelegateAction.PassthroughDelegateAction| Constructor | Description |
|---|---|
PassthroughDelegateAction() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
delegateActionPerformed(java.awt.event.ActionEvent e) |
Performs an action.
|
boolean |
isDelegateEnabled() |
Checks if an action can be performed.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabledactionPerformed, getAction, getTarget, isEnabled, replaceAction, replaceAction, replaceAction, replaceAction, replaceAction, restoreAction, restoreAction, restoreAction, setAction, setTargetpublic boolean delegateActionPerformed(java.awt.event.ActionEvent e)
DelegateActiondelegateActionPerformed in class DelegateActione - the action event.public boolean isDelegateEnabled()
DelegateActionisDelegateEnabled in class DelegateActiontrue if the action can be performed.