public class UndoUngroup extends AbstractUndoAction
| Constructor and Description |
|---|
UndoUngroup(WindowWorkspace.Handler handler,
java.util.List<javax.swing.JComponent> groups,
java.util.List<java.util.List<javax.swing.JComponent>> components) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute()
This function executes (redoes) the action
|
boolean |
undo()
This function will reverse the action
|
getDescription, getDescriptionArgs, isGroupSequenceIndependentpublic UndoUngroup(WindowWorkspace.Handler handler, java.util.List<javax.swing.JComponent> groups, java.util.List<java.util.List<javax.swing.JComponent>> components)
public boolean undo()
UndoManager.UndoActionpublic boolean execute()
UndoManager.UndoAction