Class FolderNode.FindReplaceAction

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

    protected abstract static class FolderNode.FindReplaceAction
    extends AbstractNavTreeNode.PopupAction
    See Also:
    Serialized Form
    • 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FindReplaceAction​(java.lang.String bundleKey)  
    • Constructor Detail

      • FindReplaceAction

        protected FindReplaceAction​(java.lang.String bundleKey)
    • Method Detail

      • expandAndAddToSelection

        protected void expandAndAddToSelection​(AbstractNavTreeNode node)
        Recursively expands and selects all the children of node, blocking. Useful for find/replace search contexts that rely on "selected" objects. Similar to AbstractNavTreeNode.expandAndSelect(), but adds to the selection instead of replacing.