Class AbstractResourceUndoAction
java.lang.Object
com.inductiveautomation.ignition.designer.navtree.model.AbstractResourceUndoAction
- All Implemented Interfaces:
- UndoManager.UndoAction
- Direct Known Subclasses:
- ResourceDeleteAction,- ResourcePasteAction
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract Stringprotected abstract intstatic List<ProjectResource>Extracts the project resources (deep) contained in and beneath the nodes represented in the list.The description of the action will be used to determine grouping equality as well as for display purposes.protected abstract StringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.designer.UndoManager.UndoActionexecute, isGroupSequenceIndependent, undo
- 
Constructor Details- 
AbstractResourceUndoActionprotected AbstractResourceUndoAction()
 
- 
- 
Method Details- 
getDescriptionDescription copied from interface:UndoManager.UndoActionThe description of the action will be used to determine grouping equality as well as for display purposes.- Specified by:
- getDescriptionin interface- UndoManager.UndoAction
 
- 
actionSizeprotected abstract int actionSize()
- 
objectKey
- 
actionKey
- 
extractProjectResourcespublic static List<ProjectResource> extractProjectResources(List<AbstractResourceNavTreeNode> nodes) Extracts the project resources (deep) contained in and beneath the nodes represented in the list.
 
-