#import <CPTabView.h>
Additional Inherited Members | |
![]() | |
(CPMenu) | + defaultMenu |
(CPString) | + defaultThemeClass |
(void) | + initialize |
(BOOL) | + isHighDPIDrawingEnabled |
(CPSet) | + keyPathsForValuesAffectingBounds |
(CPSet) | + keyPathsForValuesAffectingFrame |
(void) | + setHighDPIDrawingEnabled: |
(CPDictionary) | + themeAttributes |
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 108 of file CPTabView.j.
|
implementation |
Reimplemented from CPObject.
Provided by category CPTabView(CPCoding).
Definition at line 525 of file CPTabView.j.
|
implementation |
Returns the background color of the receiver
Reimplemented from CPView.
Definition at line 444 of file CPTabView.j.
|
implementation |
Returns the receiver's delegate.
Definition at line 408 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 544 of file CPTabView.j.
|
implementation |
Returns the font for tab label text.
Definition at line 320 of file CPTabView.j.
|
implementation |
Returns the index of the specified item
aTabViewItem | the item to find the index for |
Definition at line 162 of file CPTabView.j.
|
implementation |
Returns the index of the CPTabViewItem with the specified identifier.
anIdentifier | the identifier of the item |
Definition at line 172 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 504 of file CPTabView.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPView.
Definition at line 73 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 118 of file CPTabView.j.
|
implementation |
Reimplemented from CPView.
Definition at line 373 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 449 of file CPTabView.j.
|
implementation |
Returns the number of items in the tab view.
Definition at line 185 of file CPTabView.j.
|
implementation |
Removes the specified tab view item from the tab view.
aTabViewItem | the item to remove |
Definition at line 135 of file CPTabView.j.
|
implementation |
Returns the current item being displayed.
Definition at line 307 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 213 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 225 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 237 of file CPTabView.j.
|
implementation |
Selects the previous item in the array for display.
aSender | the object making this request |
Definition at line 255 of file CPTabView.j.
|
implementation |
Displays the specified item in the tab view.
aTabViewItem | the item to display |
Definition at line 272 of file CPTabView.j.
|
implementation |
Selects the item at the specified index.
anIndex | the index of the item to display. |
Definition at line 281 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 439 of file CPTabView.j.
|
implementation |
Sets the delegate for this tab view.
aDelegate | the tab view's delegate |
Definition at line 417 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 329 of file CPTabView.j.
|
implementation |
Sets the tab view type.
aTabViewType | the view type |
Definition at line 343 of file CPTabView.j.
|
implementation |
Returns the CPTabViewItem at the specified index.
Definition at line 194 of file CPTabView.j.
|
implementation |
Returns the array of items that backs this tab view.
Definition at line 203 of file CPTabView.j.
|
implementation |
Returns the tab view type.
Definition at line 399 of file CPTabView.j.