Uses of Class
org.rococoa.cocoa.foundation.NSSet

Packages that use NSSet
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSSet in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSSet
abstract  NSArray NSFontDescriptor.matchingFontDescriptorsWithMandatoryKeys(NSSet mandatoryKeys)
          Returns "normalized" font descriptors matching the receiver. mandatoryKeys is an NSSet instance containing keys that are required to be identical in order to be matched. mandatoryKeys can be nil.
abstract  NSFontDescriptor NSFontDescriptor.matchingFontDescriptorWithMandatoryKeys(NSSet mandatoryKeys)
          Returns a "normalized" font descriptor matching the receiver.
 

Uses of NSSet in org.rococoa.cocoa.foundation
 

Subclasses of NSSet in org.rococoa.cocoa.foundation
 class NSCountedSet
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSMutableSet
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Methods in org.rococoa.cocoa.foundation that return NSSet
static NSSet NSSet.alloc()
           
abstract  NSSet NSSet._class_.alloc()
           
static NSSet NSSet.new_()
           
abstract  NSSet NSSet._class_.new_()
           
abstract  NSSet NSHashTable.setRepresentation()
          create a set of the contents
Original signature : -(NSSet*)setRepresentation
native declaration : NSHashTable.h:65
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSSet
static NSCountedSet NSCountedSet.createWithSet(NSSet set)
          Factory method
abstract  NSCountedSet NSCountedSet.initWithSet(NSSet set)
          Original signature : -(id)initWithSet:(NSSet*)
native declaration : NSSet.h:105
 

Uses of NSSet in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories that return NSSet
 NSSet NSSetCreation.initWithArray(NSArray array)
          Original signature : -(id)initWithArray:(NSArray*)
from NSSetCreation native declaration : NSSet.h:62
 NSSet NSSetCreation.initWithObjects_count(ObjCObject objects, NSUInteger cnt)
          Original signature : -(id)initWithObjects:(id*) count:(NSUInteger)
from NSSetCreation native declaration : NSSet.h:58
 NSSet NSSetCreation.initWithObjects(ObjCObject firstObj, NSObject... varargs)
          Original signature : -(id)initWithObjects:(id), ...
 NSSet NSSetCreation.initWithSet_copyItems(NSSet set, boolean flag)
          Original signature : -(id)initWithSet:(NSSet*) copyItems:(BOOL)
from NSSetCreation native declaration : NSSet.h:61
 NSSet NSSetCreation.initWithSet(NSSet set)
          Original signature : -(id)initWithSet:(NSSet*)
from NSSetCreation native declaration : NSSet.h:60
 NSSet NSKeyValueObservingCustomization._static_.keyPathsForValuesAffectingValueForKey(NSString key)
          Return a set of key paths for properties whose values affect the value of the keyed property.
 NSSet NSSetCreation._static_.set()
          Original signature : +(id)set
from NSSetCreation native declaration : NSSet.h:51
 NSSet NSExtendedSet.setByAddingObject(ObjCObject anObject)
          Original signature : -(NSSet*)setByAddingObject:(id)
from NSExtendedSet native declaration : NSSet.h:35
 NSSet NSExtendedSet.setByAddingObjectsFromArray(NSArray other)
          Original signature : -(NSSet*)setByAddingObjectsFromArray:(NSArray*)
from NSExtendedSet native declaration : NSSet.h:37
 NSSet NSExtendedSet.setByAddingObjectsFromSet(NSSet other)
          Original signature : -(NSSet*)setByAddingObjectsFromSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:36
 NSSet NSSetCreation._static_.setWithArray(NSArray array)
          Original signature : +(id)setWithArray:(NSArray*)
from NSSetCreation native declaration : NSSet.h:56
 NSSet NSSetCreation._static_.setWithObject(ObjCObject object)
          Original signature : +(id)setWithObject:(id)
from NSSetCreation native declaration : NSSet.h:52
 NSSet NSSetCreation._static_.setWithObjects_count(ObjCObject objects, NSUInteger cnt)
          Original signature : +(id)setWithObjects:(id*) count:(NSUInteger)
from NSSetCreation native declaration : NSSet.h:53
 NSSet NSSetCreation._static_.setWithObjects(ObjCObject firstObj, NSObject... varargs)
          Original signature : +(id)setWithObjects:(id), ...
 NSSet NSSetCreation._static_.setWithSet(NSSet set)
          Original signature : +(id)setWithSet:(NSSet*)
from NSSetCreation native declaration : NSSet.h:55
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSSet
 void NSKeyValueObserverNotification.didChangeValueForKey_withSetMutation_usingObjects(NSString key, int mutationKind, NSSet objects)
          Original signature : -(void)didChangeValueForKey:(NSString*) withSetMutation:(NSKeyValueSetMutationKind) usingObjects:(NSSet*)
from NSKeyValueObserverNotification native declaration : NSKeyValueObserving.h:157
 NSSet NSSetCreation.initWithSet_copyItems(NSSet set, boolean flag)
          Original signature : -(id)initWithSet:(NSSet*) copyItems:(BOOL)
from NSSetCreation native declaration : NSSet.h:61
 NSSet NSSetCreation.initWithSet(NSSet set)
          Original signature : -(id)initWithSet:(NSSet*)
from NSSetCreation native declaration : NSSet.h:60
 void NSExtendedMutableSet.intersectSet(NSSet otherSet)
          Original signature : -(void)intersectSet:(NSSet*)
from NSExtendedMutableSet native declaration : NSSet.h:78
 boolean NSExtendedSet.intersectsSet(NSSet otherSet)
          Original signature : -(BOOL)intersectsSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:28
 boolean NSExtendedSet.isEqualToSet(NSSet otherSet)
          Original signature : -(BOOL)isEqualToSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:29
 boolean NSExtendedSet.isSubsetOfSet(NSSet otherSet)
          Original signature : -(BOOL)isSubsetOfSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:30
 void NSExtendedMutableSet.minusSet(NSSet otherSet)
          Original signature : -(void)minusSet:(NSSet*)
from NSExtendedMutableSet native declaration : NSSet.h:79
 NSSet NSExtendedSet.setByAddingObjectsFromSet(NSSet other)
          Original signature : -(NSSet*)setByAddingObjectsFromSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:36
 void NSExtendedMutableSet.setSet(NSSet otherSet)
          Original signature : -(void)setSet:(NSSet*)
from NSExtendedMutableSet native declaration : NSSet.h:83
 NSSet NSSetCreation._static_.setWithSet(NSSet set)
          Original signature : +(id)setWithSet:(NSSet*)
from NSSetCreation native declaration : NSSet.h:55
 void NSExtendedMutableSet.unionSet(NSSet otherSet)
          Original signature : -(void)unionSet:(NSSet*)
from NSExtendedMutableSet native declaration : NSSet.h:81
 void NSKeyValueObserverNotification.willChangeValueForKey_withSetMutation_usingObjects(NSString key, int mutationKind, NSSet objects)
          Given a key that identifies an _unordered_ to-many relationship, send -observeValueForKeyPath:ofObject:change:context: notification messages to each observer registered for the key, including those that are registered with other objects using key paths that locate the keyed value in this object.
 



Copyright © 2009. All Rights Reserved.