Package jetbrains.mps.smodel
Class UndoRunnable.Base
- java.lang.Object
 - 
- jetbrains.mps.smodel.UndoRunnable.Base
 
 
- 
- All Implemented Interfaces:
 Runnable,UndoRunnable
- Enclosing interface:
 - UndoRunnable
 
public abstract static class UndoRunnable.Base extends Object implements UndoRunnable
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface jetbrains.mps.smodel.UndoRunnable
UndoRunnable.Base 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()StringgetName()booleanshallConfirmUndo() 
 - 
 
- 
- 
Method Detail
- 
getName
public String getName()
- Specified by:
 getNamein interfaceUndoRunnable
 
- 
getGroupId
public String getGroupId()
- Specified by:
 getGroupIdin interfaceUndoRunnable
 
- 
shallConfirmUndo
public boolean shallConfirmUndo()
- Specified by:
 shallConfirmUndoin interfaceUndoRunnable
 
 - 
 
 -