Uses of Class
editor.MessagesPanel
Packages that use MessagesPanel
-
Uses of MessagesPanel in editor
Fields in editor declared as MessagesPanelMethods in editor that return MessagesPanelModifier and TypeMethodDescriptionGosuPanel.getMessagesPanel()GosuPanel.showMessages(boolean bShow) -
Uses of MessagesPanel in editor.debugger
Methods in editor.debugger that return MessagesPanel -
Uses of MessagesPanel in editor.shipit
Methods in editor.shipit with parameters of type MessagesPanelModifier and TypeMethodDescriptionbooleanCompiler.compile(IType type, ICompileConsumer consumer, MessagesPanel messages) private booleanCompiler.compileGosu(IGosuClass gsClass, ICompileConsumer consumer, MessagesPanel messages) private booleanCompiler.compileJava(IJavaType javaType, ICompileConsumer consumer, MessagesPanel messages) booleanCompiler.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) private voidCompiler.updateMessageTree(MessagesPanel messages)