Class AbstractResourceUndoAction
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.navtree.model.AbstractResourceUndoAction
 
- 
- All Implemented Interfaces:
- UndoManager.UndoAction
 - Direct Known Subclasses:
- ResourceDeleteAction,- ResourcePasteAction
 
 public abstract class AbstractResourceUndoAction extends java.lang.Object implements UndoManager.UndoAction 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractResourceUndoAction()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.StringactionKey()protected abstract intactionSize()static java.util.List<ProjectResource>extractProjectResources(java.util.List<AbstractResourceNavTreeNode> nodes)Extracts the project resources (deep) contained in and beneath the nodes represented in the list.java.lang.StringgetDescription()The description of the action will be used to determine grouping equality as well as for display purposes.protected abstract java.lang.StringobjectKey()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.designer.UndoManager.UndoActionexecute, isGroupSequenceIndependent, undo
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptionpublic java.lang.String getDescription() Description 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() 
 - 
objectKeyprotected abstract java.lang.String objectKey() 
 - 
actionKeyprotected abstract java.lang.String actionKey() 
 - 
extractProjectResourcespublic static java.util.List<ProjectResource> extractProjectResources(java.util.List<AbstractResourceNavTreeNode> nodes) Extracts the project resources (deep) contained in and beneath the nodes represented in the list.
 
- 
 
-