Tabbed Window Object
Methods
tabbedWindow.getActiveTab()
Return the tab object of the currently active tab of this window.
tabbedWindow.getNextTab(tab)
- tab(- Tab object)
Return the tab object that follows the given tab in this window.
This method takes into account the tab iteration mode setting.
tabbedWindow.getPreviousTab(tab)
- tab(- Tab object)
Return the tab object that precedes the given tab in this window.
This method takes into account the tab iteration mode setting.
tabbedWindow.getRelatedTab(partitionId)
- partitionId (string)
Returns the array of tab objects that belong to given partition ID.
tabbedWindow.getSelectedTabs()
Returns the array of tab objects currently selected in this window.
tabbedWindow.getTab(uuid)
- uuid(- string)
Return the tab object with the given UUID from the this window.
tabbedWindow.getTabs()
Returns the array of tab objects manged by this window.