public class UndoConvertToContainer extends AbstractUndoAction
| Constructor and Description |
|---|
UndoConvertToContainer(BasicContainer group) |
| 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 UndoConvertToContainer(BasicContainer group)
public boolean undo()
UndoManager.UndoActionpublic boolean execute()
UndoManager.UndoAction