public static class DelegateAction.PassthroughDelegateAction extends DelegateAction
DelegateAction.PassthroughDelegateAction
Constructor and Description |
---|
DelegateAction.PassthroughDelegateAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
delegateActionPerformed(java.awt.event.ActionEvent e)
Performs an action.
|
boolean |
isDelegateEnabled()
Checks if an action can be performed.
|
actionPerformed, getAction, getTarget, isEnabled, replaceAction, replaceAction, replaceAction, replaceAction, replaceAction, restoreAction, restoreAction, restoreAction, setAction, setTarget
public DelegateAction.PassthroughDelegateAction()
public boolean delegateActionPerformed(java.awt.event.ActionEvent e)
DelegateAction
delegateActionPerformed
in class DelegateAction
e
- the action event.public boolean isDelegateEnabled()
DelegateAction
isDelegateEnabled
in class DelegateAction
true
if the action can be performed.