Uses of Class
com.jniwrapper.macosx.cocoa.nszone.NSZone

Packages that use NSZone
com.jniwrapper.macosx.cocoa.nsaffinetransform   
com.jniwrapper.macosx.cocoa.nsappleeventdescriptor   
com.jniwrapper.macosx.cocoa.nsapplescript   
com.jniwrapper.macosx.cocoa.nsarchiver   
com.jniwrapper.macosx.cocoa.nsarray   
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nsbezierpath   
com.jniwrapper.macosx.cocoa.nsbundle   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nscharacterset   
com.jniwrapper.macosx.cocoa.nscoder   
com.jniwrapper.macosx.cocoa.nscolor   
com.jniwrapper.macosx.cocoa.nsdata   
com.jniwrapper.macosx.cocoa.nsdate   
com.jniwrapper.macosx.cocoa.nsdictionary   
com.jniwrapper.macosx.cocoa.nserror   
com.jniwrapper.macosx.cocoa.nsevent   
com.jniwrapper.macosx.cocoa.nsexception   
com.jniwrapper.macosx.cocoa.nsfont   
com.jniwrapper.macosx.cocoa.nsfontdescriptor   
com.jniwrapper.macosx.cocoa.nsformatter   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nsimagecell   
com.jniwrapper.macosx.cocoa.nsimagerep   
com.jniwrapper.macosx.cocoa.nsindexset   
com.jniwrapper.macosx.cocoa.nsmenu   
com.jniwrapper.macosx.cocoa.nsmenuitem   
com.jniwrapper.macosx.cocoa.nsmovie   
com.jniwrapper.macosx.cocoa.nsnotification   
com.jniwrapper.macosx.cocoa.nsnull   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsparagraphstyle   
com.jniwrapper.macosx.cocoa.nsport   
com.jniwrapper.macosx.cocoa.nsprinter   
com.jniwrapper.macosx.cocoa.nsprintinfo   
com.jniwrapper.macosx.cocoa.nsproxy   
com.jniwrapper.macosx.cocoa.nsrulermarker   
com.jniwrapper.macosx.cocoa.nsscanner   
com.jniwrapper.macosx.cocoa.nsscriptcommanddescription   
com.jniwrapper.macosx.cocoa.nsset   
com.jniwrapper.macosx.cocoa.nsshadow   
com.jniwrapper.macosx.cocoa.nssortdescriptor   
com.jniwrapper.macosx.cocoa.nssound   
com.jniwrapper.macosx.cocoa.nsstring   
com.jniwrapper.macosx.cocoa.nstimezone   
com.jniwrapper.macosx.cocoa.nstoolbaritem   
com.jniwrapper.macosx.cocoa.nsurl   
com.jniwrapper.macosx.cocoa.nsurlcache   
com.jniwrapper.macosx.cocoa.nsurlcredential   
com.jniwrapper.macosx.cocoa.nsurlprotectionspace   
com.jniwrapper.macosx.cocoa.nsurlrequest   
com.jniwrapper.macosx.cocoa.nsurlresponse   
com.jniwrapper.macosx.cocoa.nsvalue   
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsaffinetransform
 

Methods in com.jniwrapper.macosx.cocoa.nsaffinetransform with parameters of type NSZone
 Id NSAffineTransform.copyWithZone(NSZone zone)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor with parameters of type NSZone
 Id NSAppleEventDescriptor.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsapplescript
 

Methods in com.jniwrapper.macosx.cocoa.nsapplescript with parameters of type NSZone
 Id NSAppleScript.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsarchiver
 

Methods in com.jniwrapper.macosx.cocoa.nsarchiver with parameters of type NSZone
 void NSUnarchiver.setObjectZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsarray
 

Methods in com.jniwrapper.macosx.cocoa.nsarray with parameters of type NSZone
 Id NSArray.copyWithZone(NSZone zone)
           
 Id NSArray.mutableCopyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsattributedstring
 

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSZone
 Id NSAttributedString.copyWithZone(NSZone zone)
           
 Id NSAttributedString.mutableCopyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsbezierpath
 

Methods in com.jniwrapper.macosx.cocoa.nsbezierpath with parameters of type NSZone
 Id NSBezierPath.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsbundle
 

