CPTabViewItem Class Reference

List of all members.

Public Member Functions

(id) - initWithIdentifier: [implementation]
(void) - setLabel: [implementation]
(CPString- label [implementation]
(CPTabState) - tabState [implementation]
(void) - setIdentifier: [implementation]
(id) - identifier [implementation]
(void) - setView: [implementation]
(CPView- view [implementation]
(void) - setAuxiliaryView: [implementation]
(CPView- auxiliaryView [implementation]
(CPTabView- tabView [implementation]
(id) - initWithCoder: [implementation]
(void) - encodeWithCoder: [implementation]


Detailed Description

Definition at line 52 of file CPTabViewItem.j.


Member Function Documentation

- (CPView) auxiliaryView   [implementation]

Returns the tab's auxillary view

Definition at line 150 of file CPTabViewItem.j.

- (void) encodeWithCoder: (CPCoder aCoder   [implementation]

Definition at line 192 of file CPTabViewItem.j.

- (id) identifier   [implementation]

Returns the tab's identifier.

Definition at line 115 of file CPTabViewItem.j.

- (id) initWithCoder: (CPCoder aCoder   [implementation]

Definition at line 174 of file CPTabViewItem.j.

- (id) initWithIdentifier: (id)  anIdentifier   [implementation]

Initializes the tab view item with the specified identifier.

Returns:
the initialized CPTabViewItem

Definition at line 65 of file CPTabViewItem.j.

- (CPString) label   [implementation]

Returns the CPTabViewItem's label

Definition at line 88 of file CPTabViewItem.j.

- (void) setAuxiliaryView: (CPView anAuxiliaryView   [implementation]

Sets the tab's auxillary view.

Parameters:
anAuxillaryView the new auxillary view

Definition at line 142 of file CPTabViewItem.j.

- (void) setIdentifier: (id)  anIdentifier   [implementation]

Sets the item's identifier.

Parameters:
anIdentifier the new identifier for the item

Definition at line 107 of file CPTabViewItem.j.

- (void) setLabel: (CPString aLabel   [implementation]

Sets the CPTabViewItem's label.

Parameters:
aLabel the label for the item

Definition at line 80 of file CPTabViewItem.j.

- (void) setView: (CPView aView   [implementation]

Sets the view that gets displayed in this tab.

Definition at line 124 of file CPTabViewItem.j.

- (CPTabState) tabState   [implementation]

Returns the tab's current state.

Definition at line 97 of file CPTabViewItem.j.

- (CPTabView) tabView   [implementation]

Returns the tab view that contains this item.

Definition at line 159 of file CPTabViewItem.j.

- (CPView) view   [implementation]

Returns the tab's view.

Definition at line 132 of file CPTabViewItem.j.


The documentation for this class was generated from the following file:

Generated on Thu Dec 11 01:55:51 2008 for Cappuccino by  doxygen 1.5.7.1