A C D E F G H I L M O P R S T U V

A

actionName - Variable in class org.noos.xing.mydoggy.ToolWindowAction
The action name.
addAlias(D, Object) - Method in interface org.noos.xing.mydoggy.DockableManager
Associates the specified dockable with the specified alias in this manager.
addContent(String, String, Icon, Component) - Method in interface org.noos.xing.mydoggy.ContentManager
Adds a component represented by a unique identifier id with a title and/or icon, either of which can be null.
addContent(String, String, Icon, Component, String) - Method in interface org.noos.xing.mydoggy.ContentManager
Adds a component represented by a unique identifier id with a title and/or icon, either of which can be null.
addContent(String, String, Icon, Component, String, Object...) - Method in interface org.noos.xing.mydoggy.ContentManager
Adds a component represented by a unique identifier id with a title and/or icon, either of which can be null.
addContent(Dockable) - Method in interface org.noos.xing.mydoggy.ContentManager
Adds a dockable.
addContentManagerListener(ContentManagerListener) - Method in interface org.noos.xing.mydoggy.ContentManager
Registers listener so that it will receive events when contents are registered or removed..
addContentManagerUIListener(ContentManagerUIListener) - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Registers listener so that it will receive events when contentUIs are removed or detached.
addDockableManagerListener(DockableManagerListener) - Method in interface org.noos.xing.mydoggy.DockableManager
Registers listener so that it will receive events when a dockable is registered or removed.
addLockingAnchor(ToolWindowAnchor) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Add an anchor used to indicate where the dockable can be placed.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.noos.xing.mydoggy.Observable
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.noos.xing.mydoggy.Observable
Adds a PropertyChangeListener to the listener list for a specific property.
addToolWindow(ToolWindow) - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Appends the specified tool window to the end of this group.
addToolWindowAction(ToolWindowAction) - Method in interface org.noos.xing.mydoggy.ToolWindow
Adds the passed toolwindow action to all the type descriptors.
addToolWindowAction(ToolWindowAction) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Register or replace, if an action with the same id is already registered, a new action.
addToolWindowAction(ToolWindowAction, int) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Register or replace, if an action with the same id is already registered, a new action.
addToolWindowGroupListener(ToolWindowGroupListener) - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Registers listener so that it will receive events when the groups are made visibile or invisible, when a tool is added or removed If listener listener is null, no exception is thrown and no action is performed.
addToolWindowListener(ToolWindowListener) - Method in interface org.noos.xing.mydoggy.ToolWindow
Adds the specified toolwindow listener to receive toolwindow events from this tool.
addToolWindowManagerListener(ToolWindowManagerListener) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Registers listener so that it will receive events when the toolwindows and groups are registered or removed..
addToolWindowTab(String, Component) - Method in interface org.noos.xing.mydoggy.ToolWindow
Adds a component represented by a title and no icon.
addToolWindowTab(Dockable) - Method in interface org.noos.xing.mydoggy.ToolWindow
Adds a dockable.
aggregate() - Method in interface org.noos.xing.mydoggy.ToolWindow
The method is used to set to the true value the visible property of the tool.
aggregate(AggregationPosition) - Method in interface org.noos.xing.mydoggy.ToolWindow
Agggregate this tool to the already visible tools using the specified aggregation position.
aggregate(ToolWindow, AggregationPosition) - Method in interface org.noos.xing.mydoggy.ToolWindow
Aggregate this tool using onToolWindow as a relative position and the aggregation position as the position relative to the specified toolwindow.
AGGREGATE_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
AGGREGATE_MENU_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
aggregateByReference(ToolWindow, AggregationPosition) - Method in interface org.noos.xing.mydoggy.ToolWindow
This method is used when the user want to aggregate the toolwindow to another toolwindow whose type is FLOATING, FLOATING_FREE or FLOATING_LIVE.
AggregationPosition - Enum in org.noos.xing.mydoggy
 
append(ToolWindowAnchor...) - Method in interface org.noos.xing.mydoggy.MostRecentDescriptor
This methods is used to simulate activations.
apply(InputStream) - Method in interface org.noos.xing.mydoggy.PersistenceDelegate
Reads the settings for the ToolWindows, already registered into the manager, from the input stream.
areToolsVisible() - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Returns the value of visible property.

C

