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.PopupAction
actionHandler, selection
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FindReplaceAction(java.lang.String bundleKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
expandAndAddToSelection(AbstractNavTreeNode node)
Recursively expands and selects all the children ofnode
, blocking.-
Methods inherited from class com.inductiveautomation.ignition.designer.navtree.model.AbstractNavTreeNode.PopupAction
deriveEnabled, setSelection
-
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseAction
create, createButton, createButton, evaluateEnabled, listenTo, listenTo, setBundleKey, setIcon, updateEnabled
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
expandAndAddToSelection
protected 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.
-
-