|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ToolWindowGroupEvent.ActionId | |
|---|---|
| org.noos.xing.mydoggy.event | |
| Uses of ToolWindowGroupEvent.ActionId in org.noos.xing.mydoggy.event |
|---|
| Methods in org.noos.xing.mydoggy.event that return ToolWindowGroupEvent.ActionId | |
|---|---|
ToolWindowGroupEvent.ActionId |
ToolWindowGroupEvent.getId()
Returns the action identifier. |
static ToolWindowGroupEvent.ActionId |
ToolWindowGroupEvent.ActionId.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ToolWindowGroupEvent.ActionId[] |
ToolWindowGroupEvent.ActionId.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.noos.xing.mydoggy.event with parameters of type ToolWindowGroupEvent.ActionId | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||