|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ToolWindowManagerListener
The listener interface for receiving "interesting" events (tool registered, tool unregistered, group added, group removed) on the tool window manager.
The listener object created is then registered with the tool window manager using theaddToolWindowManagerListener
method.
ToolWindowManager,
ToolWindowManager.addToolWindowManagerListener(ToolWindowManagerListener)| Method Summary | |
|---|---|
void |
toolWindowGroupAdded(ToolWindowManagerEvent event)
Invoked when a tool group has been added to the manager. |
void |
toolWindowGroupRemoved(ToolWindowManagerEvent event)
Invoked when a tool group has been removed from the manager. |
void |
toolWindowRegistered(ToolWindowManagerEvent event)
Invoked when a tool has been registered to the manager. |
void |
toolWindowUnregistered(ToolWindowManagerEvent event)
Invoked when a tool has been unregistered from the manager. |
| Method Detail |
|---|
void toolWindowRegistered(ToolWindowManagerEvent event)
event - the fired event.ToolWindowManagerEventvoid toolWindowUnregistered(ToolWindowManagerEvent event)
event - the fired event.ToolWindowManagerEventvoid toolWindowGroupAdded(ToolWindowManagerEvent event)
event - the fired event.ToolWindowManagerEventvoid toolWindowGroupRemoved(ToolWindowManagerEvent event)
event - the fired event.ToolWindowManagerEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||