public final class EventsWatcherToolWindowFactory extends java.lang.Object implements ToolWindowFactory, DumbAware
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TOOL_WINDOW_ID |
Constructor and Description |
---|
EventsWatcherToolWindowFactory() |
Modifier and Type | Method and Description |
---|---|
void |
createToolWindowContent(Project project,
ToolWindow toolWindow) |
void |
init(ToolWindow toolWindow)
Perform additional initialization routine here.
|
boolean |
isApplicable(Project project) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isDoNotActivateOnStart, shouldBeAvailable
public static final java.lang.String TOOL_WINDOW_ID
public void createToolWindowContent(Project project, ToolWindow toolWindow)
createToolWindowContent
in interface ToolWindowFactory
public void init(ToolWindow toolWindow)
ToolWindowFactory
init
in interface ToolWindowFactory
public boolean isApplicable(Project project)
isApplicable
in interface ToolWindowFactory