CPTabViewItem Class Reference
[AppKit]

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

The class representation of an item in a CPTabView. One tab view item can be shown at a time in a CPTabView.

Definition at line 54 of file CPTabViewItem.j.


Member Function Documentation

- (CPView) auxiliaryView   [implementation]

Returns the tab's auxillary view

Definition at line 152 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 117 of file CPTabViewItem.j.

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

Definition at line 176 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 67 of file CPTabViewItem.j.

- (CPString) label   [implementation]

Returns the CPTabViewItem's label

Definition at line 90 of file CPTabViewItem.j.

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

Sets the tab's auxillary view.

Parameters:
anAuxillaryView the new auxillary view

Definition at line 144 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 109 of file CPTabViewItem.j.

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

Sets the CPTabViewItem's label.

Parameters:
aLabel the label for the item

Definition at line 82 of file CPTabViewItem.j.

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

Sets the view that gets displayed in this tab.

Definition at line 126 of file CPTabViewItem.j.

- (CPTabState) tabState   [implementation]

Returns the tab's current state.

Definition at line 99 of file CPTabViewItem.j.

- (CPTabView) tabView   [implementation]

Returns the tab view that contains this item.

Definition at line 161 of file CPTabViewItem.j.

- (CPView) view   [implementation]

Returns the tab's view.

Definition at line 134 of file CPTabViewItem.j.


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

Generated on Wed May 20 12:44:01 2009 for Cappuccino by  doxygen 1.5.8