Serialized Form


Package org.noos.xing.mydoggy

Class org.noos.xing.mydoggy.ToolWindowAction extends AbstractAction implements Serializable

Serialized Fields

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

Class org.noos.xing.mydoggy.event.ContentManagerEvent extends EventObject implements Serializable

serialVersionUID: -4432400424463237878L

Serialized Fields

actionId

ContentManagerEvent.ActionId actionId
Indicates the action identifier.

See Also:
ContentManagerEvent.ActionId

content

Content content
Indicates the content on which the action has occurred.

Class org.noos.xing.mydoggy.event.ContentManagerUIEvent extends EventObject implements Serializable

Serialized Fields

actionId

ContentManagerUIEvent.ActionId actionId
Indicates the action identifier.

See Also:
ContentManagerEvent.ActionId

content

ContentUI content
Indicates the content on which the action has occured.

Class org.noos.xing.mydoggy.event.DockableManagerEvent extends EventObject implements Serializable

Serialized Fields

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.

Class org.noos.xing.mydoggy.event.ToolWindowGroupEvent extends EventObject implements Serializable

serialVersionUID: -6028203866456501444L

Serialized Fields

actionId

ToolWindowGroupEvent.ActionId actionId
Indicates the action identifier.

See Also:
ToolWindowGroupEvent.ActionId

Class org.noos.xing.mydoggy.event.ToolWindowManagerEvent extends EventObject implements Serializable

serialVersionUID: 1719383277615714309L

Serialized Fields

actionId

ToolWindowManagerEvent.ActionId actionId
Indicates the action identifier.

See Also:
ToolWindowManagerEvent.ActionId

Class org.noos.xing.mydoggy.event.ToolWindowTabEvent extends EventObject implements Serializable

Serialized Fields

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.