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 TypeMethodDescriptionboolean
Compiler.compile
(IType type, ICompileConsumer consumer, MessagesPanel messages) private boolean
Compiler.compileGosu
(IGosuClass gsClass, ICompileConsumer consumer, MessagesPanel messages) private boolean
Compiler.compileJava
(IJavaType javaType, ICompileConsumer consumer, MessagesPanel messages) boolean
Compiler.compileTree
(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel) private void
ExperimentBuild.fullCompileSources
(Collection<FileTree> sources, ICompileConsumer consumer, MessagesPanel messages, boolean[] bRes, boolean[] bFinished, Compiler compiler, IProgressCallback progress) private void
ExperimentBuild.incrementalCompileSources
(Collection<IType> sources, ICompileConsumer consumer, MessagesPanel messages, boolean[] bRes, boolean[] bFinished, Compiler compiler, IProgressCallback progress) private void
Compiler.updateMessageTree
(MessagesPanel messages)