|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ToolWindowAction | |
|---|---|
| org.noos.xing.mydoggy | |
| Uses of ToolWindowAction in org.noos.xing.mydoggy |
|---|
| Methods in org.noos.xing.mydoggy that return ToolWindowAction | |
|---|---|
ToolWindowAction |
ToolWindowTypeDescriptor.getToolWindowAction(String id)
Returns the toolWindow action to which this descriptor maps the specified id. |
ToolWindowAction[] |
ToolWindowTypeDescriptor.getToolWindowActions()
Returns an array of the toolwindow actions registered into this descriptor. |
| Methods in org.noos.xing.mydoggy with parameters of type ToolWindowAction | |
|---|---|
void |
ToolWindowTypeDescriptor.addToolWindowAction(ToolWindowAction toolWindowAction)
Register or replace, if an action with the same id is already registered, a new action. |
void |
ToolWindow.addToolWindowAction(ToolWindowAction toolWindowAction)
Adds the passed toolwindow action to all the type descriptors. |
void |
ToolWindowTypeDescriptor.addToolWindowAction(ToolWindowAction toolWindowAction,
int index)
Register or replace, if an action with the same id is already registered, a new action. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||