Methods in com.jniwrapper.macosx.cocoa.nsbundle with parameters of type NSZone
 com.jniwrapper.Bool NSBundle.loadNibFile_externalNameTable_withZone(java.lang.String fileName, NSDictionary context, NSZone zone)
          This method represents the loadNibFile() method of the NSBundle Objective-C class.
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nscell
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSZone
 Id NSCell.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nscharacterset
 

Methods in com.jniwrapper.macosx.cocoa.nscharacterset with parameters of type NSZone
 Id NSMutableCharacterSet.copyWithZone(NSZone zone)
           
 Id NSMutableCharacterSet.mutableCopyWithZone(NSZone zone)
           
 Id NSCharacterSet.copyWithZone(NSZone zone)
           
 Id NSCharacterSet.mutableCopyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nscoder
 

Methods in com.jniwrapper.macosx.cocoa.nscoder with parameters of type NSZone
 void NSCoder.setObjectZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nscolor
 

Methods in com.jniwrapper.macosx.cocoa.nscolor with parameters of type NSZone
 Id NSColor.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsdata
 

Methods in com.jniwrapper.macosx.cocoa.nsdata with parameters of type NSZone
 Id NSData.copyWithZone(NSZone zone)
           
 Id NSData.mutableCopyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsdate
 

Methods in com.jniwrapper.macosx.cocoa.nsdate with parameters of type NSZone
 Id NSDate.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsdictionary
 

Methods in com.jniwrapper.macosx.cocoa.nsdictionary with parameters of type NSZone
 Id NSDictionary.copyWithZone(NSZone zone)
           
 Id NSDictionary.mutableCopyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nserror
 

Methods in com.jniwrapper.macosx.cocoa.nserror with parameters of type NSZone
 Id NSError.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsevent
 

Methods in com.jniwrapper.macosx.cocoa.nsevent with parameters of type NSZone
 Id NSEvent.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsexception
 

Methods in com.jniwrapper.macosx.cocoa.nsexception with parameters of type NSZone
 Id NSException.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsfont
 

Methods in com.jniwrapper.macosx.cocoa.nsfont with parameters of type NSZone
 Id NSFont.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsfontdescriptor
 

Methods in com.jniwrapper.macosx.cocoa.nsfontdescriptor with parameters of type NSZone
 Id NSFontDescriptor.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsformatter
 

Methods in com.jniwrapper.macosx.cocoa.nsformatter with parameters of type NSZone
 Id NSFormatter.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsimage
 

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSZone
 Id NSImage.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsimagecell
 

Methods in com.jniwrapper.macosx.cocoa.nsimagecell with parameters of type NSZone
 Id NSImageCell.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nsimagerep with parameters of type NSZone
 Id NSImageRep.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsindexset
 

Methods in com.jniwrapper.macosx.cocoa.nsindexset with parameters of type NSZone
 Id NSIndexSet.copyWithZone(NSZone zone)
           
 Id NSIndexSet.mutableCopyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsmenu
 

Methods in com.jniwrapper.macosx.cocoa.nsmenu with parameters of type NSZone
 Id NSMenu.copyWithZone(NSZone zone)
           
