Class FilterDialog.HidingFilterAction

    • Field Summary

      • 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
    • Method Detail

      • executeMultikeyAction

        public void executeMultikeyAction​(int index,
                                          boolean repeatLastAction)
        Description copied from interface: MultikeyShortcutAction
        Execute a multi key action
        Parameters:
        index - The index to execute
        repeatLastAction - true if the last action should be executed if no action is found for the given index.