Uses of Class
org.noos.xing.mydoggy.ToolWindowType

Packages that use ToolWindowType
org.noos.xing.mydoggy   
 

Uses of ToolWindowType in org.noos.xing.mydoggy
 

Methods in org.noos.xing.mydoggy that return ToolWindowType
 ToolWindowType ToolWindowTypeDescriptor.getType()
          Returns the type whom this descriptor is for.
 ToolWindowType ToolWindow.getType()
          Returns the tool type.
static ToolWindowType ToolWindowType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ToolWindowType[] ToolWindowType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.noos.xing.mydoggy with parameters of type ToolWindowType
 ToolWindowTypeDescriptor ToolWindow.getTypeDescriptor(ToolWindowType type)
          This method retrieves the TypeDescriptor for type that the tool uses to modify the behaviours of that type.
 ToolWindowTypeDescriptor ToolWindowManager.getTypeDescriptorTemplate(ToolWindowType type)
          Returns the template type descrptor for type.
 void ToolWindow.setType(ToolWindowType type)
          This method is used to set the type for the tool.
 



Copyright © 2012. All Rights Reserved.