API  1.0.0
CPObject Class Reference

Inherited by CAAnimation, CALayer, CAMediaTimingFunction, CPAccordionViewItem, CPAlert, CPAnimation, CPAnimationContext, CPAppearance, CPAttributedString, CPBasePlatform, CPBasePlatformString, CPBezierPath, CPBinder, CPBundle, CPCache, CPCharacterSet, CPCib, CPCibConnector, CPCoder, CPColorPicker, CPColorSpace, CPController, CPControllerSelectionProxy, CPCookie, CPCursor, CPData, CPDate, CPDecimalNumberHandler, CPDelayedPerform, CPDictionary, CPDocumentController, CPDraggingInfo, CPDragServer, CPEnumerator, CPError, CPEvent, CPException, CPFlashMovie, CPFont, CPFontDescriptor, CPFontManager, CPFormatter, CPGradient, CPGraphicsContext, CPImage, CPIndexPath, CPIndexSet, CPInvocation, CPJSONPConnection, CPKeyBinding, CPLayoutManager, CPLocale, CPMenu, CPMenuItem, CPNinePartImage, CPNotification, CPNotificationCenter, CPNotificationQueue, CPNull, CPNumber, CPOperation, CPOperationQueue, CPParagraphStyle, CPPasteboard, CPPlatformWindow, CPPredicateEditorRowTemplate, CPPropertyListSerialization, CPRadioGroup, CPResponder, CPRunLoop, CPScanner, CPScreen, CPShadow, CPSortDescriptor, CPSound, CPString, CPTableColumn, CPTabViewItem, CPTextContainer, CPTextTab, CPTheme, CPThemeBlend, CPThreePartImage, CPTimer, CPTimeZone, CPToolbar, CPTrackingArea, CPTreeNode, CPTypesetter, CPUndoManager, CPURL, CPURLConnection, CPURLRequest, CPURLResponse, CPUserDefaults, CPUserDefaultsStore, CPUserNotification, CPUserNotificationCenter, CPUserSessionManager, CPValue, CPValueTransformer, CPWebDAVManager, CPWebScriptObject, and CPWorkspace.

Instance Methods