static void NSMenu.static_setMenuZone(NSZone aZone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsmenuitem
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitem with parameters of type NSZone
 Id NSMenuItem.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsmovie
 

Methods in com.jniwrapper.macosx.cocoa.nsmovie with parameters of type NSZone
 Id NSMovie.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsnotification
 

Methods in com.jniwrapper.macosx.cocoa.nsnotification with parameters of type NSZone
 Id NSNotification.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsnull
 

Methods in com.jniwrapper.macosx.cocoa.nsnull with parameters of type NSZone
 Id NSNull.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSZone
static NSObject NSObject.NSObject_allocWithZone(NSZone zone)
          This method represents the allocWithZone static constructor of the NSObject Objective-C class.
static NSObject NSObject.NSObject_mutableCopyWithZone(NSZone zone)
          This method represents the mutableCopyWithZone static constructor of the NSObject Objective-C class.
static NSObject NSObject.NSObject_copyWithZone(NSZone zone)
          This method represents the copyWithZone static constructor of the NSObject Objective-C class.
 Id NSMutableCopyingProtocol.mutableCopyWithZone(NSZone zone)
           
 Id NSCopyingProtocol.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsparagraphstyle
 

Methods in com.jniwrapper.macosx.cocoa.nsparagraphstyle with parameters of type NSZone
 Id NSTextTab.copyWithZone(NSZone zone)
           
 Id NSParagraphStyle.copyWithZone(NSZone zone)
           
 Id NSParagraphStyle.mutableCopyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsport
 

Methods in com.jniwrapper.macosx.cocoa.nsport with parameters of type NSZone
static NSPort NSPort.NSPort_allocWithZone(NSZone zone)
          This method represents the allocWithZone static constructor of the NSPort Objective-C class.
 Id NSPort.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsprinter
 

Methods in com.jniwrapper.macosx.cocoa.nsprinter with parameters of type NSZone
 Id NSPrinter.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsprintinfo
 

Methods in com.jniwrapper.macosx.cocoa.nsprintinfo with parameters of type NSZone
 Id NSPrintInfo.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsproxy
 

Methods in com.jniwrapper.macosx.cocoa.nsproxy with parameters of type NSZone
static NSProxy NSProxy.NSProxy_allocWithZone(NSZone zone)
          This method represents the allocWithZone static constructor of the NSProxy Objective-C class.
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsrulermarker
 

Methods in com.jniwrapper.macosx.cocoa.nsrulermarker with parameters of type NSZone
 Id NSRulerMarker.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsscanner
 

Methods in com.jniwrapper.macosx.cocoa.nsscanner with parameters of type NSZone
 Id NSScanner.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsscriptcommanddescription
 

Methods in com.jniwrapper.macosx.cocoa.nsscriptcommanddescription with parameters of type NSZone
 com.jniwrapper.Pointer.Void NSScriptCommandDescription.createCommandInstanceWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsset
 

Methods in com.jniwrapper.macosx.cocoa.nsset with parameters of type NSZone
 Id NSSet.copyWithZone(NSZone zone)
           
 Id NSSet.mutableCopyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsshadow
 

Methods in com.jniwrapper.macosx.cocoa.nsshadow with parameters of type NSZone
 Id NSShadow.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nssortdescriptor
 

Methods in com.jniwrapper.macosx.cocoa.nssortdescriptor with parameters of type NSZone
 Id NSSortDescriptor.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nssound
 

Methods in com.jniwrapper.macosx.cocoa.nssound with parameters of type NSZone
 Id NSSound.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsstring
 

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSZone
 Id NSString.mutableCopyWithZone(NSZone zone)
           
 Id NSString.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nstimezone
 

Methods in com.jniwrapper.macosx.cocoa.nstimezone with parameters of type NSZone
 Id NSTimeZone.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nstoolbaritem
 

Methods in com.jniwrapper.macosx.cocoa.nstoolbaritem with parameters of type NSZone
 Id NSToolbarItem.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsurl
 

Methods in com.jniwrapper.macosx.cocoa.nsurl with parameters of type NSZone
 Id NSURL.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsurlcache
 

Methods in com.jniwrapper.macosx.cocoa.nsurlcache with parameters of type NSZone
 Id NSCachedURLResponse.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsurlcredential
 

Methods in com.jniwrapper.macosx.cocoa.nsurlcredential with parameters of type NSZone
 Id NSURLCredential.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsurlprotectionspace
 

Methods in com.jniwrapper.macosx.cocoa.nsurlprotectionspace with parameters of type NSZone
 Id NSURLProtectionSpace.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsurlrequest
 

Methods in com.jniwrapper.macosx.cocoa.nsurlrequest with parameters of type NSZone
 Id NSURLRequest.copyWithZone(NSZone zone)
           
 Id NSURLRequest.mutableCopyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsurlresponse
 

Methods in com.jniwrapper.macosx.cocoa.nsurlresponse with parameters of type NSZone
 Id NSURLResponse.copyWithZone(NSZone zone)
           
 

Uses of NSZone in com.jniwrapper.macosx.cocoa.nsvalue
 

Methods in com.jniwrapper.macosx.cocoa.nsvalue with parameters of type NSZone
 Id NSValue.copyWithZone(NSZone zone)