containesToolWindow(ToolWindow) - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Returns true if this group contains the specified tool window.
containsAttribute(String) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode
Returns true if this node contains an attribute for the specified name.
containsGroup(String) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns true if this manager contains a group for the specified name.
containsLockingAnchor(ToolWindowAnchor) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Checks if the specified anchor is registered as a locking anchor.
Content - Interface in org.noos.xing.mydoggy
A content is a wrapper of a component decorated with some properties like a title, an icon, etc.
contentAdded(ContentManagerEvent) - Method in interface org.noos.xing.mydoggy.ContentManagerListener
Invoked when a content has been added to the manager.
ContentManager - Interface in org.noos.xing.mydoggy
This manager manages the main window.
ContentManagerEvent - Class in org.noos.xing.mydoggy.event
An event which indicates that an action occurred in the content manager.
ContentManagerEvent(ContentManager, ContentManagerEvent.ActionId, Content) - Constructor for class org.noos.xing.mydoggy.event.ContentManagerEvent
Constructs a ContentManagerEvent object with the specified source content manager, actionId, content.
ContentManagerEvent.ActionId - Enum in org.noos.xing.mydoggy.event
Action Identifier Enum.
ContentManagerListener - Interface in org.noos.xing.mydoggy
The listener interface for receiving "interesting" events (content added, content removed) on the content manager.
ContentManagerUI<C extends ContentUI> - Interface in org.noos.xing.mydoggy
A ContentManagerUI is an interface to modify the ui behaviours of a content manager.
ContentManagerUIEvent - Class in org.noos.xing.mydoggy.event
An event which indicates that an action occurred in the content manager.
ContentManagerUIEvent(ContentManagerUI, ContentManagerUIEvent.ActionId, ContentUI) - Constructor for class org.noos.xing.mydoggy.event.ContentManagerUIEvent
Constructs a ContentManagerEvent object with the specified source content manager, actionId, content.
ContentManagerUIEvent.ActionId - Enum in org.noos.xing.mydoggy.event
Action Identifier Enum.
ContentManagerUIListener - Interface in org.noos.xing.mydoggy
The listener interface for receiving "interesting" events (content removing, content detached) on the content manager ui.
contentNotFound(ToolWindowManager, String, PersistenceDelegateCallback.PersistenceNode) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateCallback
This method is invoked when the PersistenceDelegate try to access a Content that is not currently registered in the ContentManager.
contentRemoved(ContentManagerEvent) - Method in interface org.noos.xing.mydoggy.ContentManagerListener
Invoked when a content has been removed to the manager.
contentSelected(ContentManagerEvent) - Method in interface org.noos.xing.mydoggy.ContentManagerListener
Invoked when a content has became selected or deselected depending on the ActionId of the event.
ContentUI - Interface in org.noos.xing.mydoggy
This interface is used to modify the ui behaviours of a single content.
contentUIDetached(ContentManagerUIEvent) - Method in interface org.noos.xing.mydoggy.ContentManagerUIListener
/** Invoked when a contentui has been detached from the ui container.
contentUIRemoving(ContentManagerUIEvent) - Method in interface org.noos.xing.mydoggy.ContentManagerUIListener
Invoked before removing the content.

D

DesktopContentManagerUI - Interface in org.noos.xing.mydoggy
This interface represents a ui that use a container to create a multiple-document interface or a virtual desktop.
DesktopContentUI - Interface in org.noos.xing.mydoggy
This interface let you modify ui behaviours of a content when a DesktopContentManagerUI is used as current ContentManagerUI.
detach(Content, int, AggregationPosition) - Method in interface org.noos.xing.mydoggy.Content
Detach this content aggregating it on the passed content using the passed position.
detach(Content, AggregationPosition) - Method in interface org.noos.xing.mydoggy.Content
Detach this content aggregating it on the passed content using the passed position.
detachByReference(Content, AggregationPosition) - Method in interface org.noos.xing.mydoggy.Content
Detach this content aggregating it using the passed position into the content window that contains the refContent.
DOCK_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
Dockable<M extends DockableManager> - Interface in org.noos.xing.mydoggy
This interface represents the super interface for of all dockable object, i.e.
dockableAdded(DockableManagerEvent) - Method in interface org.noos.xing.mydoggy.DockableManagerListener
Invoked when a dockable has been added to the manager.
DockableManager<D extends Dockable> - Interface in org.noos.xing.mydoggy
This is a markup interface for all Dockable Manager.
DockableManagerEvent - Class in org.noos.xing.mydoggy.event
An event which indicates that an action occurred for a dockable.
DockableManagerEvent(Object, DockableManagerEvent.ActionId, Dockable) - Constructor for class org.noos.xing.mydoggy.event.DockableManagerEvent
Constructs a DockableEvent object with the specified source, actionId and dockable.
DockableManagerEvent.ActionId - Enum in org.noos.xing.mydoggy.event
 
DockableManagerListener - Interface in org.noos.xing.mydoggy
The listener interface for receiving "interesting" events (dockable added, removed) on the dockable manager.
dockableRemoved(DockableManagerEvent) - Method in interface org.noos.xing.mydoggy.DockableManagerListener
Invoked when a dockable has been removed from the manager.
DockableUI - Interface in org.noos.xing.mydoggy
This interface represents the super interface for of all dockable ui parts.
DockedTypeDescriptor - Interface in org.noos.xing.mydoggy
This interface is used to modify the behaviours of DOCKED type.

E

ensureVisible() - Method in interface org.noos.xing.mydoggy.Dockable
Used to ensure that the dockable is visible.
ensureVisible() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Ensure that the representative anchor is visible to the user.

F

FLOATING_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
FLOATING_LIVE_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
FloatingLiveTypeDescriptor - Interface in org.noos.xing.mydoggy
This interface is used to modify the behaviours of FLOATING_LIVE type.
FloatingTypeDescriptor - Interface in org.noos.xing.mydoggy
This interface is used to modify the behaviours of FLOATING and FLOATING_FREE type.

G

getActionId() - Method in class org.noos.xing.mydoggy.event.DockableManagerEvent
Returns the action identifier.
getActionId() - Method in class org.noos.xing.mydoggy.event.ToolWindowTabEvent
Returns the action identifier.
getActionName() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
getActiveToolWindowId() - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns the id of currently active tool window.
getAliases(D) - Method in interface org.noos.xing.mydoggy.DockableManager
Returns all aliases associated to the passed dockable.
getAnchor() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
 
getAnchor() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns the anchor which the tool is anchored.
getAnchor() - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Returns the reference anchor.
getAnchorIndex() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns the anchor index.
getAttributeValue(String) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode
Returns the attribute's value.
getBoolean(String, boolean) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode
Returns the attribute's value as boolean.
getComponent() - Method in interface org.noos.xing.mydoggy.Dockable
Returns the dockable component.
getContent(int) - Method in interface org.noos.xing.mydoggy.ContentManager
Returns the content at the specified position in this manager.
getContent(Object) - Method in interface org.noos.xing.mydoggy.ContentManager
Returns the content to which this manager maps the specified key (the key could be the id or an alias).
getContent() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns the Content contropart of this ContentUI.
getContent() - Method in class org.noos.xing.mydoggy.event.ContentManagerEvent
Returns the content subject of the action.
getContentByComponent(Component) - Method in interface org.noos.xing.mydoggy.ContentManager
Returns the content that wraps the passed component
getContentCount() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns the number of contents in this manager.
getContentManager() - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns the instance of ContentManager that manages main window contents.
getContentManagerListeners() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns an array of all the content manager listeners registered on this manager.
getContentManagerUI() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns the content manager ui.
getContentManagerUiListener() - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Returns an array of all the content manager listeners registered on this manager.
getContents() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns an array containing all of the contents in this manager in proper sequence.
getContentUI() - Method in interface org.noos.xing.mydoggy.Content
Returns the content ui for this content based on the current installed ContentManagerUI.
getContentUI(Content) - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Returns the ui part to which this manager maps the specified content.
getContentUI() - Method in class org.noos.xing.mydoggy.event.ContentManagerUIEvent
Returns the content subject of the action.
getDetachedBounds() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns the bounds of the detached window from the last detached session.
getDisabledIcon() - Method in interface org.noos.xing.mydoggy.Content
Returns the content disabled icon.
getDividerSize() - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Returns the size of the border the separate a docked toolwindow from the contenManager for the specified anchor.
getDockable() - Method in class org.noos.xing.mydoggy.event.DockableManagerEvent
Returns the dockable window involved in the action.
getDockable() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Returns the descriptor owner.
getDockableById(String) - Method in interface org.noos.xing.mydoggy.DockableManager
Returns the dockable whose id is the passed value, null otherwise.
getDockableDelegator() - Method in interface org.noos.xing.mydoggy.Content
Returns the dockable that this tab is accomodating, null if no dockable is accomodated.
getDockableDelegator() - Method in interface org.noos.xing.mydoggy.ToolWindowTab
Returns the dockable that this tab is accomodating, null if no dockable is accomodated.
getDockableManager() - Method in interface org.noos.xing.mydoggy.Dockable
Returns the DockableManager associated with this dockable.
getDockableManagerListeners() - Method in interface org.noos.xing.mydoggy.DockableManager
Returns an array of all the manager listeners registered on this manager.
getDockables() - Method in interface org.noos.xing.mydoggy.DockableManager
Returns an array of the dockables registered into this manager.
getDockLength() - Method in interface org.noos.xing.mydoggy.DockedTypeDescriptor
Returns the dock panel length.
getFloat(String, float) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode
Returns the attribute's value as float.
getForeground() - Method in interface org.noos.xing.mydoggy.Content
Returns the content foreground color.
getIcon() - Method in interface org.noos.xing.mydoggy.Dockable
Returns the dockable icon.
getIcon() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Returns the current icon.
getIcon() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
getId() - Method in interface org.noos.xing.mydoggy.Dockable
Returns the id used to register this dockable.
getId() - Method in class org.noos.xing.mydoggy.event.ContentManagerEvent
Returns the action identifier.
getId() - Method in class org.noos.xing.mydoggy.event.ContentManagerUIEvent
Returns the action identifier.
getId() - Method in class org.noos.xing.mydoggy.event.ToolWindowGroupEvent
Returns the action identifier.
getId() - Method in class org.noos.xing.mydoggy.event.ToolWindowManagerEvent
Returns the action identifier.
getId() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
getIndex() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns the tool's index.
getInteger(String, int) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode
Returns the attribute's value as integer.
getLength() - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Returns the length in pixel of the bar.
getLocation() - Method in interface org.noos.xing.mydoggy.DesktopContentUI
Gets the location of the content frame in the form of a point specifying the component's top-left corner.
getLocation() - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Gets the location of the window in the form of a point specifying the component's top-left corner.
getLocation() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Gets the location of the window in the form of a point specifying the component's top-left corner.
getLockingAnchors() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Returns the anchors register as locking anchors.
getMenuItem() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
getMinimumDockLength() - Method in interface org.noos.xing.mydoggy.DockedTypeDescriptor
Returns the minimum dock length used during toolwindow showing.
getMnemonic() - Method in interface org.noos.xing.mydoggy.Content
Returns the keyboard mnemonic for accessing this content.
getMostRecentAnchors() - Method in interface org.noos.xing.mydoggy.MostRecentDescriptor
Returns last activated anchors.
getName() - Method in interface org.noos.xing.mydoggy.PersistenceDelegateCallback.PersistenceNode
Returns the node name.
getName() - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Returns the group's name.
getNextContent() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns in order the next enabled content related to the selected content, or null if no contents are registered or no content is enabled.
getOnContent() - Method in class org.noos.xing.mydoggy.MultiSplitConstraint
 
getOnIndex() - Method in class org.noos.xing.mydoggy.MultiSplitConstraint
 
getOnPosition() - Method in class org.noos.xing.mydoggy.MultiSplitConstraint
 
getOwner() - Method in interface org.noos.xing.mydoggy.ToolWindowTab
Returns the owner ot this tab.
getPersistenceDelegate() - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns an instance of PersistenceDelegate relative to this manager.
getPopupMenu() - Method in interface org.noos.xing.mydoggy.Content
Returns the popup menu.
getPopupMenu() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns the default popup menu for the contents.
getPopupMenu() - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Returns the popup menu.
getPreviewDelay() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Returns the preview delay.
getPreviewTransparentRatio() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Returns the transparent ratio.
getPreviousContent() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns in order the previous enabled content related to the selected content, or null if no contents are registered or no content is enabled.
getPropertyChangeListeners() - Method in interface org.noos.xing.mydoggy.Observable
Returns an array of all the property change listeners registered on this descritpro.
getPropertyChangeListeners(String) - Method in interface org.noos.xing.mydoggy.Observable
Returns an array of all the listeners which have been associated with the named property.
getPushAwayMode() - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Returns the current push away mode.
getPushAwayModeDescriptor(PushAwayMode) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Returns the PushAwayModeDescriptor for the passed push away mode if it is supported, null otherwise.
getRepresentativeAnchorDescriptor() - Method in interface org.noos.xing.mydoggy.Content
Returns the representative anchor descriptor used to modify the behaviours of that object.
getRepresentativeAnchorDescriptor() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns the representative anchor descriptor used to modify the behaviours of that object.
getSelectedContent() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns the selected content, or null if the selection is empty.
getSize() - Method in interface org.noos.xing.mydoggy.DesktopContentUI
Returns the size of the content frame in the form of a Dimension object.
getSize() - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Returns the size of the window in the form of a Dimension object.
getSize() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Returns the size of the window in the form of a Dimension object.
getTabLayout() - Method in interface org.noos.xing.mydoggy.TabbedContentManagerUI
Returns the layout type used by the manager to layout the tabs when all the tabs will not fit within a single line.
getTabPlacement() - Method in interface org.noos.xing.mydoggy.TabbedContentManagerUI
Returns the placement of the tabs for this manager.
getText() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
getTitle() - Method in interface org.noos.xing.mydoggy.Dockable
Returns the dockable title.
getTitle() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Returns the current title.
getToolsByAnchor(ToolWindowAnchor) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns an array of the toolwindows, registered into this manager, with the specified anchor.
getToolsMenu() - Method in interface org.noos.xing.mydoggy.DockedTypeDescriptor
The user can add customized menu items to the popup menu of the representative anchor button of this tool using the result of this method invocation.
getToolsWindow() - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Returns an array containing all of the toolwindows in this group in proper sequence.
getToolTipText() - Method in interface org.noos.xing.mydoggy.Content
Returns the content tooltip text.
getTooltipText() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
getToolWindow() - Method in class org.noos.xing.mydoggy.event.ToolWindowGroupEvent
Returns the tool window involved in the action.
getToolWindow() - Method in class org.noos.xing.mydoggy.event.ToolWindowManagerEvent
Returns the tool window subject of the action.
getToolWindow() - Method in class org.noos.xing.mydoggy.event.ToolWindowTabEvent
Returns the tool window involved in the action.
getToolWindow() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
getToolWindow(Object) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns the tool window to which this manager maps the specified key (the key could be the id or an alias).
getToolWindow(int) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns the tool window whose index is index.
getToolWindowAction(String) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Returns the toolWindow action to which this descriptor maps the specified id.
getToolWindowActionHandler() - Method in interface org.noos.xing.mydoggy.DockedTypeDescriptor
Returns the ToolWindowActionHandler instance or null if it is not present.
getToolWindowActions() - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Returns an array of the toolwindow actions registered into this descriptor.
getToolWindowBar(ToolWindowAnchor) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns the instance of ToolWindowBar related to the specified anchor.
getToolWindowByAlias(Object) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Deprecated. use getToolWindow(Object) instead.
getToolWindowGroup() - Method in class org.noos.xing.mydoggy.event.ToolWindowGroupEvent
Returns the tool window group on whiche the action is occured.
getToolWindowGroup() - Method in class org.noos.xing.mydoggy.event.ToolWindowManagerEvent
Returns the tool window group subject of the action.
getToolWindowGroup() - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns a special group that contains all toolwindows registered in this manager.
getToolWindowGroup(String) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns the tool window group to which this manager maps the specified name.
getToolWindowGroupListeners() - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Returns an array of all the tool window group listeners registered on this group.
getToolWindowGroups() - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns an array of the toolwindows groups registered into this manager.
getToolWindowListeners() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns an array of all the toolwindow listeners registered on this tool.
getToolWindowManager() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns the related tool window manager.
getToolWindowManager() - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Returns the toolwindow manager related to this bar.
getToolWindowManagerDescriptor() - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns the type descriptor for this manager.
getToolWindowManagerListeners() - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns an array of all the tool window manager listeners registered on this manager.
getToolWindows() - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Returns an array of the toolwindows attached on this bar.
getToolWindows() - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns an array of the toolwindows registered into this manager.
getToolWindowTab() - Method in class org.noos.xing.mydoggy.event.ToolWindowTabEvent
Returns the tab involved in the action.
getToolWindowTabs() - Method in interface org.noos.xing.mydoggy.ToolWindow
Gets all the tabs in this toolwindow.
getTransparentDelay() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns the transparent delay.
getTransparentDelay() - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Returns the transparent delay.
getTransparentDelay() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Returns the transparent delay.
getTransparentDelay() - Method in interface org.noos.xing.mydoggy.SlidingTypeDescriptor
Returns the transparent delay.
getTransparentRatio() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns the transparent ratio.
getTransparentRatio() - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Returns the transparent ratio.
getTransparentRatio() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Returns the transparent ratio.
getTransparentRatio() - Method in interface org.noos.xing.mydoggy.SlidingTypeDescriptor
Returns the transparent ratio.
getType() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns the tool type.
getType() - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Returns the type whom this descriptor is for.
getTypeDescriptor(ToolWindowType) - Method in interface org.noos.xing.mydoggy.ToolWindow
This method retrieves the TypeDescriptor for type that the tool uses to modify the behaviours of that type.
getTypeDescriptor(Class<T>) - Method in interface org.noos.xing.mydoggy.ToolWindow
This method retrieves the TypeDescriptor for the descriptorClass.
getTypeDescriptorTemplate(ToolWindowType) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns the template type descrptor for type.
groupHidden(ToolWindowGroupEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowGroupListener
Invoked when the group has been hidden.
groupShown(ToolWindowGroupEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowGroupListener
Invoked when the group has been shown.

H

HIDE_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 

I

id - Variable in class org.noos.xing.mydoggy.ToolWindowAction
Used to identify the actioon
INDEX_MENU_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
isActive() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns true is the tool is active.
isAddToTaskBar() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Returns the property value of "addToTaskBarWhenDetached".
isAddToTaskBarWhenDetached() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns the property value of "addToTaskBarWhenDetached".
isAggregateMode() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns aggregateEnabled property value.
isAggregateMode() - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Returns aggregate mode value for this anchor.
isAlwaysOnTop() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns the value of the alwaysOnTop property.
isAlwaysOnTop() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Returns the value of the alwaysOnTop property.
isAnimating() - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Returns whether the animations are enabled.
isAutoHide() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns the autoHide property value of the tool.
isAutoHide() - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Returns the autoHide property value of the tool.
isAvailable() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns true is the tool is available.
isCloseable() - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Returns the closeable property value.
isCloseable() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns whether this content could be close using the ui.
isCloseable() - Method in interface org.noos.xing.mydoggy.ToolWindowTab
Returns whether this tab could be close using the ui.
isDetachable() - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Returns the detachable property value.
isDetachable() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns whether this content could be detach using the ui.
isDetached() - Method in interface org.noos.xing.mydoggy.Dockable
Returns whether or not the dockable is currently detached.
isEnabled() - Method in interface org.noos.xing.mydoggy.Content
Returns whether or not the content is currently enabled.
isEnabled() - Method in interface org.noos.xing.mydoggy.ContentManager
Returns if the content manager is enabled.
isEnabled() - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Determines whether this mode is enabled.
isFlashing() - Method in interface org.noos.xing.mydoggy.Dockable
Returns whether flashing is currently enabled.
isHideOnZeroTabs() - Method in interface org.noos.xing.mydoggy.ToolWindow
Return the "hideOnZeroTabs" property value.
isHideRepresentativeButtonOnVisible() - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Returns the "hideRepresentativeButtonOnVisible" property value.
isIconified() - Method in interface org.noos.xing.mydoggy.DesktopContentUI
Returns whether the DesktopContentUI is currently iconified.
isIdVisibleOnTitleBar() - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Returns true if the toolwindow's id is visible, false otherwise.
isImplicit() - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Returns true if this is an implicit group, false otherwise.
isLockedOnAnchor() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns true if the toolwindow's representative anchor is bonded to a subset of the available anchors, false otherwise.
isMaximizable() - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Returns whether this content manager permits the contents to be maximized using the ui.
isMaximizable() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns whether this content could be maximized using the ui.
isMaximized() - Method in interface org.noos.xing.mydoggy.Dockable
Returns whether this dockable is currently maximized.
isMinimizable() - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Returns whether this content manager permits the contents to be minimized using the ui.
isMinimizable() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns whether this content could be minimized using the ui.
isMinimizable() - Method in interface org.noos.xing.mydoggy.ToolWindowTab
Returns whether this tab could be minimized using the ui.
isMinimized() - Method in interface org.noos.xing.mydoggy.Dockable
Returns whether this dockable is currently minimized.
isModal() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Indicates whether the window used by FLOATING and FLOATING_FREE type is modal.
isNumberingEnabled() - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Returns the activation status of the toolwindow index shortcuts.
isOsDecorated() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Returns true if the OS decoration is used, false otherwise.
isPopupMenuEnabled() - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Returns whether this content manager permits the popup menu to be shown.
isPopupMenuEnabled() - Method in interface org.noos.xing.mydoggy.DockedTypeDescriptor
Indicates whether the popup menu of the representative anchor button of the tool is enabled.
isPreviewEnabled() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Returns the preview mode status.
isPreviewEnabled() - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Returns true if previews are enabled, false otherwise.
isResizable() - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Returns whether the floatingwindow is resizable by user mouse actions.
isResizable() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Returns whether the floatingwindow is resizable by user mouse actions.
isSelected() - Method in interface org.noos.xing.mydoggy.Dockable
Returns whether or not the dockable is currently selected.
isShowAlwaysTab() - Method in interface org.noos.xing.mydoggy.MultiSplitContentUI
Returns whether or not the ui must show a tab for all contents also when there is just one content.
isShowAlwaysTab() - Method in interface org.noos.xing.mydoggy.TabbedContentManagerUI
Returns whether or not the ui must show a tab for all contents also when there is just one content.
isShowTextOnTitleBar() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
isShowUnavailableTools() - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Returns the value of the property "showUnavailableTools"
isTitleBarButtonsVisible() - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Returns true if the toolwindow's action buttons are visible on the title bar, false otherwise.
isTitleBarVisible() - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Returns true if the toolwindow's title bar, false otherwise.
isTransparentMode() - Method in interface org.noos.xing.mydoggy.ContentUI
Returns the transparent mode.
isTransparentMode() - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Returns the transparent mode.
isTransparentMode() - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Returns the transparent mode.
isTransparentMode() - Method in interface org.noos.xing.mydoggy.SlidingTypeDescriptor
Returns the transparent mode.
isVisible() - Method in interface org.noos.xing.mydoggy.Dockable
Returns true if the dockable is visible, false otherwise.
isVisible() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Returns true if the representative anchor button is visible, false otherwise.
isVisible() - Method in interface org.noos.xing.mydoggy.ToolWindow
Returns true is the tool is visible.
isVisible() - Method in interface org.noos.xing.mydoggy.ToolWindowBar
TODO
isVisibleOnMenuBar() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
isVisibleOnTitleBar() - Method in class org.noos.xing.mydoggy.ToolWindowAction
 

L

lookupDockable(Object) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Returns the dockable to which a dockable manager (this manager, the content manager or a toolwindow) maps the specified id.

M

MAXIMIZE_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
menuItem - Variable in class org.noos.xing.mydoggy.ToolWindowAction
 
merge(InputStream, PersistenceDelegate.MergePolicy) - Method in interface org.noos.xing.mydoggy.PersistenceDelegate
Reads the settings for the ToolWindows, already registered into the manager, from the input stream applying the passed merge policy.
merge(InputStream, PersistenceDelegate.MergePolicy, PersistenceDelegateCallback) - Method in interface org.noos.xing.mydoggy.PersistenceDelegate
Reads the settings for the ToolWindows, already registered into the manager, from the input stream applying the passed merge policy and using the passed callback.
MostRecentDescriptor - Interface in org.noos.xing.mydoggy
This interface is used to modify the behaviour of PushAwayMode.MOST_RECENT mode.
MOVE_TO_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
MultiSplitConstraint - Class in org.noos.xing.mydoggy
This class is used to give instructions to the MultiSplitContentManagerUI on how to add a content to the ui.
MultiSplitConstraint(Content) - Constructor for class org.noos.xing.mydoggy.MultiSplitConstraint
This tells to aggregate on the aggregationContent
MultiSplitConstraint(AggregationPosition) - Constructor for class org.noos.xing.mydoggy.MultiSplitConstraint
This tells to aggregate on the aggregationPosition position
MultiSplitConstraint(Content, AggregationPosition) - Constructor for class org.noos.xing.mydoggy.MultiSplitConstraint
This tells to aggregate on the aggregationContent on the aggregationPosition position
MultiSplitConstraint(Content, int) - Constructor for class org.noos.xing.mydoggy.MultiSplitConstraint
This tells to aggregate on the aggregationContent on the aggregationIndexLocation location.
MultiSplitConstraint(Content, int, AggregationPosition) - Constructor for class org.noos.xing.mydoggy.MultiSplitConstraint
This tells to aggregate on the aggregationContent on the aggregationPosition position on the aggregationIndexLocation location.
MultiSplitContentManagerUI - Interface in org.noos.xing.mydoggy
This interface represents a ui that use a component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
MultiSplitContentUI - Interface in org.noos.xing.mydoggy
This interface let you modify ui behaviours of a content when a MultiSplitContentManagerUI is used as current ContentManagerUI.

O

Observable - Interface in org.noos.xing.mydoggy
This interface contains generic methods concerning PropertyChangeListeners.
onHideButtonClick(ToolWindow) - Method in interface org.noos.xing.mydoggy.ToolWindowActionHandler
This method is called when the user click on the hide button.
org.noos.xing.mydoggy - package org.noos.xing.mydoggy
 
org.noos.xing.mydoggy.event - package org.noos.xing.mydoggy.event
 

P

PersistenceDelegate - Interface in org.noos.xing.mydoggy
This interface provides useful methods to save and load the tool window manager's workspace.
PersistenceDelegate.MergePolicy - Enum in org.noos.xing.mydoggy
 
PersistenceDelegateCallback - Interface in org.noos.xing.mydoggy
A callback interface used to listen to events fired by the PersistenceDelegate during the merge.
PersistenceDelegateCallback.PersistenceNode - Interface in org.noos.xing.mydoggy
The interface is used to analyze the properties of a source of persistence data.
PersistenceDelegateFilter - Interface in org.noos.xing.mydoggy
This interface is used to filter some content to be stored by the PersistenceDelegate.
PIN_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
POPUP_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
PushAwayMode - Enum in org.noos.xing.mydoggy
This enumeration specifies the "push away" modes for tools with specific anchor.
PushAwayModeDescriptor - Interface in org.noos.xing.mydoggy
This is a marker for all interfaces that provides methods to modify push away mode behaviours.

R

reattach(Object...) - Method in interface org.noos.xing.mydoggy.Content
Reattach a detached content using tha passed constraints.
registerToolWindow(String, String, Icon, Component, ToolWindowAnchor) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Register a new tool window into this window manager based on the passed parameters.
removeAlias(Object) - Method in interface org.noos.xing.mydoggy.DockableManager
Remove the alias from the manager.
removeAllContents() - Method in interface org.noos.xing.mydoggy.ContentManager
Removes all of the contents from this manager.
removeAllLockingAnchor() - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Remove all anchors so the dockable can stay only in the current position
removeContent(Content) - Method in interface org.noos.xing.mydoggy.ContentManager
Removes the content content.
removeContent(int) - Method in interface org.noos.xing.mydoggy.ContentManager
Removes the content at the specified position in this manager
removeContentManagerListener(ContentManagerListener) - Method in interface org.noos.xing.mydoggy.ContentManager
Unregisters listener so that it will no longer receive events.
removeContentManagerUIListener(ContentManagerUIListener) - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Unregisters listener so that it will no longer receive events.
removeDockableManagerListener(DockableManagerListener) - Method in interface org.noos.xing.mydoggy.DockableManager
Unregisters listener so that it will no longer receive events.
removeLockingAnchor(ToolWindowAnchor) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Remove an anchor to indicate where the dockable cannot be placed.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.noos.xing.mydoggy.Observable
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.noos.xing.mydoggy.Observable
Removes a PropertyChangeListener from the listener list for a specific property.
removeToolWindow(ToolWindow) - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Removes the occurrence in this group of the specified tool window.
removeToolWindowAction(String) - Method in interface org.noos.xing.mydoggy.ToolWindow
Removes the toolwindow action by id from all the type descriptors.
removeToolWindowAction(String) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Removes a toolwindow action by id from this descriptor if it is present.
removeToolWindowGroup(String) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Removes the tool window group for this name from this manager if it is present.
removeToolWindowGroup(ToolWindowGroup) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Removes the tool window group from this manager if it is registered.
removeToolWindowGroupListener(ToolWindowGroupListener) - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Unregisters listener so that it will no longer receive events.
removeToolWindowListener(ToolWindowListener) - Method in interface org.noos.xing.mydoggy.ToolWindow
Removes the specified toolwindow listener so that it no longer receives toolwindow events from this tool.
removeToolWindowManagerListener(ToolWindowManagerListener) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Unregisters listener so that it will no longer receive events.
removeToolWindowTab(ToolWindowTab) - Method in interface org.noos.xing.mydoggy.ToolWindow
Removes the specified tab from this toolwindow.
RepresentativeAnchorDescriptor<D extends Dockable> - Interface in org.noos.xing.mydoggy
This interface is used to modify the behaviour of a representative anchor.

S

save(OutputStream) - Method in interface org.noos.xing.mydoggy.PersistenceDelegate
Writes all settings of ToolWindows with relative descriptors to the output stream in a format suitable for loading using the PersistenceDelegate.apply(java.io.InputStream) method.
save(OutputStream, PersistenceDelegateFilter) - Method in interface org.noos.xing.mydoggy.PersistenceDelegate
Writes all settings that the filter accept to the output stream in a format suitable for loading using the PersistenceDelegate.apply(java.io.InputStream) method.
setActionName(String) - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
setActive(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindow
The method is used to set the active property of the tool.
setAddToTaskBar(boolean) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
When it sets to true then when the toolwindow is in flaoting mode a button is added to the task bar of your operating system.
setAddToTaskBarWhenDetached(boolean) - Method in interface org.noos.xing.mydoggy.ContentUI
When it sets to true then when the content is detached a button is added to the task bar of your operating system.
setAggregateMode(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindow
The method is used to set the aggregateEnabled property of the tool.
setAggregateMode(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Sets the aggregate mode for tools on the this anchor.
setAlwaysOnTop(boolean) - Method in interface org.noos.xing.mydoggy.ContentUI
Changes the alwaysOnTop property value used for the window associated to the detache content.
setAlwaysOnTop(boolean) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Changes the alwaysOnTop property value used for a floating toolwindow.
setAnchor(ToolWindowAnchor) - Method in interface org.noos.xing.mydoggy.ToolWindow
This method is used to set the anchor for the tool.
setAnchor(ToolWindowAnchor, int) - Method in interface org.noos.xing.mydoggy.ToolWindow
This method is used to set the anchor for the tool.
setAnimating(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Enables or disables animations, depending on the value of the parameter animating.
setAutoHide(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindow
This method is used to set the autoHide property for the tool.
setAutoHide(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
This method is used to set the autoHide property for the tool.
setAvailable(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindow
The method is used to set the available property of the tool.
setCloseable(boolean) - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Set the closeable property.
setCloseable(boolean) - Method in interface org.noos.xing.mydoggy.ContentUI
Sets the closeable property of this content.
setCloseable(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowTab
Sets the closeable property of this tab.
setComponent(Component) - Method in interface org.noos.xing.mydoggy.Content
Sets the component to component.
setComponent(Component) - Method in interface org.noos.xing.mydoggy.ToolWindowTab
This method is used to set the component for the tab.
setConstraints(Object...) - Method in interface org.noos.xing.mydoggy.ContentUI
Set up contraints for the content.
setContentManagerUI(ContentManagerUI) - Method in interface org.noos.xing.mydoggy.ContentManager
Sets the content manager ui to contentManagerUI.
setCornerComponent(ToolWindowManagerDescriptor.Corner, Component) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Adds the specified component at the given corner.
setDetachable(boolean) - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Set the detachable property.
setDetachable(boolean) - Method in interface org.noos.xing.mydoggy.ContentUI
Sets the detachable property of this content.
setDetached(boolean) - Method in interface org.noos.xing.mydoggy.Dockable
This method is used to detach a dockable from its position.
setDetachedBounds(Rectangle) - Method in interface org.noos.xing.mydoggy.ContentUI
Sets the bounds for the next detached session.
setDisabledIcon(Icon) - Method in interface org.noos.xing.mydoggy.Content
Sets the disabled icon to icon which can be null.
setDividerSize(int) - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Sets the size of the border the separate a docked toolwindow from the contenManager for a specific anchor.
setDockLength(int) - Method in interface org.noos.xing.mydoggy.DockedTypeDescriptor
Sets the width or heigth, based on anchor of tool window, of the dock panel.
setEnabled(boolean) - Method in interface org.noos.xing.mydoggy.Content
Sets whether or not the content is enabled.
setEnabled(boolean) - Method in interface org.noos.xing.mydoggy.ContentManager
Enables or disables the content manager.
setEnabled(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Enables or disables this mode, depending on the value of the parameter enabled.
setFlashing(boolean) - Method in interface org.noos.xing.mydoggy.Dockable
Sets the flashing mode.
setFlashing(int) - Method in interface org.noos.xing.mydoggy.Dockable
This method is used to enable flashing for a specific duration.
setForeground(Color) - Method in interface org.noos.xing.mydoggy.Content
Sets the foreground color foreground which can be null, in which case the content's foreground color will default to the foreground color of this Content.
setHideOnZeroTabs(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindow
Sets the "hideOnZeroTabs" property.
setHideRepresentativeButtonOnVisible(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Sets if mydoggy must hide the representative button when the tool become visible and the tool has type ToolWindowType.DOCKED.
setIcon(Icon) - Method in interface org.noos.xing.mydoggy.Dockable
This method is used to set the icon for this dockable.
setIcon(Icon) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Sets the icon of the representative anchor.
setIcon(Icon) - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
setIconified(boolean) - Method in interface org.noos.xing.mydoggy.DesktopContentUI
Iconifies or de-iconifies this content frame,
setIdVisibleOnTitleBar(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Shows of hides the toolwindow's id on the title bar..
setImplicit(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
The method is used to set the implicit property of the group.
setIndex(int) - Method in interface org.noos.xing.mydoggy.ToolWindow
This method is used to set the index for the tool.
setLength(int) - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Sets the length in pixel of the bar.
setLocation(int, int) - Method in interface org.noos.xing.mydoggy.DesktopContentUI
Sets the content frame location.
setLocation(int, int) - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Sets the window location.
setLocation(int, int) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Sets the window location.
setLockedOnAnchor(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindow
Bounds or not the toolwindow's representative anchro to stay in a subset of the available anchors.
setMaximizable(boolean) - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Sets the maximizable property of this manager.
setMaximizable(boolean) - Method in interface org.noos.xing.mydoggy.ContentUI
Sets the maximizable property of this content.
setMaximized(boolean) - Method in interface org.noos.xing.mydoggy.Dockable
Maximizes this dockable.
setMinimizable(boolean) - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Sets the minimizable property of this manager.
setMinimizable(boolean) - Method in interface org.noos.xing.mydoggy.ContentUI
Sets the minimizable property of this content.
setMinimizable(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowTab
Sets the minimizable property of this tab.
setMinimized(boolean) - Method in interface org.noos.xing.mydoggy.Dockable
Minimizes this dockable.
setMinimumDockLength(int) - Method in interface org.noos.xing.mydoggy.DockedTypeDescriptor
Sets the minimum dock length.
setMnemonic(int) - Method in interface org.noos.xing.mydoggy.Content
Sets the keyboard mnemonic for accessing this content.
setModal(boolean) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Specifies whether the window used by FLOATING and FLOATING_FREE type should be modal.
setNumberingEnabled(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Enable or disable toolwindow index shortcuts.
setOsDecorated(boolean) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Enables or disable the OS decoration.
setPopupMenu(JPopupMenu) - Method in interface org.noos.xing.mydoggy.Content
Sets the popup menu to popupMenu.
setPopupMenu(JPopupMenu) - Method in interface org.noos.xing.mydoggy.ContentManager
Sets the default popup menu for the contents.
setPopupMenu(JPopupMenu) - Method in interface org.noos.xing.mydoggy.ToolWindowBar
Sets the popup menu to popupMenu.
setPopupMenuEnabled(boolean) - Method in interface org.noos.xing.mydoggy.ContentManagerUI
Enables or disabled the popup menu for this manager.
setPopupMenuEnabled(boolean) - Method in interface org.noos.xing.mydoggy.DockedTypeDescriptor
Specifies whether the popup menu of the representative anchor button of the tool should be enabled.
setPreviewDelay(int) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Sets the preview delay.
setPreviewEnabled(boolean) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Sets the preview mode.
setPreviewEnabled(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Enables or disables tool window previews.
setPreviewTransparentRatio(float) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Sets the transparent ratio of the preview.
setPushAwayMode(PushAwayMode) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Sets the push away mode to pushAwayMode
setResizable(boolean) - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
When true, the floating window is not resizable by user mouse actions.
setResizable(boolean) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
When true, the floating window is not resizable by user mouse actions.
setSelected(boolean) - Method in interface org.noos.xing.mydoggy.Dockable
Sets whether or not the dockable is selected.
setShowAlwaysTab(boolean) - Method in interface org.noos.xing.mydoggy.MultiSplitContentUI
Sets whether or not the ui must show a tab for all contents also when there is just one content.
setShowAlwaysTab(boolean) - Method in interface org.noos.xing.mydoggy.TabbedContentManagerUI
Sets whether or not the ui must show a tab for all contents also when there is just one content.
setShowTextOnTitleBar(boolean) - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
setShowUnavailableTools(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerDescriptor
Sets whether or not the representative anchor buttons for unavailable tools are to be shown.
setSize(int, int) - Method in interface org.noos.xing.mydoggy.DesktopContentUI
Sets the content frame size.
setSize(int, int) - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Sets the window size.
setSize(int, int) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Sets the window size.
setTabLayout(TabbedContentManagerUI.TabLayout) - Method in interface org.noos.xing.mydoggy.TabbedContentManagerUI
Sets the layout type which the manager will use in laying out the tabs when all the tabs will not fit within a single line.
setTabPlacement(TabbedContentManagerUI.TabPlacement) - Method in interface org.noos.xing.mydoggy.TabbedContentManagerUI
Sets the tab placement for this manager.
setText(String) - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
setTitle(String) - Method in interface org.noos.xing.mydoggy.Dockable
This method is used to set the title for this dockable.
setTitle(String) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Sets the title of the representative anchor.
setTitleBarButtonsVisible(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Shows or hides the toolwindow's action buttons on title bar.
setTitleBarVisible(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowTypeDescriptor
Shows or hides the toolwindow's title bar.
setToolsVisible(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowBar
This method is used to store and restore the toolwindows visible on this bar.
setToolTipText(String) - Method in interface org.noos.xing.mydoggy.Content
Sets the tool tip text to toolTipText which can be null.
setTooltipText(String) - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
setToolWindow(ToolWindow) - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
setToolWindowActionHandler(ToolWindowActionHandler) - Method in interface org.noos.xing.mydoggy.DockedTypeDescriptor
Sets the ToolWindowActionHandler to this descriptor.
setTransparentDelay(int) - Method in interface org.noos.xing.mydoggy.ContentUI
Sets the transparent delay.
setTransparentDelay(int) - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Sets the transparent delay.
setTransparentDelay(int) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Sets the transparent delay.
setTransparentDelay(int) - Method in interface org.noos.xing.mydoggy.SlidingTypeDescriptor
Sets the transparent delay.
setTransparentMode(boolean) - Method in interface org.noos.xing.mydoggy.ContentUI
Sets the transparent mode.
setTransparentMode(boolean) - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Sets the transparent mode.
setTransparentMode(boolean) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Sets the transparent mode.
setTransparentMode(boolean) - Method in interface org.noos.xing.mydoggy.SlidingTypeDescriptor
Sets the transparent mode.
setTransparentRatio(float) - Method in interface org.noos.xing.mydoggy.ContentUI
Sets the transparent ratio.
setTransparentRatio(float) - Method in interface org.noos.xing.mydoggy.FloatingLiveTypeDescriptor
Sets the transparent ratio.
setTransparentRatio(float) - Method in interface org.noos.xing.mydoggy.FloatingTypeDescriptor
Sets the transparent ratio.
setTransparentRatio(float) - Method in interface org.noos.xing.mydoggy.SlidingTypeDescriptor
Sets the transparent ratio.
setType(ToolWindowType) - Method in interface org.noos.xing.mydoggy.ToolWindow
This method is used to set the type for the tool.
setVisible(boolean) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Enable or disable the representative anchor button.
setVisible(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindow
The method is used to set the visible property of the tool.
setVisible(boolean) - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
setVisible(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowBar
TODO:
setVisible(boolean) - Method in interface org.noos.xing.mydoggy.ToolWindowGroup
Invokes setVisible(visible) on all toolwindows contained in this group in proper sequence.
setVisibleOnMenuBar(boolean) - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
setVisibleOnTitleBar(boolean) - Method in class org.noos.xing.mydoggy.ToolWindowAction
 
showMessage(Icon, String) - Method in interface org.noos.xing.mydoggy.RepresentativeAnchorDescriptor
Show a message near the representative anchor.
showTextOnTitleBar - Variable in class org.noos.xing.mydoggy.ToolWindowAction
 
SlidingTypeDescriptor - Interface in org.noos.xing.mydoggy
This interface is used to modify the behaviours of SLIDING type.
storeContentManager() - Method in interface org.noos.xing.mydoggy.PersistenceDelegateFilter
Returns true if the content manager must be saved, true otherwise.
storeToolWindow(ToolWindow) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateFilter
Returns true if the passed toolwindow must be saved, true otherwise.
storeToolWindowBar(ToolWindowBar) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateFilter
Returns true if the passed toolwindowbar must be saved, true otherwise.
storeToolWindowManagerDescriptor() - Method in interface org.noos.xing.mydoggy.PersistenceDelegateFilter
Returns true if the toolwindow manager descriptor must be saved, true otherwise.

T

TabbedContentManagerUI<E extends TabbedContentUI> - Interface in org.noos.xing.mydoggy
This interface represents a ui that use a component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon (i.e.
TabbedContentManagerUI.TabLayout - Enum in org.noos.xing.mydoggy
The tab layout enum used in laying out the tabs when all the tabs will not fit within a single line.
TabbedContentManagerUI.TabPlacement - Enum in org.noos.xing.mydoggy
The tab placement enum used in positioning the component that show tabs.
TabbedContentUI - Interface in org.noos.xing.mydoggy
This interface let you modify ui behaviours of a content when a TabbedContentManagerUI is used as current ContentManagerUI.
toolAdded(ToolWindowGroupEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowGroupListener
Invoked when a tool has been added to the group.
toolRemoved(ToolWindowGroupEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowGroupListener
Invoked when a tool has been removed from the group.
TOOLS_MENU_ACTION_ID - Static variable in class org.noos.xing.mydoggy.ToolWindowAction
 
ToolWindow - Interface in org.noos.xing.mydoggy
Tool Windows are secondary windows within the main window that provide access to and/or support for a particular functionality.
toolWindow - Variable in class org.noos.xing.mydoggy.ToolWindowAction
The toolwindow that ownes the action.
ToolWindowAction - Class in org.noos.xing.mydoggy
This abstract class is used to define a new behaviour associated to one or more toolwindows.
ToolWindowAction(String) - Constructor for class org.noos.xing.mydoggy.ToolWindowAction
 
ToolWindowAction(String, Icon) - Constructor for class org.noos.xing.mydoggy.ToolWindowAction
 
ToolWindowActionHandler - Interface in org.noos.xing.mydoggy
This interface let you intercept toolwindow ui events.
ToolWindowAnchor - Enum in org.noos.xing.mydoggy
Every tool window has an anchor that specifies where the tool is attached.
ToolWindowBar - Interface in org.noos.xing.mydoggy
This interface is used to modify all toolwindow anchor related properties.
ToolWindowGroup - Interface in org.noos.xing.mydoggy
This interface lets the user to manager a group of tool window.
toolWindowGroupAdded(ToolWindowManagerEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerListener
Invoked when a tool group has been added to the manager.
ToolWindowGroupEvent - Class in org.noos.xing.mydoggy.event
An event which indicates that an action occurred in a tool window group.
ToolWindowGroupEvent(ToolWindowManager, ToolWindowGroupEvent.ActionId, ToolWindowGroup) - Constructor for class org.noos.xing.mydoggy.event.ToolWindowGroupEvent
Constructs a ToolWindowGroupEvent object with the specified source tool window manager, actionId, toolWindowGroup.
ToolWindowGroupEvent(ToolWindowManager, ToolWindowGroupEvent.ActionId, ToolWindowGroup, ToolWindow) - Constructor for class org.noos.xing.mydoggy.event.ToolWindowGroupEvent
Constructs a ToolWindowGroupEvent object with the specified source tool window manager, actionId, toolWindowGroup, toolWindow.
ToolWindowGroupEvent.ActionId - Enum in org.noos.xing.mydoggy.event
An event which indicates that an action occurred in the tool window manager.
ToolWindowGroupListener - Interface in org.noos.xing.mydoggy
The listener interface for receiving "interesting" events (shown, hidden, tool added, tool removed) on a tool window group.
toolWindowGroupRemoved(ToolWindowManagerEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerListener
Invoked when a tool group has been removed from the manager.
ToolWindowListener - Interface in org.noos.xing.mydoggy
The listener interface for receiving "interesting" events (tab added, removed and removing).
ToolWindowManager - Interface in org.noos.xing.mydoggy
This interface is the main entry point to manager MyDoggy.
ToolWindowManagerDescriptor - Interface in org.noos.xing.mydoggy
This interface is used to modify the behaviours of the ToolWindowManager.
ToolWindowManagerDescriptor.Corner - Enum in org.noos.xing.mydoggy
 
ToolWindowManagerEvent - Class in org.noos.xing.mydoggy.event
An event which indicates that an action occurred in the tool window manager.
ToolWindowManagerEvent(ToolWindowManager, ToolWindowManagerEvent.ActionId, ToolWindow) - Constructor for class org.noos.xing.mydoggy.event.ToolWindowManagerEvent
Constructs a ToolWindowManagerEvent object with the specified source tool window manager, actionId, toolWindow.
ToolWindowManagerEvent(ToolWindowManager, ToolWindowManagerEvent.ActionId, ToolWindowGroup) - Constructor for class org.noos.xing.mydoggy.event.ToolWindowManagerEvent
Constructs a ToolWindowManagerEvent object with the specified source tool window manager, actionId, toolWindowGroup.
ToolWindowManagerEvent.ActionId - Enum in org.noos.xing.mydoggy.event
Action Identifier Enum.
ToolWindowManagerListener - Interface in org.noos.xing.mydoggy
The listener interface for receiving "interesting" events (tool registered, tool unregistered, group added, group removed) on the tool window manager.
toolwindowNotFound(ToolWindowManager, String, PersistenceDelegateCallback.PersistenceNode) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateCallback
This method is invoked when the PersistenceDelegate try to access a ToolWindow that is not currently registered in the ToolWindowManager.
toolWindowRegistered(ToolWindowManagerEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerListener
Invoked when a tool has been registered to the manager.
ToolWindowTab - Interface in org.noos.xing.mydoggy
Every toolwindow can be considered as a special JTabbedPane and so it can contain more than one component.
toolWindowTabAdded(ToolWindowTabEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowListener
Invoked when a tab has been added to the tool.
ToolWindowTabEvent - Class in org.noos.xing.mydoggy.event
An event which indicates that an action occurred in a tool window with a tab as object.
ToolWindowTabEvent(Object, ToolWindowTabEvent.ActionId, ToolWindow, ToolWindowTab) - Constructor for class org.noos.xing.mydoggy.event.ToolWindowTabEvent
Constructs a ToolWindowTabEvent object with the specified source, actionId, tool window and tab.
ToolWindowTabEvent.ActionId - Enum in org.noos.xing.mydoggy.event
 
toolWindowTabRemoved(ToolWindowTabEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowListener
Invoked when a tool has been removed from the group.
toolWindowTabRemoving(ToolWindowTabEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowListener
Invoked before removing the tab.
ToolWindowType - Enum in org.noos.xing.mydoggy
Every tool window has a type that specifies the visual behaviours of the tool.
ToolWindowTypeDescriptor - Interface in org.noos.xing.mydoggy
This is a markup interface for all ToolWindowTypeDescriptor.
toolWindowUnregistered(ToolWindowManagerEvent) - Method in interface org.noos.xing.mydoggy.ToolWindowManagerListener
Invoked when a tool has been unregistered from the manager.
toString() - Method in class org.noos.xing.mydoggy.event.ContentManagerEvent
 
toString() - Method in class org.noos.xing.mydoggy.event.ContentManagerUIEvent
 
toString() - Method in class org.noos.xing.mydoggy.event.DockableManagerEvent
 
toString() - Method in class org.noos.xing.mydoggy.event.ToolWindowGroupEvent
 
toString() - Method in class org.noos.xing.mydoggy.event.ToolWindowManagerEvent
 
toString() - Method in class org.noos.xing.mydoggy.event.ToolWindowTabEvent
 
toString() - Method in class org.noos.xing.mydoggy.MultiSplitConstraint
 

U

unregisterAllToolWindow() - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Removes all toolwindows from this window manager if there are any.
unregisterToolWindow(String) - Method in interface org.noos.xing.mydoggy.ToolWindowManager
Removes the tool window for this id from this window manager if it is present.

V

validate(PersistenceDelegateCallback.PersistenceNode, String, String, Object) - Method in interface org.noos.xing.mydoggy.PersistenceDelegateCallback
This method is invoked each time a property is loaded by the persistence delegate.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.AggregationPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.event.ContentManagerEvent.ActionId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.event.ContentManagerUIEvent.ActionId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.event.DockableManagerEvent.ActionId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.event.ToolWindowGroupEvent.ActionId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.event.ToolWindowManagerEvent.ActionId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.event.ToolWindowTabEvent.ActionId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.PersistenceDelegate.MergePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.PushAwayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.TabbedContentManagerUI.TabLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.TabbedContentManagerUI.TabPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.ToolWindowAnchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.ToolWindowManagerDescriptor.Corner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.noos.xing.mydoggy.ToolWindowType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.noos.xing.mydoggy.AggregationPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.event.ContentManagerEvent.ActionId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.event.ContentManagerUIEvent.ActionId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.event.DockableManagerEvent.ActionId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.event.ToolWindowGroupEvent.ActionId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.event.ToolWindowManagerEvent.ActionId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.event.ToolWindowTabEvent.ActionId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.PersistenceDelegate.MergePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.PushAwayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.TabbedContentManagerUI.TabLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.TabbedContentManagerUI.TabPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.ToolWindowAnchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.ToolWindowManagerDescriptor.Corner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.noos.xing.mydoggy.ToolWindowType
Returns an array containing the constants of this enum type, in the order they are declared.
visibleOnMenuBar - Variable in class org.noos.xing.mydoggy.ToolWindowAction
 
visibleOnTitleBar - Variable in class org.noos.xing.mydoggy.ToolWindowAction
 

A C D E F G H I L M O P R S T U V

Copyright © 2012. All Rights Reserved.