Uses of Interface
org.noos.xing.mydoggy.ToolWindow

Packages that use ToolWindow
org.noos.xing.mydoggy   
org.noos.xing.mydoggy.event   
 

Uses of ToolWindow in org.noos.xing.mydoggy
 

Fields in org.noos.xing.mydoggy declared as ToolWindow
protected  ToolWindow ToolWindowAction.toolWindow
          The toolwindow that ownes the action.
 

Methods in org.noos.xing.mydoggy that return ToolWindow
 ToolWindow ToolWindowTab.getOwner()
          Returns the owner ot this tab.
 ToolWindow[] ToolWindowManager.getToolsByAnchor(ToolWindowAnchor anchor)
          Returns an array of the toolwindows, registered into this manager, with the specified anchor.
 ToolWindow[] ToolWindowGroup.getToolsWindow()
          Returns an array containing all of the toolwindows in this group in proper sequence.
 ToolWindow ToolWindowAction.getToolWindow()
           
 ToolWindow ToolWindowManager.getToolWindow(int index)
          Returns the tool window whose index is index.
 ToolWindow ToolWindowManager.getToolWindow(Object key)
          Returns the tool window to which this manager maps the specified key (the key could be the id or an alias).
 ToolWindow ToolWindowManager.getToolWindowByAlias(Object alias)
          Deprecated. use getToolWindow(Object) instead.
 ToolWindow[] ToolWindowManager.getToolWindows()
          Returns an array of the toolwindows registered into this manager.
 ToolWindow[] ToolWindowBar.getToolWindows()
          Returns an array of the toolwindows attached on this bar.
 ToolWindow ToolWindowManager.registerToolWindow(String id, String title, Icon icon, Component component, ToolWindowAnchor anchor)
          Register a new tool window into this window manager based on the passed parameters.
 ToolWindow PersistenceDelegateCallback.toolwindowNotFound(ToolWindowManager toolWindowManager, String toolWindowId, PersistenceDelegateCallback.PersistenceNode node)
          This method is invoked when the PersistenceDelegate try to access a ToolWindow that is not currently registered in the ToolWindowManager.
 

Methods in org.noos.xing.mydoggy that return types with arguments of type ToolWindow
 RepresentativeAnchorDescriptor<ToolWindow> ToolWindow.getRepresentativeAnchorDescriptor()
          Returns the representative anchor descriptor used to modify the behaviours of that object.
 

Methods in org.noos.xing.mydoggy with parameters of type ToolWindow
 void ToolWindowGroup.addToolWindow(ToolWindow toolWindow)
          Appends the specified tool window to the end of this group.
 void ToolWindow.aggregate(ToolWindow onToolWindow, AggregationPosition onPosition)
          Aggregate this tool using onToolWindow as a relative position and the aggregation position as the position relative to the specified toolwindow.
 void ToolWindow.aggregateByReference(ToolWindow refToolWindow, AggregationPosition onPosition)
          This method is used when the user want to aggregate the toolwindow to another toolwindow whose type is FLOATING, FLOATING_FREE or FLOATING_LIVE.
 boolean ToolWindowGroup.containesToolWindow(ToolWindow toolWindow)
          Returns true if this group contains the specified tool window.
 void ToolWindowActionHandler.onHideButtonClick(ToolWindow toolWindow)
          This method is called when the user click on the hide button.
 boolean ToolWindowGroup.removeToolWindow(ToolWindow toolWindow)
          Removes the occurrence in this group of the specified tool window.
 void ToolWindowAction.setToolWindow(ToolWindow toolWindow)
           
 boolean PersistenceDelegateFilter.storeToolWindow(ToolWindow toolWindow)
          Returns true if the passed toolwindow must be saved, true otherwise.
 

Uses of ToolWindow in org.noos.xing.mydoggy.event
 

Methods in org.noos.xing.mydoggy.event that return ToolWindow
 ToolWindow ToolWindowManagerEvent.getToolWindow()
          Returns the tool window subject of the action.
 ToolWindow ToolWindowGroupEvent.getToolWindow()
          Returns the tool window involved in the action.
 ToolWindow ToolWindowTabEvent.getToolWindow()
          Returns the tool window involved in the action.
 

Constructors in org.noos.xing.mydoggy.event with parameters of type ToolWindow
ToolWindowGroupEvent(ToolWindowManager source, ToolWindowGroupEvent.ActionId actionId, ToolWindowGroup toolWindowGroup, ToolWindow toolWindow)
          Constructs a ToolWindowGroupEvent object with the specified source tool window manager, actionId, toolWindowGroup, toolWindow.
ToolWindowManagerEvent(ToolWindowManager source, ToolWindowManagerEvent.ActionId actionId, ToolWindow toolWindow)
          Constructs a ToolWindowManagerEvent object with the specified source tool window manager, actionId, toolWindow.
ToolWindowTabEvent(Object source, ToolWindowTabEvent.ActionId actionId, ToolWindow toolWindow, ToolWindowTab toolWindowTab)
          Constructs a ToolWindowTabEvent object with the specified source, actionId, tool window and tab.
 



Copyright © 2012. All Rights Reserved.