Class FolderNode.FindReplaceAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
FolderNode

protected abstract static class FolderNode.FindReplaceAction extends AbstractNavTreeNode.PopupAction
See Also:
  • Constructor Details

    • FindReplaceAction

      protected FindReplaceAction(String bundleKey)
  • Method Details

    • 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.