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 TypeMethodDescriptionbooleanAbstractSearcher.searchTree(FileTree tree, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) booleanAbstractSearcher.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 TypeMethodDescriptionbooleanCompiler.compileTree(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel) private voidExperimentBuild.fullCompileSources(Collection<FileTree> sources, ICompileConsumer consumer, MessagesPanel messages, boolean[] bRes, boolean[] bFinished, Compiler compiler, IProgressCallback progress) private voidExperimentBuild.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 TypeClassDescriptionclassA helper class for displaying aProgressWindowwhile a task executes in a worker thread.Methods in editor.util with parameters of type IProgressCallback