Package jetbrains.mps.smodel.undo
Interface UndoContext
- 
- All Known Implementing Classes:
 DefaultCommand,DefaultUndoContext,NodeBasedCommand
public interface UndoContext 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SRepositorygetRepository()Iterable<SNode>getVirtualFileNodes(List<SNodeUndoableAction> actions)Deprecated.Use getVirtualFileNodes(SNodeUndoableAction actions) insteadIterable<SNode>getVirtualFileNodes(SNodeUndoableAction action) 
 - 
 
- 
- 
Method Detail
- 
getVirtualFileNodes
@Deprecated Iterable<SNode> getVirtualFileNodes(List<SNodeUndoableAction> actions)
Deprecated.Use getVirtualFileNodes(SNodeUndoableAction actions) instead 
- 
getVirtualFileNodes
Iterable<SNode> getVirtualFileNodes(SNodeUndoableAction action)
 
- 
getRepository
@NotNull SRepository getRepository()
 
 - 
 
 -