|
Samond Classes Library 1.1.6-RELEASE build 132
|
Protocol SCCollectionDelegate implementation class. More...
#import <SCCollectionDelegateObject.h>
Protocol SCCollectionDelegate implementation class.
Class implements the protocol SCCollectionDelegate.
Class was introduced in version 1.1.3.
| - (BOOL) collection: | (SCCollection *) | collection | |
| didDetectException: | (SCCollectionException *) | exception | |
Tells the delegate that the collection detects the specified exception.
| collection | - collection instance |
| exception | - detected exception |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishAddingObject: | (id) | object | |
Tells the delegate that the collection is finishing the adding the specified object.
| collection | - collection instance |
| object | - added object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishBackwardMovingObjectsInRange: | (NSRange) | range | |
Tells the delegate that the collection is finished backward moving objects within the specified range.
| collection | - collection instance |
| range | - range of moved objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishCopyingFromCollection: | (id) | source | |
Tells the delegate that the collection is finished the copying items from other collection.
| collection | - collection instance |
| source | - source collection |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishCopyingFromObject: | (id) | object | |
Tells the delegate that the collection is finished the copying the specified object.
| collection | - collection instance |
| object | - source object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishCopyingObjectAtIndex: | (SCIndex) | index | |
| toIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is finished the copying object at the specified index to a given destination index.
| collection | - collection instance |
| index | - source object index |
| destination | - destination index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishCopyingObjectsInRange: | (NSRange) | range | |
| toIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is finished the copying objects within the specified range to a given destination index.
| collection | - collection instance |
| range | - range of objects |
| destination | - destination index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishDuplicatingObject: | (id) | object | |
Tells the delegate that the collection is finisged the duplicating the specified object.
| collection | - collection instance |
| object | - duplicated object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishDuplicatingObjectAtIndex: | (SCIndex) | index | |
Tells the delegate that the collection is finished the duplicating object at the specified index.
| collection | - collection instance |
| index | - duplicated object index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishDuplicatingObjectsInRange: | (NSRange) | range | |
Tells the delegate that the collection is finished the duplicating objects within a given range.
| collection | - collection instance |
| range | - range of duplicated objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishExchangingObjectAtIndex: | (SCIndex) | index | |
| withObjectAtIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is finished the exchanging of objects with the specified indexes.
| collection | - collection instance |
| index | - first object index |
| destination | - second object index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishForwardMovingObjectsInRange: | (NSRange) | range | |
Tells the delegate that the collection is finished forward moving objects within the specified range.
| collection | - collection instance |
| range | - range of moved objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishInsertingCurrentObject: | (id) | object | |
Tells the delegate that the collection is finished inserting the specified current object.
| collection | - collection instance |
| object | - inserted object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishInsertingFirstObject: | (id) | object | |
Tells the delegate that the collection is finished inserting the specified first object.
| collection | - collection instance |
| object | - inserted object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishInsertingLastObject: | (id) | object | |
Tells the delegate that the collection is finished inserting the specified last object.
| collection | - collection instance |
| object | - inserted object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishInsertingObject: | (id) | object | |
| atIndex: | (SCIndex) | index | |
Tells the delegate that the collection is finished the inserting object at the specified index.
| collection | - collection instance |
| object | - inserted object |
| index | - index at which to insert object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishIntersectCollection: | (SCCollection *) | source | |
Tells the delegate that the collection is finished intersect the specified collection.
| collection | - collection instance |
| source | - source collection |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishMinusCollection: | (SCCollection *) | source | |
Tells the delegate that the collection is finished minus the specified collection.
| collection | - collection instance |
| source | - source collection |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishMovingObjectAtIndex: | (SCIndex) | index | |
| toIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is finished the moving object at the specified index to a given destination index.
| collection | - collection instance |
| index | - index of moved object |
| destination | - destination index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishMovingObjectsInRange: | (NSRange) | range | |
| toIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is finished the moving objects within the specified range to a given destination index.
| collection | - collection instance |
| range | - range of objects |
| destination | - destination index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishRemovingObject: | (id) | object | |
Tells the delegate that the collection is finished the removing all occurrences of the specified object.
| collection | - collection instance |
| object | - removed object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishRemovingObject: | (id) | object | |
| inRange: | (NSRange) | range | |
Tells the delegate that the collection is finished the removing all occurrecnes of the specified object within a given range.
| collection | - collection instance |
| object | - removed object |
| range | - range of removal |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishRemovingObjectAtIndex: | (SCIndex) | index | |
Tells the delegate that the collection is finished the removing object at the specified index.
| collection | - collection instance |
| index | - index of deleted object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishRemovingObjectForKey: | (NSString *) | key | |
Tells the delegate that the collection is finished removing the object with the specified key.
| collection | - collection instance |
| key | - key of removed object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishRemovingObjectsAtIndexes: | (NSIndexSet *) | index | |
Tells the delegate that the collection is finished the removing objects at the specified indexes.
| collection | - collection instance |
| index | - indexes of deleted objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishRemovingObjectsInRange: | (NSRange) | range | |
Tells the delegate that the collection is finished the removong objects in the specified range.
| collection | - collection instance |
| range | - objects range |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishRemovingObjectsOfClassName: | (NSString *) | name | |
Tells the delegate that the collection is finished the removing all objects of the specified class name.
| collection | - collection instance |
| name | - class name |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishReplacingObjectAtIndex: | (SCIndex) | index | |
| withObject: | (id) | object | |
Tells the delegate that the collection is finished the replacing of object at the specified index with a given object.
| collection | - collection instance |
| index | - index of replaced object |
| object | - replacement object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishReplacingObjectsAtIndexes: | (NSIndexSet *) | indexes | |
| withObjectsFromCollection: | (id) | source | |
Tells the delegate that the collection is finished the replacing of objects at the specified index with objects from a given collection.
| collection | - collection instance |
| indexes | - set of indexes of replaced objects |
| source | - collection with replacement objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishReplacingObjectsInRange: | (NSRange) | range | |
| withObjectsFromCollection: | (id) | source | |
Tells the delegate that the collection is finished the replacing of objects within the specified range with objects from a given collection.
| collection | - collection instance |
| range | - replaced objects range |
| source | - collection with replacement objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishSettingObject: | (id) | object | |
| forKey: | (NSString *) | key | |
Tells the delegate that the collection is finished setting the specified object with the specified key.
| collection | - collection instance |
| object | - added object |
| key | - key of the added object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishSettingValue: | (id) | value | |
| forKey: | (NSString *) | key | |
Tells the delegate that the collection is finished setting the specified value for the specified key.
| collection | - collection instance |
| value | - setted value |
| key | - key of the setted value |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishSortingAscending: | (BOOL) | ascending | |
| usingMethod: | (id<SCSortingProtocol>) | method | |
Tells the delegate that the collection is finished the sorting objects.
| collection | - collection instance |
| ascending | - YES for ascending direction, otherwise NO |
| method | - using sorting algorithm |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| didFinishUnionCollection: | (SCCollection *) | source | |
Tells the delegate that the collection is finished union with the specified collection.
| collection | - collection instance |
| source | - source collection |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willAddObject: | (id) | object | |
Tells the delegate that the collection is about to add the specified object.
| collection | - collection instance |
| object | - adding object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willBackwardMoveObjectsInRange: | (NSRange) | range | |
Tells the delegate that the collection is about to backward move objects within the specified range.
| collection | - collection instance |
| range | - range of objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willCopyFromCollection: | (id) | source | |
Tells the delegate that the collection is about to copy items from other collection.
| collection | - collection instance |
| source | - source collection |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willCopyFromObject: | (id) | object | |
Tells the delegate that the collection is about to copy the specified object.
| collection | - collection instance |
| object | - source object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willCopyObjectAtIndex: | (SCIndex) | index | |
| toIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is about to copy object at the specified index to a given destination index.
| collection | - collection instance |
| index | - source object index |
| destination | - destination index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willCopyObjectsInRange: | (NSRange) | range | |
| toIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is about to copy objects within the specified range to a given destination index.
| collection | - collection instance |
| range | - range of objects |
| destination | - destination index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willDuplicateObject: | (id) | object | |
Tells the delegate that the collection is about to duplicate the specified object.
| collection | - collection instance |
| object | - duplicated object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willDuplicateObjectAtIndex: | (SCIndex) | index | |
Tells the delegate that the collection is about to duplicate object at the specified index.
| collection | - collection instance |
| index | - duplicated object index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willDuplicateObjectsInRange: | (NSRange) | range | |
Tells the delegate that the collection is about to duplicate object at the specified index.
| collection | - collection instance |
| range | - range of duplicated objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willExchangeObjectAtIndex: | (SCIndex) | index | |
| withObjectAtIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is about to exchange objects at the specified indexes.
| collection | - colleciton instance |
| index | - index of first object |
| destination | - index of second object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willForwardMoveObjectsInRange: | (NSRange) | range | |
Tells the delegate that the collection is about to forward move objects within the specified range.
| collection | - collection instance |
| range | - range of objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willInsertCurrentObject: | (id) | object | |
Tells the delegate that the collection is about to insert the specified current object.
| collection | - collection instance |
| object | - inserted object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willInsertFirstObject: | (id) | object | |
Tells the delegate that the collection is about to insert the specified first object.
| collection | - collection instance |
| object | - inserted object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willInsertLastObject: | (id) | object | |
Tells the delegate that the collection is about to insert before last object the specified object.
| collection | - collection instance |
| object | - inserted object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willInsertObject: | (id) | object | |
| atIndex: | (SCIndex) | index | |
Tells the delegate that the collection is about to insert the object at specified index.
| collection | - collection instance |
| object | - inserting object |
| index | - index at which to insert object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willIntersectCollection: | (SCCollection *) | source | |
Tells the delegate that the collection is about to intersect the specified collection.
| collection | - collection instance |
| source | - source collection |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willMinusCollection: | (SCCollection *) | source | |
Tells the delegate that the collection is about to minus the specified collection.
| collection | - collection instance |
| source | - source collection |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willMoveObjectAtIndex: | (SCIndex) | index | |
| toIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is about to move object at the specified index to a given destination index.
| collection | - collection instance |
| index | - index of moved object |
| destination | - destination index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willMoveObjectsInRange: | (NSRange) | range | |
| toIndex: | (SCIndex) | destination | |
Tells the delegate that the collection is about to move objects within the specified range to a given destination index.
| collection | - collection instance |
| range | - range of objects |
| destination | - destination index |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willRemoveObject: | (id) | object | |
Tells the delegate that the collection is about to remove all occurrences of the specified object.
| collection | - collection instance |
| object | - removed object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willRemoveObject: | (id) | object | |
| inRange: | (NSRange) | range | |
Tells the delegate that the collection is about to remove all occurrences of the specifid object within a given range.
| collection | - collection instance |
| object | - removed object |
| range | - range of removal |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willRemoveObjectAtIndex: | (SCIndex) | index | |
Tells the delegate that the collection is about to remove object at the specified index.
| collection | - collection instance |
| index | - index of the removed object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willRemoveObjectForKey: | (NSString *) | key | |
Tells the delegate that the collection is about to remove the object with the specified key.
| collection | - collection instance |
| key | - key of the removed object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willRemoveObjectsAtIndexes: | (NSIndexSet *) | indexes | |
Tells the delegate that the collection is about to remove objects at the specified indexes.
| collection | - collection instance |
| indexes | - set of indexes |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willRemoveObjectsInRange: | (NSRange) | range | |
Tells the delegate that the collection is about to remove objects in the specified range.
| collection | - collection instance |
| range | - objects range |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willRemoveObjectsOfClassName: | (NSString *) | name | |
Tells the delegate that the collection is about to remove all objecst of the specified class name.
| collection | - collection instance |
| name | - class name |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willReplaceObjectAtIndex: | (SCIndex) | index | |
| withObject: | (id) | object | |
Tells the delegate that the collection is about to replace object at the specified index with a given object.
| collection | - collection instance |
| index | - index of replaced object |
| object | - replacement object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willReplaceObjectsAtIndexes: | (NSIndexSet *) | indexes | |
| withObjectsFromCollection: | (id) | source | |
Tells the delegate that the collection is about to replace objects at the specified indexes with objects from a given collection.
| collection | - collection instance |
| indexes | - set of indexes of replaced objects |
| source | - collection of replacement objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willReplaceObjectsInRange: | (NSRange) | range | |
| withObjectsFromCollection: | (id) | source | |
Tells the delegate that the collection is about to replace objects within the specifing range with objects from a given collection.
| collection | - collection instance |
| range | - replaced objects range |
| source | - collection with replacement objects |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willSetObject: | (id) | object | |
| forKey: | (NSString *) | key | |
Tells the delegate that the collection is about to set the specified object with the specified key.
| collection | - collection instance |
| object | - added object |
| key | - key of the added object |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willSetValue: | (id) | value | |
| forKey: | (NSString *) | key | |
Tells the delegate that the collection is about to set the specified value for the specified key.
| collection | - collection instance |
| value | - setted value |
| key | - key of the setted value |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willSortAscending: | (BOOL) | ascending | |
| usingMethod: | (id<SCSortingProtocol>) | method | |
Tells the delegate that the collection is about to sorting the objects.
| collection | - collection instance |
| ascending | - YES for ascending direction, otherwise NO |
| method | - using sorting algorithm |
Reimplemented from <SCCollectionDelegate>.
| - (void) collection: | (SCCollection *) | collection | |
| willUnionCollection: | (SCCollection *) | source | |
Tells the delegate that the collection is about to union with the specified collection.
| collection | - collection instance |
| source | - source collection |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishCopyingObjectsToCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is finished the copying objects from nil terminated list.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishDuplicatingCurrentObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is finished duplicating the current object.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishDuplicatingFirstObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is finished duplicating the first object.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishDuplicatingLastObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is finished duplicating the last object.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishRemovingAllObjectsFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is finishing the removing all objects from self.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishRemovingCurrentObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is finished removing the current object from collection.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishRemovingFirstObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is finished removing the first object from collection.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishRemovingLastObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is finished removing the last object from collection.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishReplacingCurrentObjectFromCollection: | (SCCollection *) | collection | |
| withObject: | (id) | object | |
Tells the delegate that the collection is finished replacing the current object with the specified object.
| collection | - collection instance |
| object | - replacing object |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishReplacingFirstObjectFromCollection: | (SCCollection *) | collection | |
| withObject: | (id) | object | |
Tells the delegate that the collection is finished replacing the first object with the specified object.
| collection | - collection instance |
| object | - replacing object |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishReplacingLastObjectFromCollection: | (SCCollection *) | collection | |
| withObject: | (id) | object | |
Tells the delegate that the collection is finished replacing the last object with the specified object.
| collection | - collection instance |
| object | - replacing object |
Reimplemented from <SCCollectionDelegate>.
| - (void) didFinishReversingCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is finished the reversing order of all objects.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) processObject: | (id) | object | |
| collection: | (SCCollection *) | collection | |
Tells the delegate for the specified object from the specified collection.
| object | - object instance |
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) willCopyObjectsToCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is about to copy objects from nil terminated list.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) willDuplicateCurrentObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is about to duplicate the current object.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) willDuplicateFirstObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is about to duplicate the first object.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) willDuplicateLastObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is about to duplicate the last object.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) willRemoveAllObjectsFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is about to remove all objects from self.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) willRemoveCurrentObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is about to remove the current object from the collection.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) willRemoveFirstObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is about to remove the first object from the collection.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) willRemoveLastObjectFromCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is about to remove the last object from the collection.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
| - (void) willReplaceCurrentObjectFromCollection: | (SCCollection *) | collection | |
| withObject: | (id) | object | |
Tells the delegate that the collection is about to replace the current object with the specified object.
| collection | - collection instance |
| object | - replacing object |
Reimplemented from <SCCollectionDelegate>.
| - (void) willReplaceFirstObjectFromCollection: | (SCCollection *) | collection | |
| withObject: | (id) | object | |
Tells the delegate that the collection is about to replace the first object with the specified object.
| collection | - collection instance |
| object | - replacing object |
Reimplemented from <SCCollectionDelegate>.
| - (void) willReplaceLastObjectFromCollection: | (SCCollection *) | collection | |
| withObject: | (id) | object | |
Tells the delegate that the collection is about to replace the last object with the specified object.
| collection | - collection instance |
| object | - replacing object |
Reimplemented from <SCCollectionDelegate>.
| - (void) willReverseCollection: | (SCCollection *) | collection |
Tells the delegate that the collection is about to reverse order of all objects.
| collection | - collection instance |
Reimplemented from <SCCollectionDelegate>.
1.7.3