Uses of Class
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OpaqueCollection

Packages that use CarbonCoreLibrary.OpaqueCollection
org.rococoa.cocoa.carboncore   
 

Uses of CarbonCoreLibrary.OpaqueCollection in org.rococoa.cocoa.carboncore
 

Methods in org.rococoa.cocoa.carboncore that return CarbonCoreLibrary.OpaqueCollection
 CarbonCoreLibrary.OpaqueCollection CarbonCoreLibrary.CloneCollection(CarbonCoreLibrary.OpaqueCollection c)
          CloneCollection()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : Collection CloneCollection(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:273
 CarbonCoreLibrary.OpaqueCollection CarbonCoreLibrary.CopyCollection(CarbonCoreLibrary.OpaqueCollection srcCollection, CarbonCoreLibrary.OpaqueCollection dstCollection)
          CopyCollection()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : Collection CopyCollection(Collection, Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:338
 CarbonCoreLibrary.OpaqueCollection CarbonCoreLibrary.GetNewCollection(short collectionID)
          GetNewCollection()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : Collection GetNewCollection(SInt16)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:787
 CarbonCoreLibrary.OpaqueCollection CarbonCoreLibrary.NewCollection()
          NewCollection()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : Collection NewCollection()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:247
 

Methods in org.rococoa.cocoa.carboncore with parameters of type CarbonCoreLibrary.OpaqueCollection
 CarbonCoreLibrary.OpaqueCollection CarbonCoreLibrary.CloneCollection(CarbonCoreLibrary.OpaqueCollection c)
          CloneCollection()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : Collection CloneCollection(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:273
 boolean CarbonCoreLibrary.CollectionTagExists(CarbonCoreLibrary.OpaqueCollection c, int tag)
          CollectionTagExists()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : Boolean CollectionTagExists(Collection, CollectionTag)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:569
 CarbonCoreLibrary.OpaqueCollection CarbonCoreLibrary.CopyCollection(CarbonCoreLibrary.OpaqueCollection srcCollection, CarbonCoreLibrary.OpaqueCollection dstCollection)
          CopyCollection()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : Collection CopyCollection(Collection, Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:338
 int CarbonCoreLibrary.CountCollectionItems(CarbonCoreLibrary.OpaqueCollection c)
          CountCollectionItems()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : SInt32 CountCollectionItems(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:382
 int CarbonCoreLibrary.CountCollectionOwners(CarbonCoreLibrary.OpaqueCollection c)
          CountCollectionOwners()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : SInt32 CountCollectionOwners(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:286
 int CarbonCoreLibrary.CountCollectionTags(CarbonCoreLibrary.OpaqueCollection c)
          CountCollectionTags()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : SInt32 CountCollectionTags(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:584
 int CarbonCoreLibrary.CountTaggedCollectionItems(CarbonCoreLibrary.OpaqueCollection c, int tag)
          CountTaggedCollectionItems()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : SInt32 CountTaggedCollectionItems(Collection, CollectionTag)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:613
 void CarbonCoreLibrary.DisposeCollection(CarbonCoreLibrary.OpaqueCollection c)
          DisposeCollection()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : void DisposeCollection(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:260
 void CarbonCoreLibrary.EmptyCollection(CarbonCoreLibrary.OpaqueCollection c)
          EmptyCollection()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : void EmptyCollection(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:697
 int CarbonCoreLibrary.GetCollectionDefaultAttributes(CarbonCoreLibrary.OpaqueCollection c)
          GetCollectionDefaultAttributes()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : SInt32 GetCollectionDefaultAttributes(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:353
 CarbonCoreLibrary.CollectionExceptionProcPtr CarbonCoreLibrary.GetCollectionExceptionProc(CarbonCoreLibrary.OpaqueCollection c)
          GetCollectionExceptionProc()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : CollectionExceptionUPP GetCollectionExceptionProc(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:759
 NativeLong CarbonCoreLibrary.GetCollectionRetainCount(CarbonCoreLibrary.OpaqueCollection c)
          GetCollectionRetainCount()

Availability:
Mac OS X: in version 10.1 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.1 and later
Non-Carbon CFM: not available
Original signature : ItemCount GetCollectionRetainCount(Collection)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:325
 void CarbonCoreLibrary.PurgeCollection(CarbonCoreLibrary.OpaqueCollection c, int whichAttributes, int matchingAttributes)
          PurgeCollection()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : void PurgeCollection(Collection, SInt32, SInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:666
 void CarbonCoreLibrary.PurgeCollectionTag(CarbonCoreLibrary.OpaqueCollection c, int tag)
          PurgeCollectionTag()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : void PurgeCollectionTag(Collection, CollectionTag)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:682
 void CarbonCoreLibrary.SetCollectionDefaultAttributes(CarbonCoreLibrary.OpaqueCollection c, int whichAttributes, int newAttributes)
          SetCollectionDefaultAttributes()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : void SetCollectionDefaultAttributes(Collection, SInt32, SInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:366
 void CarbonCoreLibrary.SetCollectionExceptionProc(CarbonCoreLibrary.OpaqueCollection c, CarbonCoreLibrary.CollectionExceptionProcPtr exceptionProc)
          SetCollectionExceptionProc()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CollectionsLib 1.0 and later
Original signature : void SetCollectionExceptionProc(Collection, CollectionExceptionUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Collections.h:772
 



Copyright © 2009. All Rights Reserved.