Class UndoUngroup
java.lang.Object
com.inductiveautomation.factorypmi.designer.workspace.undo.AbstractUndoAction
com.inductiveautomation.factorypmi.designer.workspace.undo.UndoUngroup
- All Implemented Interfaces:
 UndoManager.UndoAction
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a de-constructed component group for helping to support undo/redo - 
Constructor Summary
ConstructorsConstructorDescriptionUndoUngroup(WindowWorkspace.Handler handler, List<UndoUngroup.ComponentGroup> groups)  - 
Method Summary
Methods inherited from class com.inductiveautomation.factorypmi.designer.workspace.undo.AbstractUndoAction
getDescription, getDescriptionArgs, isGroupSequenceIndependent 
- 
Constructor Details
- 
UndoUngroup
 
 - 
 - 
Method Details
- 
undo
public boolean undo()Description copied from interface:UndoManager.UndoActionThis function will reverse the action- Returns:
 - false if the undo failed
 
 - 
execute
public boolean execute()Description copied from interface:UndoManager.UndoActionThis function executes (redoes) the action- Returns:
 - false if the execution failed
 
 
 -