Uses of Class
com.jniwrapper.macosx.cocoa.aedatamodel.AEDesc

Packages that use AEDesc
com.jniwrapper.macosx.cocoa.aedatamodel   
com.jniwrapper.macosx.cocoa.nsappleeventdescriptor   
 

Uses of AEDesc in com.jniwrapper.macosx.cocoa.aedatamodel
 

Subclasses of AEDesc in com.jniwrapper.macosx.cocoa.aedatamodel
 class AEAddressDesc
          This class represents AEAddressDesc type.
 class AEDescList
          This class represents AEDescList type.
 class AERecord
          This class represents AERecord type.
 class AppleEvent
          This class represents AppleEvent type.
 

Methods in com.jniwrapper.macosx.cocoa.aedatamodel that return AEDesc
 AEDesc AEKeyDescStructure.get_DescContent()
           
 AEDesc AEDescPtr.getValue()
           
 

Constructors in com.jniwrapper.macosx.cocoa.aedatamodel with parameters of type AEDesc
AEDescPtr(AEDesc value)
           
 

Uses of AEDesc in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor with parameters of type AEDesc
 Id NSAppleEventDescriptor.initWithAEDescNoCopy(AEDesc aeDesc)