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, isGroupSequenceIndependent
public UndoGroup(WindowWorkspace.Handler handler, java.util.List<javax.swing.JComponent> components, javax.swing.JComponent newGroup)
public boolean undo()
UndoManager.UndoAction
public boolean execute()
UndoManager.UndoAction