|
||||||||||
| 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.ToolWindowGroupEvent
public class ToolWindowGroupEvent
An event which indicates that an action occurred in a tool window group.
| Nested Class Summary | |
|---|---|
static class |
ToolWindowGroupEvent.ActionId
An event which indicates that an action occurred in the tool window manager. |
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ToolWindowGroupEvent(ToolWindowManager source,
ToolWindowGroupEvent.ActionId actionId,
ToolWindowGroup toolWindowGroup)
Constructs a ToolWindowGroupEvent object with the
specified source tool window manager, actionId, toolWindowGroup. |
|
ToolWindowGroupEvent(ToolWindowManager source,
ToolWindowGroupEvent.ActionId actionId,
ToolWindowGroup toolWindowGroup,
ToolWindow toolWindow)
Constructs a ToolWindowGroupEvent object with the
specified source tool window manager, actionId, toolWindowGroup, toolWindow. |
|
| Method Summary | |
|---|---|
ToolWindowGroupEvent.ActionId |
getId()
Returns the action identifier. |
ToolWindow |
getToolWindow()
Returns the tool window involved in the action. |
ToolWindowGroup |
getToolWindowGroup()
Returns the tool window group on whiche the action is occured. |
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 ToolWindowGroupEvent(ToolWindowManager source,
ToolWindowGroupEvent.ActionId actionId,
ToolWindowGroup toolWindowGroup)
ToolWindowGroupEvent object with the
specified source tool window manager, actionId, toolWindowGroup.
This constructor throws an
IllegalArgumentException if the source or the toolWindowGroup
or the actionId is null.
source - the tool window manager where the action has occured.actionId - the action identifiertoolWindowGroup - the tool window group on wicht the action is occurred.ToolWindowManager,
ToolWindowGroupEvent.ActionId,
ToolWindowGroup
public ToolWindowGroupEvent(ToolWindowManager source,
ToolWindowGroupEvent.ActionId actionId,
ToolWindowGroup toolWindowGroup,
ToolWindow toolWindow)
ToolWindowGroupEvent object with the
specified source tool window manager, actionId, toolWindowGroup, toolWindow.
This constructor throws an
IllegalArgumentException if the source or the toolWindowGroup
or the actionId is null.
source - the tool window manager where the action has occured.actionId - the action identifiertoolWindowGroup - the tool window group on wicht the action is occurred.toolWindow - the tool window involved in the action.ToolWindowManager,
ToolWindowGroupEvent.ActionId,
ToolWindowGroup,
ToolWindow| Method Detail |
|---|
public ToolWindowGroupEvent.ActionId getId()
public ToolWindowGroup getToolWindowGroup()
public ToolWindow getToolWindow()
public String toString()
toString in class EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||