API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
CPTabViewItem Class Reference

#import <CPTabViewItem.h>

+ Inheritance diagram for CPTabViewItem:

Instance Methods

(CPView- auxiliaryView
 
(void) - encodeWithCoder:
 
(id) - identifier
 
(id) - init
 
(id) - initWithCoder:
 
(id) - initWithIdentifier:
 
(CPString- label
 
(void) - setAuxiliaryView:
 
(void) - setIdentifier:
 
(void) - setLabel:
 
(void) - setView:
 
(CPTabState) - tabState
 
(CPTabView- tabView
 
(CPView- view
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray- exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Additional Inherited Members

- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(Class) + class
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isSubclassOfClass:
 
(CPSet+ keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 
- Instance Variables inherited from CPObject
Class isa
 

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 2 of file CPTabViewItem.h.

Method Documentation

- (CPView) auxiliaryView
implementation

Returns the tab's auxiliary view

Definition at line 163 of file CPTabViewItem.j.

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Provided by category CPTabViewItem(CPCoding).

Definition at line 211 of file CPTabViewItem.j.

- (id) identifier
implementation

Returns the tab's identifier.

Definition at line 122 of file CPTabViewItem.j.

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CPObject.

Definition at line 63 of file CPTabViewItem.j.

- (id) initWithCoder: (CPCoder aCoder
implementation

Provided by category CPTabViewItem(CPCoding).

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

- (CPString) label
implementation

Returns the CPTabViewItem's label

Definition at line 95 of file CPTabViewItem.j.

- (void) setAuxiliaryView: (CPView anAuxiliaryView
implementation

Sets the tab's auxiliary view.

Parameters
anAuxiliaryViewthe new auxiliary view

Definition at line 155 of file CPTabViewItem.j.

- (void) setIdentifier: (id)  anIdentifier
implementation

Sets the item's identifier.

Parameters
anIdentifierthe new identifier for the item

Definition at line 114 of file CPTabViewItem.j.

- (void) setLabel: (CPString aLabel
implementation

Sets the CPTabViewItem's label.

Parameters
aLabelthe label for the item

Definition at line 87 of file CPTabViewItem.j.

- (void) setView: (CPView aView
implementation

Sets the view that gets displayed in this tab.

Definition at line 131 of file CPTabViewItem.j.

- (CPTabState) tabState
implementation

Returns the tab's current state.

Definition at line 104 of file CPTabViewItem.j.

- (CPTabView) tabView
implementation

Returns the tab view that contains this item.

Definition at line 172 of file CPTabViewItem.j.

- (CPView) view
implementation

Returns the tab's view.

Definition at line 145 of file CPTabViewItem.j.


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