Uses of Class
com.jniwrapper.macosx.cocoa.mactypes.Ptr

Packages that use Ptr
com.jniwrapper.macosx.cocoa.aedatamodel   
com.jniwrapper.macosx.cocoa.mactypes   
 

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

Subclasses of Ptr in com.jniwrapper.macosx.cocoa.aedatamodel
 class AEDataStorageType
          This class represents AEDataStorageType type.
 

Uses of Ptr in com.jniwrapper.macosx.cocoa.mactypes
 

Methods in com.jniwrapper.macosx.cocoa.mactypes that return Ptr
 Ptr Handle.getValue()
           
 

Constructors in com.jniwrapper.macosx.cocoa.mactypes with parameters of type Ptr
Handle(Ptr value)