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 Set<String>TypeNameCache. getAllTypeNames(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, 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 IProgressCallback Modifier and Type Method Description booleanCompiler. compileTree(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel) -
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)
-