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

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.
 



Copyright © 2012. All Rights Reserved.