public class UndoGroup extends AbstractUndoAction
| Constructor and Description |
|---|
UndoGroup(WindowWorkspace.Handler handler,
java.util.List<javax.swing.JComponent> components,
javax.swing.JComponent newGroup) |
| 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 UndoGroup(WindowWorkspace.Handler handler, java.util.List<javax.swing.JComponent> components, javax.swing.JComponent newGroup)
public boolean undo()
UndoManager.UndoActionpublic boolean execute()
UndoManager.UndoAction