Package org.jetbrains.mps.openapi.util
-
Interface Summary Interface Description Consumer<T> Processor<T> This class was copied from com.intellij.util.Processor This is different from Consumer class as it can stop processingProgressMonitor This interface is implemented by activity progress monitors.TreeIterator<T> Tree iterator traverses a n-ary tree in a way that a parent node is visited before its children and children are returned left-to-right. -
Enum Summary Enum Description SubProgressKind Defines several types of propagation of textual information (task and step names) from sub-tasks into the outer monitor Evgeny Gryaznov, 10/3/11