Class DelegateAction.PassthroughDelegateAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
    Enclosing class:
    DelegateAction

    public static class DelegateAction.PassthroughDelegateAction
    extends DelegateAction
    See Also:
    Serialized Form
    • Constructor Detail

      • PassthroughDelegateAction

        public PassthroughDelegateAction()
    • Method Detail

      • delegateActionPerformed

        public boolean delegateActionPerformed​(java.awt.event.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.
      • isDelegateEnabled

        public boolean isDelegateEnabled()
        Description copied from class: DelegateAction
        Checks if an action can be performed. Returns true if delegateActionPerformed would perform an action. Otherwise returns false.
        Overrides:
        isDelegateEnabled in class DelegateAction
        Returns:
        true if the action can be performed.