Public Member Functions | |
| (id) | - initWithFrame: [implementation] |
| (void) | - viewDidMoveToWindow [implementation] |
| (void) | - layoutSubviews [implementation] |
| (void) | - addTabViewItem: [implementation] |
| (void) | - insertTabViewItem:atIndex: [implementation] |
| (void) | - removeTabViewItem: [implementation] |
| (int) | - indexOfTabViewItem: [implementation] |
| (int) | - indexOfTabViewItemWithIdentifier: [implementation] |
| (unsigned) | - numberOfTabViewItems [implementation] |
| (CPTabViewItem) | - tabViewItemAtIndex: [implementation] |
| (CPArray) | - tabViewItems [implementation] |
| (void) | - selectFirstTabViewItem: [implementation] |
| (void) | - selectLastTabViewItem: [implementation] |
| (void) | - selectNextTabViewItem: [implementation] |
| (void) | - selectPreviousTabViewItem: [implementation] |
| (void) | - selectTabViewItem: [implementation] |
| (void) | - selectTabViewItemAtIndex: [implementation] |
| (CPTabViewItem) | - selectedTabViewItem [implementation] |
| (void) | - setTabViewType: [implementation] |
| (CPTabViewType) | - tabViewType [implementation] |
| (CGRect) | - contentRect [implementation] |
| (void) | - setDelegate: [implementation] |
| (void) | - mouseDown: [implementation] |
| (id) | - initWithCoder: [implementation] |
| (void) | - encodeWithCoder: [implementation] |
Static Public Member Functions | |
| (void) | + initialize [implementation] |
| (CPColor) | + bezelBorderColor [implementation] |
THe currently selected CPTabViewItem is the view that is displayed.
Definition at line 82 of file CPTabView.j.
| - (void) addTabViewItem: | (CPTabViewItem) | aTabViewItem | [implementation] |
Adds a CPTabViewItem to the tab view.
| aTabViewItem | the item to add |
Definition at line 230 of file CPTabView.j.
| + (CPColor) bezelBorderColor | [implementation] |
Definition at line 138 of file CPTabView.j.
| - (CGRect) contentRect | [implementation] |
Returns the content rectangle.
Definition at line 473 of file CPTabView.j.
| - (void) encodeWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 563 of file CPTabView.j.
| - (int) indexOfTabViewItem: | (CPTabViewItem) | aTabViewItem | [implementation] |
Returns the index of the specified item
| aTabViewItem | the item to find the index for |
Definition at line 276 of file CPTabView.j.
| - (int) indexOfTabViewItemWithIdentifier: | (CPString) | anIdentifier | [implementation] |
Returns the index of the CPTabViewItem with the specified identifier.
| anIdentifier | the identifier of the item |
Definition at line 285 of file CPTabView.j.
| + (void) initialize | [implementation] |
Definition at line 103 of file CPTabView.j.
| - (id) initWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 539 of file CPTabView.j.
| - (id) initWithFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 143 of file CPTabView.j.
| - (void) insertTabViewItem: | (CPTabViewItem) | aTabViewItem | ||
| atIndex: | (unsigned) | anIndex | ||
[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 241 of file CPTabView.j.
| - (void) layoutSubviews | [implementation] |
Definition at line 197 of file CPTabView.j.
| - (void) mouseDown: | (CPEvent) | anEvent | [implementation] |
Definition at line 521 of file CPTabView.j.
| - (unsigned) numberOfTabViewItems | [implementation] |
Returns the number of items in the tab view.
Definition at line 300 of file CPTabView.j.
| - (void) removeTabViewItem: | (CPTabViewItem) | aTabViewItem | [implementation] |
Removes the specified tab view item from the tab view.
| aTabViewItem | the item to remove |
Definition at line 261 of file CPTabView.j.
| - (CPTabViewItem) selectedTabViewItem | [implementation] |
Returns the current item being displayed.
Definition at line 431 of file CPTabView.j.
| - (void) selectFirstTabViewItem: | (id) | aSender | [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 326 of file CPTabView.j.
| - (void) selectLastTabViewItem: | (id) | aSender | [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 338 of file CPTabView.j.
| - (void) selectNextTabViewItem: | (id) | aSender | [implementation] |
Sets the next tab item in the array to be displayed.
| aSender | the object making this request |
Definition at line 350 of file CPTabView.j.
| - (void) selectPreviousTabViewItem: | (id) | aSender | [implementation] |
Selects the previous item in the array for display.
| aSender | the object making this request |
Definition at line 365 of file CPTabView.j.
| - (void) selectTabViewItem: | (CPTabViewItem) | aTabViewItem | [implementation] |
Displays the specified item in the tab view.
| aTabViewItem | the item to display |
Definition at line 380 of file CPTabView.j.
| - (void) selectTabViewItemAtIndex: | (unsigned) | anIndex | [implementation] |
Selects the item at the specified index.
| anIndex | the index of the item to display. |
Definition at line 423 of file CPTabView.j.
| - (void) setDelegate: | (id) | aDelegate | [implementation] |
Sets the delegate for this tab view.
| aDelegate | the tab view's delegate |
Definition at line 497 of file CPTabView.j.
| - (void) setTabViewType: | (CPTabViewType) | aTabViewType | [implementation] |
Sets the tab view type.
| aTabViewType | the view type |
Definition at line 441 of file CPTabView.j.
| - (CPTabViewItem) tabViewItemAtIndex: | (unsigned) | anIndex | [implementation] |
Returns the CPTabViewItem at the specified index.
Definition at line 308 of file CPTabView.j.
| - (CPArray) tabViewItems | [implementation] |
Returns the array of items that backs this tab view.
Definition at line 316 of file CPTabView.j.
| - (CPTabViewType) tabViewType | [implementation] |
Returns the tab view type.
Definition at line 464 of file CPTabView.j.
| - (void) viewDidMoveToWindow | [implementation] |
Definition at line 156 of file CPTabView.j.
1.5.8