Uses of Interface
editor.util.IProgressCallback
Packages that use IProgressCallback
-
Uses of IProgressCallback in editor
Methods in editor with parameters of type IProgressCallbackModifier and TypeMethodDescriptionTypeNameCache.getAllTypeNames
(IProgressCallback progress) TypeNameCache.getAllTypeNamesCache
(IProgressCallback progress) -
Uses of IProgressCallback in editor.search
Methods in editor.search with parameters of type IProgressCallbackModifier and TypeMethodDescriptionboolean
AbstractSearcher.searchTree
(FileTree tree, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) boolean
AbstractSearcher.searchTrees
(List<FileTree> trees, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) -
Uses of IProgressCallback in editor.shipit
Methods in editor.shipit with parameters of type IProgressCallbackModifier and TypeMethodDescriptionboolean
Compiler.compileTree
(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel) private void
ExperimentBuild.fullCompileSources
(Collection<FileTree> sources, ICompileConsumer consumer, MessagesPanel messages, boolean[] bRes, boolean[] bFinished, Compiler compiler, IProgressCallback progress) private void
ExperimentBuild.incrementalCompileSources
(Collection<IType> sources, ICompileConsumer consumer, MessagesPanel messages, boolean[] bRes, boolean[] bFinished, Compiler compiler, IProgressCallback progress) -
Uses of IProgressCallback in editor.util
Classes in editor.util that implement IProgressCallbackModifier and TypeClassDescriptionclass
A helper class for displaying aProgressWindow
while a task executes in a worker thread.Methods in editor.util with parameters of type IProgressCallback