(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:
 
(id) - init
 
(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:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(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:
 

Class Methods

(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 103 of file CPObject.j.

Method Documentation

◆ accessInstanceVariablesDirectly()

+ (BOOL) accessInstanceVariablesDirectly
implementation

Provided by category CPObject(CPKeyValueCoding).

Definition at line 34 of file CPKeyValueCoding.j.

◆ addObserver:forKeyPath:options:context:()

- (void) addObserver: (id)  anObserver
forKeyPath: (CPString aPath
options: (CPKeyValueObservingOptions)  options
context: (id)  aContext 
implementation

Reimplemented in CPControllerSelectionProxy, and CPObjectController.

Provided by category CPObject(KeyValueObserving).

Definition at line 131 of file CPKeyValueObserving.j.

◆ alloc()

+ (id) alloc
implementation

Allocates a new instance of the receiving class

Reimplemented in CPString, CPDictionary, CPNumber, CPDate, CPURL, CPData, CPError, CPException, and CPDecimalNumber.

Definition at line 130 of file CPObject.j.

◆ allocWithCoder:()

+ (id) allocWithCoder: (CPCoder aCoder
implementation

Definition at line 136 of file CPObject.j.

◆ applyChange:toKeyPath:()

- (void) applyChange: (CPDictionary aChange
toKeyPath: (CPString aKeyPath 
implementation

Provided by category CPObject(KeyValueObserving).

Definition at line 181 of file CPKeyValueObserving.j.

◆ automaticallyNotifiesObserversForKey:()

+ (BOOL) automaticallyNotifiesObserversForKey: (CPString aKey
implementation

Whether -willChangeValueForKey/-didChangeValueForKey should automatically be invoked when the setter of the given key is used. The default is YES. If you override this method to return NO for some key, you will need to call -willChangeValueForKey/-didChangeValueForKey manually to be KVO compliant.

The default implementation of this method will check if the receiving class implements + (BOOL)automaticallyNotifiesObserversOf<aKey> and return the response of that method if it exists.

Reimplemented in CPObjectController.

Provided by category CPObject(KeyValueObserving).

Definition at line 157 of file CPKeyValueObserving.j.

◆ autorelease()

- (id) autorelease
implementation

Does nothing.

Returns
the receiver

Definition at line 539 of file CPObject.j.

◆ awakeAfterUsingCoder:()

- (id) awakeAfterUsingCoder: (CPCoder aCoder
implementation

Subclasses override this method to possibly substitute the unarchived object with another. This would be useful if your program utilizes a flyweight pattern. The method is called by CPCoder.

Parameters
aCoderthe coder that contained the receiver's data

Provided by category CPObject(CPCoding).

Definition at line 453 of file CPObject.j.

◆ awakeFromCib()

- (void) awakeFromCib
implementation

Reimplemented in CPWindow, CPMenu, CPArrayController, and CPObjectController.

Provided by category CPObject(CPCibLoading).

Definition at line 33 of file CPCibLoading.j.

◆ bind:toObject:withKeyPath:options:()

- (void) bind: (CPString aBinding
toObject: (id)  anObject
withKeyPath: (CPString aKeyPath
options: (CPDictionary options 
implementation

Reimplemented in CPTableColumn.

Provided by category CPObject(KeyValueBindingCreation).

Definition at line 444 of file CPKeyValueBinding.j.

◆ cancelPreviousPerformRequestsWithTarget:()

+ (void) cancelPreviousPerformRequestsWithTarget: (id)  target
implementation

Provided by category CPObject(CPDelayedPerform).

Definition at line 117 of file CPDelayedPerform.j.

◆ cancelPreviousPerformRequestsWithTarget:selector:object:()

+ (void) cancelPreviousPerformRequestsWithTarget: (id)  target
selector: (SEL)  selector
object: (id)  argument 
implementation

Provided by category CPObject(CPDelayedPerform).

Definition at line 110 of file CPDelayedPerform.j.

◆ class()

+ (Class) class
implementation

Returns the Class object for this class definition.

Returns the receiver's Class

Definition at line 179 of file CPObject.j.

◆ classForCoder()

- (Class) classForCoder
implementation

Can be overridden by subclasses to substitute a different class to represent the receiver during coding.

Returns
the class to use for coding

Definition at line 471 of file CPObject.j.

◆ classForKeyedArchiver()

- (Class) classForKeyedArchiver
implementation

Can be overridden by subclasses to substitute a different class to represent the receiver for keyed archiving.

Returns
the class to use. A nil means to ignore the method result.

Definition at line 462 of file CPObject.j.

◆ className()

- (CPString) className
implementation

Returns the class name

Definition at line 527 of file CPObject.j.

◆ conformsToProtocol:()

+ (BOOL) conformsToProtocol: (Protocol)  aProtocol
implementation

Test whether instances of this class conforms to the provided protocol.

Parameters
aProtocolthe protocol for which to test the class
Returns
YES if instances of the class conforms to the protocol

Tests whether the receiver conforms to the provided protocol.

Parameters
protocolthe protocol for which to test the class
Returns
YES if instances of the class conforms to the protocol

Definition at line 306 of file CPObject.j.

◆ copy()

- (id) copy
implementation

Makes a deep copy of the receiver. The copy should be functionally equivalent to the receiver.

Returns
the copy of the receiver

Reimplemented in CPDictionary, CPDate, CPFont, CPMenuItem, CPException, CPURLRequest, CPParagraphStyle, CPIndexSet, CPCollectionViewItem, and CPScanner.

Definition at line 154 of file CPObject.j.

◆ dealloc()

- (void) dealloc
implementation

Not necessary to call in Objective-J. Only exists for code compatibility.

Definition at line 171 of file CPObject.j.

◆ description()

- (CPString) description
implementation

Returns a human readable string describing the receiver

Reimplemented in CPString, CPDictionary, CPNumber, CPDate, CPURL, CPData, CPError, CPIndexPath, CPKeyBinding, CPImage, CPFont, CPMenuItem, CPEvent, CPAppearance, CPTableColumn, CPTimeZone, CPException, CPBundle, CPDecimalNumber, CPSortDescriptor, CPIndexSet, and CPScanner.

Definition at line 358 of file CPObject.j.

◆ dictionaryWithValuesForKeys:()

- (CPDictionary) dictionaryWithValuesForKeys: (CPArray)  keys
implementation

Provided by category CPObject(CPKeyValueCoding).

Definition at line 136 of file CPKeyValueCoding.j.

◆ didChange:valuesAtIndexes:forKey:()

- (void) didChange: (CPKeyValueChange)  aChange
valuesAtIndexes: (CPIndexSet indexes
forKey: (CPString aKey 
implementation

Provided by category CPObject(KeyValueObserving).

Definition at line 79 of file CPKeyValueObserving.j.

◆ didChangeValueForKey:()

- (void) didChangeValueForKey: (CPString aKey
implementation

Provided by category CPObject(KeyValueObserving).

Definition at line 43 of file CPKeyValueObserving.j.

◆ didChangeValueForKey:withSetMutation:usingObjects:()

- (void) didChangeValueForKey: (CPString aKey
withSetMutation: (CPKeyValueSetMutationKind)  aMutationKind
usingObjects: (CPSet)  objects 
implementation

Provided by category CPObject(KeyValueObserving).

Definition at line 115 of file CPKeyValueObserving.j.

◆ doesNotRecognizeSelector:()

- (void) doesNotRecognizeSelector: (SEL)  aSelector
implementation

Called by the Objective-J runtime when an object can't respond to a message. It's not recommended to call this method directly, unless you need your class to not support a method that it has inherited from a super class.

Definition at line 437 of file CPObject.j.

◆ exposeBinding:()

+ (void) exposeBinding: (CPString aBinding
implementation

Provided by category CPObject(KeyValueBindingCreation).

Definition at line 406 of file CPKeyValueBinding.j.

◆ exposedBindings()

- (CPArray) exposedBindings
implementation

Provided by category CPObject(KeyValueBindingCreation).

Definition at line 421 of file CPKeyValueBinding.j.

◆ forwardingTargetForSelector:()

- (id) forwardingTargetForSelector: (SEL)  aSelector
implementation

Definition at line 414 of file CPObject.j.

◆ forwardInvocation:()

- (void) forwardInvocation: (CPInvocation anInvocation
implementation

Subclasses can override this method to forward message to other objects. Overwriting this method in conjunction with -methodSignatureForSelector: allows the receiver to forward messages for which it does not respond, to another object that does.

Definition at line 426 of file CPObject.j.

◆ hash()

- (unsigned) hash
implementation

Returns a hash for the object

Definition at line 547 of file CPObject.j.

◆ implementsSelector:()

- (BOOL) implementsSelector: (SEL)  aSelector
implementation

Tests if the receiver implements the provided selector regardless of inheritance.

Parameters
aSelectorthe selector for which to test the receiver
Returns
YES if the receiver implements the selector

Definition at line 296 of file CPObject.j.

◆ infoForBinding:()

- (CPDictionary) infoForBinding: (CPString aBinding
implementation

Provided by category CPObject(KeyValueBindingCreation).

Definition at line 463 of file CPKeyValueBinding.j.

◆ init()

◆ initialize()

◆ instanceMethodForSelector:()

+ (IMP) instanceMethodForSelector: (SEL)  aSelector
implementation

Returns the implementation of the receiving class' method for the provided selector.

Parameters
aSelectorthe selector for the class method to return
Returns
the method implementation ( a function )

Definition at line 338 of file CPObject.j.

◆ instancesImplementSelector:()

+ (BOOL) instancesImplementSelector: (SEL)  aSelector
implementation

Tests if instances of a given class implement the provided selector regardless of inheritance.

Parameters
aSelectorthe selector for which to test the class
Returns
YES if instances of the class implement the selector

Definition at line 279 of file CPObject.j.

◆ instancesRespondToSelector:()

+ (BOOL) instancesRespondToSelector: (SEL)  aSelector
implementation

Test whether instances of this class respond to the provided selector.

Parameters
aSelectorthe selector for which to test the class
Returns
YES if instances of the class respond to the selector

Definition at line 258 of file CPObject.j.

◆ isBindingExclusive:()

+ (BOOL) isBindingExclusive: (CPString aBinding
implementation

Reimplemented in CPRadioGroup.

Provided by category CPObject(KeyValueBindingCreation).

Definition at line 416 of file CPKeyValueBinding.j.

◆ isEqual:()

- (BOOL) isEqual: (id)  anObject
implementation

Determines if anObject is functionally equivalent to the receiver.

Returns
YES if anObject is functionally equivalent to the receiver.

Reimplemented in CPDictionary, CPString, CPURL, CPIndexPath, CPFont, CPAppearance, CPException, CPAttributedString, CPIndexSet, and CPNull.

Definition at line 564 of file CPObject.j.

◆ isKindOfClass:()

- (BOOL) isKindOfClass: (Class)  aClass
implementation

Returns YES if the receiver is a aClass type, or a subtype of it.

Parameters
aClassthe class to test as the receiver's class or super class.

Definition at line 219 of file CPObject.j.

◆ isMemberOfClass:()

- (BOOL) isMemberOfClass: (Class)  aClass
implementation

Returns YES if the receiver is of the aClass class type.

Parameters
aClassthe class to test the receiver

Definition at line 233 of file CPObject.j.

◆ isProxy()

- (BOOL) isProxy
implementation

Determines whether the receiver's root object is a proxy.

Returns
YES if the root object is a proxy

Definition at line 247 of file CPObject.j.

◆ isSubclassOfClass:()

+ (BOOL) isSubclassOfClass: (Class)  aClass
implementation

Returns YES if the receiving class is a subclass of aClass.

Parameters
aClassthe class to test inheritance from

Definition at line 204 of file CPObject.j.

◆ keyPathsForValuesAffectingValueForKey:()

+ (CPSet) keyPathsForValuesAffectingValueForKey: (CPString aKey
implementation

Provided by category CPObject(KeyValueObserving).

Definition at line 169 of file CPKeyValueObserving.j.

◆ load()

+ (void) load
implementation

Reimplemented in CPImage.

Definition at line 109 of file CPObject.j.

◆ methodForSelector:()

- (IMP) methodForSelector: (SEL)  aSelector
implementation

Returns the implementation of the receiver's method for the provided selector.

Parameters
aSelectorthe selector for the method to return
Returns
the method implementation ( a function )

Definition at line 328 of file CPObject.j.

◆ methodSignatureForSelector:()

- (CPMethodSignature) methodSignatureForSelector: (SEL)  aSelector
implementation

Returns the method signature for the provided selector.

Parameters
aSelectorthe selector for which to find the method signature
Returns
the selector's method signature

Definition at line 348 of file CPObject.j.

◆ mutableArrayValueForKey:()

- (id) mutableArrayValueForKey: (id)  aKey
implementation

Provided by category CPObject(CPArrayKVO).

Definition at line 27 of file CPArray+KVO.j.

◆ mutableArrayValueForKeyPath:()

- (id) mutableArrayValueForKeyPath: (id)  aKeyPath
implementation

Provided by category CPObject(CPArrayKVO).

Definition at line 32 of file CPArray+KVO.j.

◆ mutableCopy()

- (id) mutableCopy
implementation

Creates a deep mutable copy of the receiver.

Returns
the mutable copy of the receiver

Reimplemented in CPMenuItem, and CPIndexSet.

Definition at line 163 of file CPObject.j.

◆ mutableSetValueForKey:()

- (id) mutableSetValueForKey: (id)  aKey
implementation

Provided by category CPObject(CPSetKVO).

Definition at line 26 of file CPSet+KVO.j.

◆ mutableSetValueForKeyPath:()

- (id) mutableSetValueForKeyPath: (id)  aKeyPath
implementation

Provided by category CPObject(CPSetKVO).

Definition at line 31 of file CPSet+KVO.j.

◆ new()

+ (id) new
implementation

Allocates a new instance of the receiver, and sends it an -init

Returns
the new object

Definition at line 122 of file CPObject.j.

◆ object:performSelector:withObject:afterDelay:inModes:()

+ (void) object: (id)  object
performSelector: (SEL)  selector
withObject: (id)  argument
afterDelay: (CPTimeInterval)  delay
inModes: (CPArray)  modes 
implementation

Provided by category CPObject(CPDelayedPerform).

Definition at line 131 of file CPDelayedPerform.j.

◆ performSelector:()

- (id) performSelector: (SEL)  aSelector
implementation

Sends the specified message to the receiver.

Parameters
aSelectorthe message to send
Returns
the return value of the message

Definition at line 374 of file CPObject.j.

◆ performSelector:withObject:()

- (id) performSelector: (SEL)  aSelector
withObject: (id)  anObject 
implementation

Sends the specified message to the receiver, with one argument.

Parameters
aSelectorthe message to send
anObjectthe message argument
Returns
the return value of the message

Definition at line 385 of file CPObject.j.

◆ performSelector:withObject:afterDelay:()

- (void) performSelector: (SEL)  selector
withObject: (id)  object
afterDelay: (CPTimeInterval)  delay 
implementation

Provided by category CPObject(CPDelayedPerform).

Definition at line 140 of file CPDelayedPerform.j.

◆ performSelector:withObject:afterDelay:inModes:()

- (void) performSelector: (SEL)  selector
withObject: (id)  object
afterDelay: (CPTimeInterval)  delay
inModes: (CPArray)  modes 
implementation

Provided by category CPObject(CPDelayedPerform).

Definition at line 145 of file CPDelayedPerform.j.

◆ performSelector:withObject:withObject:()

- (id) performSelector: (SEL)  aSelector
withObject: (id)  anObject
withObject: (id)  anotherObject 
implementation

Sends the specified message to the receiver, with two arguments.

Parameters
aSelectorthe message to send
anObjectthe first message argument
anotherObjectthe second message argument
Returns
the return value of the message

Definition at line 397 of file CPObject.j.

◆ performSelector:withObjects:()

- (id) performSelector: (SEL)  aSelector
withObjects: (id)  anObject
,   ... 
implementation

Sends the specified message to the reciever, with any number of arguments.

Parameters
aSelectorthe message to send
anObject...comma seperated objects to pass to the selector
Returns
the return value of the message

Definition at line 408 of file CPObject.j.

◆ release()

- (void) release
implementation

Does nothing.

Definition at line 581 of file CPObject.j.

◆ removeObserver:forKeyPath:()

- (void) removeObserver: (id)  anObserver
forKeyPath: (CPString aPath 
implementation

Reimplemented in CPControllerSelectionProxy, and CPObjectController.

Provided by category CPObject(KeyValueObserving).

Definition at line 139 of file CPKeyValueObserving.j.

◆ replacementObjectForArchiver:()

- (id) replacementObjectForArchiver: (CPArchiver)  anArchiver
implementation

Can be overridden by subclasses to substitute another object during archiving.

Parameters
anArchiverthat archiver
Returns
the object to archive

Definition at line 481 of file CPObject.j.

◆ replacementObjectForCoder:()

- (id) replacementObjectForCoder: (CPCoder aCoder
implementation

Can be overridden by subclasses to substitute another object during coding.

Parameters
aCoderthe coder
Returns
the object to code

Definition at line 501 of file CPObject.j.

◆ replacementObjectForKeyedArchiver:()

- (id) replacementObjectForKeyedArchiver: (CPKeyedArchiver anArchiver
implementation

Can be overridden by subclasses to substitute another object during keyed archiving.

Parameters
anArchivethe keyed archiver
Returns
the object to archive

Definition at line 491 of file CPObject.j.

◆ respondsToSelector:()

- (BOOL) respondsToSelector: (SEL)  aSelector
implementation

Tests whether the receiver responds to the provided selector.

Parameters
aSelectorthe selector for which to test the receiver
Returns
YES if the receiver responds to the selector

Definition at line 268 of file CPObject.j.

◆ retain()

- (id) retain
implementation

Does nothing.

Returns
the receiver

Definition at line 573 of file CPObject.j.

◆ self()

- (id) self
implementation

Returns the receiver.

Definition at line 588 of file CPObject.j.

◆ setValue:forKey:()

- (void) setValue: (id)  aValue
forKey: (CPString aKey 
implementation

Reimplemented in CPControllerSelectionProxy, CPWindow, and CPDictionary.

Provided by category CPObject(CPKeyValueCoding).

Definition at line 181 of file CPKeyValueCoding.j.

◆ setValue:forKeyPath:()

- (void) setValue: (id)  aValue
forKeyPath: (CPString aKeyPath 
implementation

Reimplemented in CPControllerSelectionProxy.

Provided by category CPObject(CPKeyValueCoding).

Definition at line 164 of file CPKeyValueCoding.j.

◆ setValue:forUndefinedKey:()

- (void) setValue: (id)  aValue
forUndefinedKey: (CPString aKey 
implementation

Provided by category CPObject(CPKeyValueCoding).

Definition at line 256 of file CPKeyValueCoding.j.

◆ setValuesForKeysWithDictionary:()

- (void) setValuesForKeysWithDictionary: (CPDictionary keyedValues
implementation

Provided by category CPObject(CPKeyValueCoding).

Definition at line 238 of file CPKeyValueCoding.j.

◆ setVersion:()

+ (void) setVersion: (int)  aVersion
implementation

Sets the class version number.

Parameters
thenew version number for the class

Definition at line 510 of file CPObject.j.

◆ superclass()

+ (Class) superclass
implementation

Returns the class object super class

Returns the receiver's super class.

Definition at line 195 of file CPObject.j.

◆ UID()

- (CPString) UID
implementation

Reimplemented in CPString, CPNumber, and CPDecimalNumber.

Definition at line 552 of file CPObject.j.

◆ unbind:()

- (void) unbind: (CPString aBinding
implementation

Provided by category CPObject(KeyValueBindingCreation).

Definition at line 468 of file CPKeyValueBinding.j.

◆ valueClassForBinding:()

- (Class) valueClassForBinding: (CPString binding
implementation

Provided by category CPObject(KeyValueBindingCreation).

Definition at line 439 of file CPKeyValueBinding.j.

◆ valueForKey:()

- (id) valueForKey: (CPString aKey
implementation

Reimplemented in CPControllerSelectionProxy, CPDictionary, and CPNull.

Provided by category CPObject(CPKeyValueCoding).

Definition at line 39 of file CPKeyValueCoding.j.

◆ valueForKeyPath:()

- (id) valueForKeyPath: (CPString aKeyPath
implementation

Reimplemented in CPControllerSelectionProxy.

Provided by category CPObject(CPKeyValueCoding).

Definition at line 122 of file CPKeyValueCoding.j.

◆ valueForUndefinedKey:()

- (id) valueForUndefinedKey: (CPString aKey
implementation

Provided by category CPObject(CPKeyValueCoding).

Definition at line 157 of file CPKeyValueCoding.j.

◆ version()

+ (int) version
implementation

Returns the class version number.

Definition at line 518 of file CPObject.j.

◆ willChange:valuesAtIndexes:forKey:()

- (void) willChange: (CPKeyValueChange)  aChange
valuesAtIndexes: (CPIndexSet indexes
forKey: (CPString aKey 
implementation

Provided by category CPObject(KeyValueObserving).

Definition at line 62 of file CPKeyValueObserving.j.

◆ willChangeValueForKey:()

- (void) willChangeValueForKey: (CPString aKey
implementation

Provided by category CPObject(KeyValueObserving).

Definition at line 26 of file CPKeyValueObserving.j.

◆ willChangeValueForKey:withSetMutation:usingObjects:()

- (void) willChangeValueForKey: (CPString aKey
withSetMutation: (CPKeyValueSetMutationKind)  aMutationKind
usingObjects: (CPSet)  objects 
implementation

Provided by category CPObject(KeyValueObserving).

Definition at line 98 of file CPKeyValueObserving.j.


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