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, waitinit, isApplicable, isDoNotActivateOnStartpublic boolean shouldBeAvailable(Project project)
ToolWindowFactoryshouldBeAvailable in interface ToolWindowFactoryToolWindow.isAvailable()public void createToolWindowContent(Project project, ToolWindow toolWindow)
createToolWindowContent in interface ToolWindowFactorypublic static void wakeup(Project project, boolean activate)