Class UndoUngroup
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.designer.workspace.undo.AbstractUndoAction
- 
- com.inductiveautomation.factorypmi.designer.workspace.undo.UndoUngroup
 
 
- 
- All Implemented Interfaces:
- UndoManager.UndoAction
 
 public class UndoUngroup extends AbstractUndoAction 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUndoUngroup.ComponentGroupRepresents a de-constructed component group for helping to support undo/redo
 - 
Constructor SummaryConstructors Constructor Description UndoUngroup(WindowWorkspace.Handler handler, java.util.List<UndoUngroup.ComponentGroup> groups)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute()This function executes (redoes) the actionbooleanundo()This function will reverse the action- 
Methods inherited from class com.inductiveautomation.factorypmi.designer.workspace.undo.AbstractUndoActiongetDescription, getDescriptionArgs, isGroupSequenceIndependent
 
- 
 
- 
- 
- 
Constructor Detail- 
UndoUngrouppublic UndoUngroup(WindowWorkspace.Handler handler, java.util.List<UndoUngroup.ComponentGroup> groups) 
 
- 
 - 
Method Detail- 
undopublic boolean undo() Description copied from interface:UndoManager.UndoActionThis function will reverse the action- Returns:
- false if the undo failed
 
 - 
executepublic boolean execute() Description copied from interface:UndoManager.UndoActionThis function executes (redoes) the action- Returns:
- false if the execution failed
 
 
- 
 
-