Up
Authors
Fred Kiefer (fredkiefer@gmx.de )
Date: Generated at 2024-11-13 12:52:37 -0500
Controller class for arrays
Copyright: (C) (C) 2006, 2020 Free Software Foundation, Inc.
class_NSArrayController
NSObjectController
NSObjectController
NSArrayController
NSArrayController
NSObjectController->NSArrayController
Declared in:
AppKit/NSArrayController.h
Availability: MacOS-X 10.3.0
Description forthcoming.
Instance Variables
- (void)
addObject: (id)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
addObjects: (NSArray*)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
addSelectedObjects: (NSArray*)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
addSelectionIndexes: (NSIndexSet*)idx;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
alwaysUsesMultipleValuesMarker ;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSArray*)
arrangeObjects: (NSArray*)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (id)
arrangedObjects ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
automaticallyRearrangesObjects ;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (BOOL)
avoidsEmptySelection ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
canInsert ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
canSelectNext ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
canSelectPrevious ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
clearsFilterPredicateOnInsertion ;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSPredicate*)
filterPredicate ;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
insert: (id)sender;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
insertObject: (id)obj
atArrangedObjectIndex: (NSUInteger)idx;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
insertObjects: (NSArray*)obj
atArrangedObjectIndexes: (NSIndexSet*)idx;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
preservesSelection ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
rearrangeObjects ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
removeObject: (id)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
removeObjectAtArrangedObjectIndex: (NSUInteger)idx;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
removeObjects: (NSArray*)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
removeObjectsAtArrangedObjectIndexes: (NSIndexSet*)idx;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
removeSelectedObjects: (NSArray*)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
removeSelectionIndexes: (NSIndexSet*)idx;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
selectNext: (id)sender;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
selectPrevious: (id)sender;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSArray*)
selectedObjects ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSUInteger)
selectionIndex ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSIndexSet*)
selectionIndexes ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
selectsInsertedObjects ;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setAlwaysUsesMultipleValuesMarker: (BOOL)flag;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setAutomaticallyRearrangesObjects: (BOOL)flag;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setAvoidsEmptySelection: (BOOL)flag;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setClearsFilterPredicateOnInsertion: (BOOL)flag;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setFilterPredicate: (NSPredicate*)filterPredicate;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setPreservesSelection: (BOOL)flag;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
setSelectedObjects: (NSArray*)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
setSelectionIndex: (NSUInteger)idx;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
setSelectionIndexes: (NSIndexSet*)idx;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setSelectsInsertedObjects: (BOOL)flag;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setSortDescriptors: (NSArray*)desc;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSArray*)
sortDescriptors ;
Availability: MacOS-X 10.3.0
Description forthcoming.
Instance Variables for NSArrayController Class
@protected NSArray* _arranged_objects ;
Availability: MacOS-X 10.3.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSPredicate* _filter_predicate ;
Availability: MacOS-X 10.3.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSIndexSet* _selection_indexes ;
Availability: MacOS-X 10.3.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSArray* _sort_descriptors ;
Availability: MacOS-X 10.3.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected struct GSArrayControllerFlagsType struct GSArrayControllerFlagsType ;
Availability: MacOS-X 10.3.0
Description forthcoming.
Up