|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.noos.xing.mydoggy.event.ToolWindowManagerEvent
public class ToolWindowManagerEvent
An event which indicates that an action occurred in the tool window manager.
| Nested Class Summary | |
|---|---|
static class |
ToolWindowManagerEvent.ActionId
Action Identifier Enum. |
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ToolWindowManagerEvent(ToolWindowManager source,
ToolWindowManagerEvent.ActionId actionId,
ToolWindow toolWindow)
Constructs a ToolWindowManagerEvent object with the
specified source tool window manager, actionId, toolWindow. |
|
ToolWindowManagerEvent(ToolWindowManager source,
ToolWindowManagerEvent.ActionId actionId,
ToolWindowGroup toolWindowGroup)
Constructs a ToolWindowManagerEvent object with the
specified source tool window manager, actionId, toolWindowGroup. |
|
| Method Summary | |
|---|---|
ToolWindowManagerEvent.ActionId |
getId()
Returns the action identifier. |
ToolWindow |
getToolWindow()
Returns the tool window subject of the action. |
ToolWindowGroup |
getToolWindowGroup()
Returns the tool window group subject of the action. |
String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ToolWindowManagerEvent(ToolWindowManager source,
ToolWindowManagerEvent.ActionId actionId,
ToolWindow toolWindow)
ToolWindowManagerEvent object with the
specified source tool window manager, actionId, toolWindow.
Creating an invalid event (such as by using ActionId.TOOL_REGISTERED with a null tool window)
results in unspecified behavior.
This method throws an
IllegalArgumentException if source
is null.
source - the tool window manager where the action has occured.actionId - the action identifiertoolWindow - the tool window subject of the action.ToolWindowManager,
ToolWindowManagerEvent.ActionId,
ToolWindow
public ToolWindowManagerEvent(ToolWindowManager source,
ToolWindowManagerEvent.ActionId actionId,
ToolWindowGroup toolWindowGroup)
ToolWindowManagerEvent object with the
specified source tool window manager, actionId, toolWindowGroup.
Creating an invalid event (such as by using ActionId.GROUP_ADDED with a null tool window group)
results in unspecified behavior.
This method throws an
IllegalArgumentException if source
is null.
source - the tool window manager where the action has occured.actionId - the action identifiertoolWindowGroup - the tool window group subject of the action.ToolWindowManager,
ToolWindowManagerEvent.ActionId,
ToolWindowGroup| Method Detail |
|---|
public ToolWindowManagerEvent.ActionId getId()
public ToolWindow getToolWindow()
public ToolWindowGroup getToolWindowGroup()
public String toString()
toString in class EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||