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

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

Uses of ToolWindowTab in org.noos.xing.mydoggy
 

Methods in org.noos.xing.mydoggy that return ToolWindowTab
 ToolWindowTab ToolWindow.addToolWindowTab(Dockable dockable)
          Adds a dockable.
 ToolWindowTab ToolWindow.addToolWindowTab(String title, Component component)
          Adds a component represented by a title and no icon.
 ToolWindowTab[] ToolWindow.getToolWindowTabs()
          Gets all the tabs in this toolwindow.
 

Methods in org.noos.xing.mydoggy with parameters of type ToolWindowTab
 boolean ToolWindow.removeToolWindowTab(ToolWindowTab toolWindowTab)
          Removes the specified tab from this toolwindow.
 

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

Methods in org.noos.xing.mydoggy.event that return ToolWindowTab
 ToolWindowTab ToolWindowTabEvent.getToolWindowTab()
          Returns the tab involved in the action.
 

Constructors in org.noos.xing.mydoggy.event with parameters of type ToolWindowTab
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.