Uses of Class
org.noos.xing.mydoggy.event.ToolWindowManagerEvent.ActionId

Packages that use ToolWindowManagerEvent.ActionId
org.noos.xing.mydoggy.event   
 

Uses of ToolWindowManagerEvent.ActionId in org.noos.xing.mydoggy.event
 

Methods in org.noos.xing.mydoggy.event that return ToolWindowManagerEvent.ActionId
 ToolWindowManagerEvent.ActionId ToolWindowManagerEvent.getId()
          Returns the action identifier.
static ToolWindowManagerEvent.ActionId ToolWindowManagerEvent.ActionId.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ToolWindowManagerEvent.ActionId[] ToolWindowManagerEvent.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 ToolWindowManagerEvent.ActionId
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.
 



Copyright © 2012. All Rights Reserved.