Up
Authors
- Fred Kiefer (
fredkiefer@gmx.de
)
-
Date: Generated at 2025-07-12 14:18:56 +0000
Controller class
Copyright: (C) (C) 2006 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSObjectController.h
Availability: MacOS-X 10.3.0
Description forthcoming.
Instance Variables
- (void)
add: (id)sender;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
addObject: (id)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
automaticallyPreparesContent;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
canAdd;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
canRemove;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (id)
content;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSString*)
entityNameKey;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
fetch: (id)sender;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSPredicate*)
fetchPredicate;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (BOOL)
fetchWithRequest: (NSFetchRequest*)fetchRequest
merge: (BOOL)merge
error: (NSError**)error;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (id)
initWithContent: (id)content;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
isEditable;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSManagedObjectContext*)
managedObjectContext;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (id)
newObject;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (Class)
objectClass;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
prepareContent;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
remove: (id)sender;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
removeObject: (id)obj;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSArray*)
selectedObjects;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (id)
selection;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setAutomaticallyPreparesContent: (BOOL)flag;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setContent: (id)content;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setEditable: (BOOL)flag;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setEntityName: (NSString*)entityName;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setFetchPredicate: (NSPredicate*)predicate;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setManagedObjectContext: (NSManagedObjectContext*)managedObjectContext;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setObjectClass: (Class)aClass;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
validateMenuItem: (id<
NSMenuItem>)item;
Availability: MacOS-X 10.3.0
Description forthcoming.
Instance Variables for NSObjectController Class
@protected BOOL
_automatically_prepares_content;
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 id
_content;
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 NSString*
_entity_name_key;
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*
_fetch_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 BOOL
_is_editable;
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 BOOL
_is_using_managed_proxy;
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 NSManagedObjectContext*
_managed_object_context;
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 id
_managed_proxy;
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 Class
_object_class;
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 NSString*
_object_class_name;
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 NSMutableArray*
_selection;
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.
Up