#import <CPTabView.h>
Class Methods | |
(BOOL) | + isBindingExclusive: |
Class Methods inherited from CPView | |
(Class) | + animatorClass |
(CAAnimation) | + defaultAnimationForKey: |
(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 |
Enabled controls accept first mouse by default.
Reimplemented from CPView.
Provided by category CPTabView(BindingSupport).
Definition at line 670 of file CPTabView.j.
|
implementation |
Adds a CPTabViewItem to the tab view.
aTabViewItem | the item to add |
Definition at line 116 of file CPTabView.j.
|
implementation |
Provided by category CPTabView(CPCoding).
Definition at line 804 of file CPTabView.j.
|
implementation |
Returns the background color of the receiver
Reimplemented from CPView.
Definition at line 517 of file CPTabView.j.
Provided by category CPTabView(BindingSupport).
Definition at line 604 of file CPTabView.j.
|
implementation |
Returns the receiver's delegate.
Definition at line 481 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 832 of file CPTabView.j.
|
implementation |
Returns the font for tab label text.
Definition at line 386 of file CPTabView.j.
|
implementation |
Returns the index of the specified item
aTabViewItem | the item to find the index for |
Definition at line 195 of file CPTabView.j.
|
implementation |
Returns the index of the CPTabViewItem with the specified identifier.
anIdentifier | the identifier of the item |
Definition at line 205 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 782 of file CPTabView.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPView.
Definition at line 75 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 126 of file CPTabView.j.
|
implementation |
Provided by category CPTabView(BindingSupport).
Definition at line 580 of file CPTabView.j.
|
implementation |
Definition at line 106 of file CPTabView.j.
|
implementation |
Reimplemented from CPView.
Definition at line 447 of file CPTabView.j.
|
implementation |
Returns the number of items in the tab view.
Definition at line 217 of file CPTabView.j.
|
implementation |
Removes the specified tab view item from the tab view.
aTabViewItem | the item to remove |
Definition at line 152 of file CPTabView.j.
|
implementation |
Returns the current item being displayed.
Definition at line 376 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 245 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 257 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 269 of file CPTabView.j.
|
implementation |
Selects the previous item in the array for display.
aSender | the object making this request |
Definition at line 287 of file CPTabView.j.
|
implementation |
Displays the specified item in the tab view.
aTabViewItem | the item to display |
Definition at line 304 of file CPTabView.j.
|
implementation |
Selects the item at the specified index.
anIndex | the index of the item to display. |
Definition at line 313 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 512 of file CPTabView.j.
|
implementation |
Sets the delegate for this tab view.
aDelegate | the tab view's delegate |
Definition at line 490 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 395 of file CPTabView.j.
|
implementation |
Provided by category CPTabView(BindingSupport).
Definition at line 615 of file CPTabView.j.
|
implementation |
Sets the tab view type.
aTabViewType | the view type |
Definition at line 409 of file CPTabView.j.
|
implementation |
Returns the CPTabViewItem at the specified index.
Definition at line 226 of file CPTabView.j.
|
implementation |
Returns the array of items that backs this tab view.
Definition at line 235 of file CPTabView.j.
|
implementation |
Returns the tab view type.
Definition at line 472 of file CPTabView.j.
|
implementation |
Definition at line 439 of file CPTabView.j.