![]() |
API
0.9.6
|
#import <CPTabView.h>
Additional Inherited Members | |
![]() | |
(CPMenu) | + defaultMenu |
(CPString) | + defaultThemeClass |
(void) | + initialize |
(CPSet) | + keyPathsForValuesAffectingBounds |
(CPSet) | + keyPathsForValuesAffectingFrame |
(CPDictionary) | + themeAttributes |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
![]() | |
Class | isa |
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 |
Returns the background color of the receiver
Reimplemented from CPView.
Definition at line 431 of file CPTabView.j.
|
implementation |
Returns the receiver's delegate.
Definition at line 395 of file CPTabView.j.
|
implementation |
Archives the view to a coder.
aCoder | the object into which the view's data will be archived. |
Reimplemented from CPView.
Provided by category CPTabView(CPCoding).
Definition at line 519 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 |
Initializes the view from an archive.
aCoder | the coder from which to initialize |
Reimplemented from CPView.
Provided by category CPTabView(CPCoding).
Definition at line 491 of file CPTabView.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPView.
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 |
Reimplemented from CPView.
Definition at line 361 of file CPTabView.j.
|
implementation |
Notifies the receiver that the user has clicked the mouse down in its area.
anEvent | contains information about the click |
Reimplemented from CPView.
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 |
Sets the background color of the receiver.
aColor | the new color for the receiver's background |
Reimplemented from CPView.
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.