|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||