Class FolderNode.FindReplaceAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.inductiveautomation.ignition.client.util.action.BaseAction
- 
- com.inductiveautomation.ignition.designer.navtree.model.AbstractNavTreeNode.PopupAction
- 
- com.inductiveautomation.ignition.designer.navtree.model.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 com.inductiveautomation.ignition.designer.navtree.model.AbstractNavTreeNode.PopupActionactionHandler, selection
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedFindReplaceAction(java.lang.String bundleKey)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexpandAndAddToSelection(AbstractNavTreeNode node)Recursively expands and selects all the children ofnode, blocking.- 
Methods inherited from class com.inductiveautomation.ignition.designer.navtree.model.AbstractNavTreeNode.PopupActionderiveEnabled, setSelection
 - 
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseActioncreate, createButton, createButton, evaluateEnabled, listenTo, listenTo, setBundleKey, setIcon, updateEnabled
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Method Detail- 
expandAndAddToSelectionprotected void expandAndAddToSelection(AbstractNavTreeNode node) Recursively expands and selects all the children ofnode, blocking. Useful for find/replace search contexts that rely on "selected" objects. Similar toAbstractNavTreeNode.expandAndSelect(), but adds to the selection instead of replacing.
 
- 
 
-