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 boolean
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 IProgressCallback Modifier and Type Method Description boolean
Compiler. 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 class
ProgressFeedback
A helper class for displaying aProgressWindow
while a task executes in a worker thread.Methods in editor.util with parameters of type IProgressCallback Modifier and Type Method Description void
IRunnableWithProgress. run(IProgressCallback cbProgress)
-