public class ProblemsViewToolWindowFactory extends java.lang.Object implements ToolWindowFactory, DumbAware
Constructor and Description |
---|
ProblemsViewToolWindowFactory() |
Modifier and Type | Method and Description |
---|---|
void |
createToolWindowContent(Project project,
ToolWindow toolWindow) |
boolean |
shouldBeAvailable(Project project)
Check if tool window (and its stripe button) should be visible after startup.
|
static void |
wakeup(Project project,
boolean activate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init, isApplicable, isDoNotActivateOnStart
public boolean shouldBeAvailable(Project project)
ToolWindowFactory
shouldBeAvailable
in interface ToolWindowFactory
ToolWindow.isAvailable()
public void createToolWindowContent(Project project, ToolWindow toolWindow)
createToolWindowContent
in interface ToolWindowFactory
public static void wakeup(Project project, boolean activate)