Uses of Interface
editor.util.IProgressCallback
-
Packages that use IProgressCallback Package Description editor editor.search editor.shipit editor.util -
-
Uses of IProgressCallback in editor
Methods in editor with parameters of type IProgressCallback Modifier and Type Method Description java.util.Set<java.lang.String>TypeNameCache. getAllTypeNames(IProgressCallback progress)private java.util.Set<java.lang.String>TypeNameCache. getAllTypeNamesCache(IProgressCallback progress) -
Uses of IProgressCallback in editor.search
Methods in editor.search with parameters of type IProgressCallback Modifier and Type Method Description booleanAbstractSearcher. searchTree(FileTree tree, SearchTree results, java.util.function.Predicate<FileTree> filter, IProgressCallback progress)booleanAbstractSearcher. searchTrees(java.util.List<FileTree> trees, SearchTree results, java.util.function.Predicate<FileTree> filter, IProgressCallback progress) -
Uses of IProgressCallback in editor.shipit
Methods in editor.shipit with parameters of type IProgressCallback Modifier and Type Method Description booleanCompiler. compileTree(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel)private voidExperimentBuild. fullCompileSources(java.util.Collection<FileTree> sources, ICompileConsumer consumer, MessagesPanel messages, boolean[] bRes, boolean[] bFinished, Compiler compiler, IProgressCallback progress)private voidExperimentBuild. incrementalCompileSources(java.util.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 IProgressCallback Modifier and Type Class Description classProgressFeedbackA helper class for displaying aProgressWindowwhile a task executes in a worker thread.Methods in editor.util with parameters of type IProgressCallback Modifier and Type Method Description voidIRunnableWithProgress. run(IProgressCallback cbProgress)
-