![]() |
API
0.9.7
|
#import <CPTabView.h>
Instance Methods | |
(void) | - addTabViewItem: |
(void) | - awakeFromCib |
(CPColor) | - backgroundColor |
(id) | - delegate |
(void) | - encodeWithCoder: |
(CPFont) | - font |
(int) | - indexOfTabViewItem: |
(int) | - indexOfTabViewItemWithIdentifier: |
(id) | - initWithCoder: |
(id) | - initWithFrame: |
(void) | - insertTabViewItem:atIndex: |
(void) | - layoutSubviews |
(void) | - mouseDown: |
(unsigned) | - numberOfTabViewItems |
(void) | - removeTabViewItem: |
(CPTabViewItem) | - selectedTabViewItem |
(void) | - selectFirstTabViewItem: |
(void) | - selectLastTabViewItem: |
(void) | - selectNextTabViewItem: |
(void) | - selectPreviousTabViewItem: |
(void) | - selectTabViewItem: |
(BOOL) | - selectTabViewItemAtIndex: |
(void) | - setBackgroundColor: |
(void) | - setDelegate: |
(void) | - setFont: |
(void) | - setTabViewType: |
(CPTabViewItem) | - tabViewItemAtIndex: |
(CPArray) | - tabViewItems |
(CPTabViewType) | - tabViewType |
A CPTabView object presents a tabbed interface where each page is one a complete view hiearchy of its own. The user can navigate between various pages by clicking on the tab headers.
Definition at line 2 of file CPTabView.h.
|
implementation |
Adds a CPTabViewItem to the tab view.
aTabViewItem | the item to add |
Definition at line 96 of file CPTabView.j.
|
implementation |
Provided by category CPTabView(CPCoding).
Definition at line 512 of file CPTabView.j.
|
implementation |
Definition at line 431 of file CPTabView.j.
|
implementation |
Returns the receiver's delegate.
Definition at line 395 of file CPTabView.j.
|
implementation |
Provided by category CPTabView(CPCoding).
Definition at line 531 of file CPTabView.j.
|
implementation |
Returns the font for tab label text.
Definition at line 308 of file CPTabView.j.
|
implementation |
Returns the index of the specified item
aTabViewItem | the item to find the index for |
Definition at line 150 of file CPTabView.j.
|
implementation |
Returns the index of the CPTabViewItem with the specified identifier.
anIdentifier | the identifier of the item |
Definition at line 160 of file CPTabView.j.
|
implementation |
Provided by category CPTabView(CPCoding).
Definition at line 491 of file CPTabView.j.
|
implementation |
Definition at line 61 of file CPTabView.j.
|
implementation |
Inserts a CPTabViewItem into the tab view at the specified index.
aTabViewItem | the item to insert |
anIndex | the index for the item |
Definition at line 106 of file CPTabView.j.
|
implementation |
Definition at line 361 of file CPTabView.j.
|
implementation |
Definition at line 436 of file CPTabView.j.
|
implementation |
Returns the number of items in the tab view.
Definition at line 173 of file CPTabView.j.
|
implementation |
Removes the specified tab view item from the tab view.
aTabViewItem | the item to remove |
Definition at line 123 of file CPTabView.j.
|
implementation |
Returns the current item being displayed.
Definition at line 295 of file CPTabView.j.
|
implementation |
Sets the first tab view item in the array to be displayed to the user.
aSender | the object making this request |
Definition at line 201 of file CPTabView.j.
|
implementation |
Sets the last tab view item in the array to be displayed to the user.
aSender | the object making this request |
Definition at line 213 of file CPTabView.j.
|
implementation |
Sets the next tab item in the array to be displayed.
aSender | the object making this request |
Definition at line 225 of file CPTabView.j.
|
implementation |
Selects the previous item in the array for display.
aSender | the object making this request |
Definition at line 243 of file CPTabView.j.
|
implementation |
Displays the specified item in the tab view.
aTabViewItem | the item to display |
Definition at line 260 of file CPTabView.j.
|
implementation |
Selects the item at the specified index.
anIndex | the index of the item to display. |
Definition at line 269 of file CPTabView.j.
|
implementation |
Definition at line 426 of file CPTabView.j.
|
implementation |
Sets the delegate for this tab view.
aDelegate | the tab view's delegate |
Definition at line 404 of file CPTabView.j.
|
implementation |
Sets the font for tab label text to font.
font | the font the receiver should use for tab label text |
Definition at line 317 of file CPTabView.j.
|
implementation |
Sets the tab view type.
aTabViewType | the view type |
Definition at line 331 of file CPTabView.j.
|
implementation |
Returns the CPTabViewItem at the specified index.
Definition at line 182 of file CPTabView.j.
|
implementation |
Returns the array of items that backs this tab view.
Definition at line 191 of file CPTabView.j.
|
implementation |
Returns the tab view type.
Definition at line 386 of file CPTabView.j.