public interface ConsoleView extends ExecutionConsole
Disposable.Parent
CONSOLE_CONTENT_ID
Modifier and Type | Method and Description |
---|---|
void |
addMessageFilter(Filter filter) |
void |
allowHeavyFilters() |
void |
attachToProcess(ProcessHandler processHandler) |
boolean |
canPause() |
void |
clear() |
AnAction [] |
createConsoleActions() |
int |
getContentSize() |
boolean |
hasDeferredOutput() |
boolean |
isOutputPaused() |
void |
performWhenNoDeferredOutput(java.lang.Runnable runnable) |
void |
print(java.lang.String text,
ConsoleViewContentType contentType) |
void |
printHyperlink(java.lang.String hyperlinkText,
HyperlinkInfo info) |
default void |
requestScrollingToEnd() |
void |
scrollTo(int offset) |
void |
setHelpId(java.lang.String helpId) |
void |
setOutputPaused(boolean value) |
getComponent, getPreferredFocusableComponent
dispose
void print(java.lang.String text, ConsoleViewContentType contentType)
void clear()
void scrollTo(int offset)
void attachToProcess(ProcessHandler processHandler)
default void requestScrollingToEnd()
void setOutputPaused(boolean value)
boolean isOutputPaused()
boolean hasDeferredOutput()
void performWhenNoDeferredOutput(java.lang.Runnable runnable)
void setHelpId(java.lang.String helpId)
void addMessageFilter(Filter filter)
void printHyperlink(java.lang.String hyperlinkText, HyperlinkInfo info)
int getContentSize()
boolean canPause()
AnAction [] createConsoleActions()
void allowHeavyFilters()