Serialized Form
|
Package org.noos.xing.mydoggy |
id
String id
- Used to identify the actioon
actionName
String actionName
- The action name.
toolWindow
ToolWindow toolWindow
- The toolwindow that ownes the action.
menuItem
JMenuItem menuItem
showTextOnTitleBar
boolean showTextOnTitleBar
visibleOnTitleBar
boolean visibleOnTitleBar
visibleOnMenuBar
boolean visibleOnMenuBar
|
Package org.noos.xing.mydoggy.event |
serialVersionUID: -4432400424463237878L
actionId
ContentManagerEvent.ActionId actionId
- Indicates the action identifier.
- See Also:
ContentManagerEvent.ActionId
content
Content content
- Indicates the content on which the action has occurred.
actionId
ContentManagerUIEvent.ActionId actionId
- Indicates the action identifier.
- See Also:
ContentManagerEvent.ActionId
content
ContentUI content
- Indicates the content on which the action has occured.
actionId
DockableManagerEvent.ActionId actionId
- Indicates the action identifier.
- See Also:
DockableManagerEvent.ActionId
dockable
Dockable<M extends DockableManager> dockable
- Indicates the dockable window involved in the action. Cannot be null.
serialVersionUID: -6028203866456501444L
actionId
ToolWindowGroupEvent.ActionId actionId
- Indicates the action identifier.
- See Also:
ToolWindowGroupEvent.ActionId
serialVersionUID: 1719383277615714309L
actionId
ToolWindowManagerEvent.ActionId actionId
- Indicates the action identifier.
- See Also:
ToolWindowManagerEvent.ActionId
actionId
ToolWindowTabEvent.ActionId actionId
- Indicates the action identifier.
- See Also:
ToolWindowTabEvent.ActionId
toolWindow
ToolWindow toolWindow
- Indicates the tool window involved in the action. Cannot be null.
toolWindowTab
ToolWindowTab toolWindowTab
- Indicates the tab on which the action has occured. Cannot be null.
Copyright © 2012. All Rights Reserved.