Uses of Class
org.rococoa.cocoa.carboncore.ComponentDescription

Packages that use ComponentDescription
org.rococoa.cocoa.carboncore   
org.rococoa.cocoa.qd   
 

Uses of ComponentDescription in org.rococoa.cocoa.carboncore
 

Subclasses of ComponentDescription in org.rococoa.cocoa.carboncore
static class ComponentDescription.ByReference
           
static class ComponentDescription.ByValue
           
 

Fields in org.rococoa.cocoa.carboncore declared as ComponentDescription
 ComponentDescription ComponentAliasResource.aliasCD
          component alias description
C type : ComponentDescription
 ComponentDescription ExtComponentResource.cd
          registration parameters
C type : ComponentDescription
 ComponentDescription ComponentResource.cd
          Registration parameters
C type : ComponentDescription
 

Methods in org.rococoa.cocoa.carboncore that return ComponentDescription
static ComponentDescription[] ComponentDescription.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type ComponentDescription
 int CarbonCoreLibrary.CountComponents(ComponentDescription looking)
          CountComponents()

Mac OS X threading:
Thread safe since version 10.3

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Windows: in qtmlClient.lib 3.0 and later
Original signature : CountComponents(ComponentDescription*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Components.h:478
 ComponentRecord CarbonCoreLibrary.FindNextComponent(ComponentRecord aComponent, ComponentDescription looking)
          FindNextComponent()

Mac OS X threading:
Thread safe since version 10.3

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Windows: in qtmlClient.lib 3.0 and later
Original signature : Component FindNextComponent(Component, ComponentDescription*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Components.h:460
 ComponentRecord CarbonCoreLibrary.RegisterComponent(ComponentDescription cd, CarbonCoreLibrary.ComponentRoutineProcPtr componentEntryPoint, short global, PointerByReference componentName, PointerByReference componentInfo, PointerByReference componentIcon)
          Deprecated. use the safer methods CarbonCoreLibrary.RegisterComponent(org.rococoa.cocoa.carboncore.ComponentDescription, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ComponentRoutineProcPtr, short, java.lang.String[], java.lang.String[], java.lang.String[]) and CarbonCoreLibrary.RegisterComponent(org.rococoa.cocoa.carboncore.ComponentDescription, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ComponentRoutineProcPtr, short, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference) instead
 ComponentRecord CarbonCoreLibrary.RegisterComponent(ComponentDescription cd, CarbonCoreLibrary.ComponentRoutineProcPtr componentEntryPoint, short global, String[] componentName, String[] componentInfo, String[] componentIcon)
          RegisterComponent()

Mac OS X threading:
Thread safe since version 10.3

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Windows: in qtmlClient.lib 3.0 and later
Original signature : Component RegisterComponent(ComponentDescription*, ComponentRoutineUPP, SInt16, Handle, Handle, Handle)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Components.h:404
 

Constructors in org.rococoa.cocoa.carboncore with parameters of type ComponentDescription
ComponentAliasResource(ComponentResource cr, ComponentDescription aliasCD)
           
ComponentResource(ComponentDescription cd, ResourceSpec component, ResourceSpec componentName, ResourceSpec componentInfo, ResourceSpec componentIcon)
           
 

Uses of ComponentDescription in org.rococoa.cocoa.qd
 

Fields in org.rococoa.cocoa.qd declared as ComponentDescription
 ComponentDescription DMComponentListEntryRec.itemDescription
          We can always construct this if we use something beyond the compontent mgr.
 



Copyright © 2009. All Rights Reserved.