Managing Tab View Items
These methods let you add and remove tab view items:
To add a tab view item at the end of the tab view item array, use
addTabViewItem:
To insert a tab view item to a specific position in the tab view item array, use
insertTabViewItem:atIndex:
To remove a tab view item, use
removeTabViewItem:
These methods let you access tab view items:
To return the index of a tab view item, use
indexOfTabViewItem:
orindexOfTabViewItemWithIdentifier:
To return a specific tab view item at a specific index, use
tabViewItemAtIndex:
ortabViewItemAtPoint:
To return an array of tab view items, use
tabViewItems
.To return the number of tab view items, use
numberOfTabViewItems
.
These methods select tab view items:
To select the first or last tab view item in the array, use
selectFirstTabViewItem:
orselectLastTabViewItem:
.To select the tab view item immediately before or after the currently selected item, use
selectPreviousTabViewItem:
orselectNextTabViewItem:
.To select a tab view item at a specific index, use
selectTabViewItemAtIndex:
.To select the tab view item at the same index as the selected item in another control, use
takeSelectedTabViewItemFromSender:
To return the currently selected tab view item, use
selectedTabViewItem:
.
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-11-06