Uses of Class
com.jniwrapper.macosx.cocoa.nscoder.NSCoder

Packages that use NSCoder
com.jniwrapper.macosx.cocoa.nsaffinetransform   
com.jniwrapper.macosx.cocoa.nsarchiver   
com.jniwrapper.macosx.cocoa.nsarray   
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nsbezierpath   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nscharacterset   
com.jniwrapper.macosx.cocoa.nscolor   
com.jniwrapper.macosx.cocoa.nscolorlist   
com.jniwrapper.macosx.cocoa.nscontroller   
com.jniwrapper.macosx.cocoa.nscursor   
com.jniwrapper.macosx.cocoa.nsdata   
com.jniwrapper.macosx.cocoa.nsdate   
com.jniwrapper.macosx.cocoa.nsdecimalnumber   
com.jniwrapper.macosx.cocoa.nsdictionary   
com.jniwrapper.macosx.cocoa.nsdistantobject   
com.jniwrapper.macosx.cocoa.nsdocumentcontroller   
com.jniwrapper.macosx.cocoa.nserror   
com.jniwrapper.macosx.cocoa.nsevent   
com.jniwrapper.macosx.cocoa.nsexception   
com.jniwrapper.macosx.cocoa.nsfilewrapper   
com.jniwrapper.macosx.cocoa.nsfont   
com.jniwrapper.macosx.cocoa.nsfontdescriptor   
com.jniwrapper.macosx.cocoa.nsformatter   
com.jniwrapper.macosx.cocoa.nsglyphinfo   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nsimagecell   
com.jniwrapper.macosx.cocoa.nsimagerep   
com.jniwrapper.macosx.cocoa.nsindexset   
com.jniwrapper.macosx.cocoa.nsinvocation   
com.jniwrapper.macosx.cocoa.nskeyedarchiver   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsmenu   
com.jniwrapper.macosx.cocoa.nsmenuitem   
com.jniwrapper.macosx.cocoa.nsmovie   
com.jniwrapper.macosx.cocoa.nsnib   
com.jniwrapper.macosx.cocoa.nsnibconnector   
com.jniwrapper.macosx.cocoa.nsnotification   
com.jniwrapper.macosx.cocoa.nsnull   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsopengl   
com.jniwrapper.macosx.cocoa.nsparagraphstyle   
com.jniwrapper.macosx.cocoa.nsport   
com.jniwrapper.macosx.cocoa.nsportcoder   
com.jniwrapper.macosx.cocoa.nsprinter   
com.jniwrapper.macosx.cocoa.nsprintinfo   
com.jniwrapper.macosx.cocoa.nsresponder   
com.jniwrapper.macosx.cocoa.nsrulermarker   
com.jniwrapper.macosx.cocoa.nsscriptcommand   
com.jniwrapper.macosx.cocoa.nsscriptcommanddescription   
com.jniwrapper.macosx.cocoa.nsscriptobjectspecifiers   
com.jniwrapper.macosx.cocoa.nsscriptwhosetests   
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.nstablecolumn   
com.jniwrapper.macosx.cocoa.nstabviewitem   
com.jniwrapper.macosx.cocoa.nstextattachment   
com.jniwrapper.macosx.cocoa.nstextcontainer   
com.jniwrapper.macosx.cocoa.nstimezone   
com.jniwrapper.macosx.cocoa.nsurl   
com.jniwrapper.macosx.cocoa.nsurlcache   
com.jniwrapper.macosx.cocoa.nsurlrequest   
com.jniwrapper.macosx.cocoa.nsurlresponse   
com.jniwrapper.macosx.cocoa.nsvalue   
com.jniwrapper.macosx.cocoa.nswindowcontroller   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsaffinetransform with parameters of type NSCoder
 void NSAffineTransform.encodeWithCoder(NSCoder aCoder)
           
 Id NSAffineTransform.initWithCoder(NSCoder aDecoder)
           
 

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

Subclasses of NSCoder in com.jniwrapper.macosx.cocoa.nsarchiver
 class NSArchiver
          This class represents NSArchiver class.
 class NSUnarchiver
          This class represents NSUnarchiver class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsarray with parameters of type NSCoder
 void NSArray.encodeWithCoder(NSCoder aCoder)
           
 Id NSArray.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSCoder
 void NSAttributedString.encodeWithCoder(NSCoder aCoder)
           
 Id NSAttributedString.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsbezierpath with parameters of type NSCoder
 void NSBezierPath.encodeWithCoder(NSCoder aCoder)
           
 Id NSBezierPath.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSCoder
 Id NSCell.initWithCoder(NSCoder aDecoder)
           
 void NSCell.encodeWithCoder(NSCoder aCoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nscharacterset with parameters of type NSCoder
 void NSCharacterSet.encodeWithCoder(NSCoder aCoder)
           
 Id NSCharacterSet.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nscolor with parameters of type NSCoder
 Id NSColor.initWithCoder(NSCoder aDecoder)
           
 void NSColor.encodeWithCoder(NSCoder aCoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nscolorlist
 

Methods in com.jniwrapper.macosx.cocoa.nscolorlist with parameters of type NSCoder
 void NSColorList.encodeWithCoder(NSCoder aCoder)
           
 Id NSColorList.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nscontroller
 

Methods in com.jniwrapper.macosx.cocoa.nscontroller with parameters of type NSCoder
 void NSController.encodeWithCoder(NSCoder aCoder)
           
 Id NSController.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nscursor
 

Methods in com.jniwrapper.macosx.cocoa.nscursor with parameters of type NSCoder
 void NSCursor.encodeWithCoder(NSCoder aCoder)
           
 Id NSCursor.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsdata with parameters of type NSCoder
 void NSData.encodeWithCoder(NSCoder aCoder)
           
 Id NSData.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsdate with parameters of type NSCoder
 void NSDate.encodeWithCoder(NSCoder aCoder)
           
 Id NSDate.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsdecimalnumber
 

Methods in com.jniwrapper.macosx.cocoa.nsdecimalnumber with parameters of type NSCoder
 void NSDecimalNumberHandler.encodeWithCoder(NSCoder aCoder)
           
 Id NSDecimalNumberHandler.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsdictionary with parameters of type NSCoder
 void NSDictionary.encodeWithCoder(NSCoder aCoder)
           
 Id NSDictionary.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsdistantobject
 

Methods in com.jniwrapper.macosx.cocoa.nsdistantobject with parameters of type NSCoder
 void NSDistantObject.encodeWithCoder(NSCoder aCoder)
           
 Id NSDistantObject.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsdocumentcontroller
 

Methods in com.jniwrapper.macosx.cocoa.nsdocumentcontroller with parameters of type NSCoder
 void NSDocumentController.encodeWithCoder(NSCoder aCoder)
           
 Id NSDocumentController.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nserror with parameters of type NSCoder
 void NSError.encodeWithCoder(NSCoder aCoder)
           
 Id NSError.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsevent with parameters of type NSCoder
 void NSEvent.encodeWithCoder(NSCoder aCoder)
           
 Id NSEvent.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsexception with parameters of type NSCoder
 void NSException.encodeWithCoder(NSCoder aCoder)
           
 Id NSException.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsfilewrapper
 

Methods in com.jniwrapper.macosx.cocoa.nsfilewrapper with parameters of type NSCoder
 void NSFileWrapper.encodeWithCoder(NSCoder aCoder)
           
 Id NSFileWrapper.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsfont with parameters of type NSCoder
 void NSFont.encodeWithCoder(NSCoder aCoder)
           
 Id NSFont.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsfontdescriptor with parameters of type NSCoder
 void NSFontDescriptor.encodeWithCoder(NSCoder aCoder)
           
 Id NSFontDescriptor.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsformatter with parameters of type NSCoder
 void NSFormatter.encodeWithCoder(NSCoder aCoder)
           
 Id NSFormatter.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsglyphinfo
 

Methods in com.jniwrapper.macosx.cocoa.nsglyphinfo with parameters of type NSCoder
 void NSGlyphInfo.encodeWithCoder(NSCoder aCoder)
           
 Id NSGlyphInfo.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSCoder
 void NSImage.encodeWithCoder(NSCoder aCoder)
           
 Id NSImage.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsimagecell with parameters of type NSCoder
 void NSImageCell.encodeWithCoder(NSCoder aCoder)
           
 Id NSImageCell.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsimagerep with parameters of type NSCoder
 void NSImageRep.encodeWithCoder(NSCoder aCoder)
           
 Id NSImageRep.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsindexset with parameters of type NSCoder
 void NSIndexSet.encodeWithCoder(NSCoder aCoder)
           
 Id NSIndexSet.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsinvocation
 

Methods in com.jniwrapper.macosx.cocoa.nsinvocation with parameters of type NSCoder
 void NSInvocation.encodeWithCoder(NSCoder aCoder)
           
 Id NSInvocation.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nskeyedarchiver
 

Subclasses of NSCoder in com.jniwrapper.macosx.cocoa.nskeyedarchiver
 class NSKeyedArchiver
          This class represents NSKeyedArchiver class.
 class NSKeyedUnarchiver
          This class represents NSKeyedUnarchiver class.
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nslayoutmanager
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSCoder
 Id NSLayoutManager.initWithCoder(NSCoder aDecoder)
           
 void NSLayoutManager.encodeWithCoder(NSCoder aCoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmenu with parameters of type NSCoder
 void NSMenu.encodeWithCoder(NSCoder aCoder)
           
 Id NSMenu.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmenuitem with parameters of type NSCoder
 void NSMenuItem.encodeWithCoder(NSCoder aCoder)
           
 Id NSMenuItem.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmovie with parameters of type NSCoder
 void NSMovie.encodeWithCoder(NSCoder aCoder)
           
 Id NSMovie.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsnib
 

Methods in com.jniwrapper.macosx.cocoa.nsnib with parameters of type NSCoder
 void NSNib.encodeWithCoder(NSCoder aCoder)
           
 Id NSNib.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsnibconnector
 

Methods in com.jniwrapper.macosx.cocoa.nsnibconnector with parameters of type NSCoder
 void NSNibConnector.encodeWithCoder(NSCoder aCoder)
           
 Id NSNibConnector.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsnotification with parameters of type NSCoder
 void NSNotification.encodeWithCoder(NSCoder aCoder)
           
 Id NSNotification.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsnull with parameters of type NSCoder
 void NSNull.encodeWithCoder(NSCoder aCoder)
           
 Id NSNull.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSCoder
 Id NSObject.awakeAfterUsingCoder(NSCoder aDecoder)
           
 Id NSObject.replacementObjectForCoder(NSCoder aCoder)
           
 void NSCodingProtocol.encodeWithCoder(NSCoder aCoder)
           
 Id NSCodingProtocol.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsopengl
 

Methods in com.jniwrapper.macosx.cocoa.nsopengl with parameters of type NSCoder
 void NSOpenGLPixelFormat.encodeWithCoder(NSCoder aCoder)
           
 Id NSOpenGLPixelFormat.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsparagraphstyle with parameters of type NSCoder
 void NSTextTab.encodeWithCoder(NSCoder aCoder)
           
 Id NSTextTab.initWithCoder(NSCoder aDecoder)
           
 void NSParagraphStyle.encodeWithCoder(NSCoder aCoder)
           
 Id NSParagraphStyle.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsport with parameters of type NSCoder
 void NSPort.encodeWithCoder(NSCoder aCoder)
           
 Id NSPort.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsportcoder
 

Subclasses of NSCoder in com.jniwrapper.macosx.cocoa.nsportcoder
 class NSPortCoder
          This class represents NSPortCoder class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsprinter with parameters of type NSCoder
 void NSPrinter.encodeWithCoder(NSCoder aCoder)
           
 Id NSPrinter.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsprintinfo with parameters of type NSCoder
 void NSPrintInfo.encodeWithCoder(NSCoder aCoder)
           
 Id NSPrintInfo.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsresponder
 

Methods in com.jniwrapper.macosx.cocoa.nsresponder with parameters of type NSCoder
 Id NSResponder.initWithCoder(NSCoder aDecoder)
           
 void NSResponder.encodeWithCoder(NSCoder aCoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsrulermarker with parameters of type NSCoder
 void NSRulerMarker.encodeWithCoder(NSCoder aCoder)
           
 Id NSRulerMarker.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsscriptcommand
 

Methods in com.jniwrapper.macosx.cocoa.nsscriptcommand with parameters of type NSCoder
 void NSScriptCommand.encodeWithCoder(NSCoder aCoder)
           
 Id NSScriptCommand.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsscriptcommanddescription with parameters of type NSCoder
 void NSScriptCommandDescription.encodeWithCoder(NSCoder aCoder)
           
 Id NSScriptCommandDescription.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsscriptobjectspecifiers
 

Methods in com.jniwrapper.macosx.cocoa.nsscriptobjectspecifiers with parameters of type NSCoder
 void NSScriptObjectSpecifier.encodeWithCoder(NSCoder aCoder)
           
 Id NSScriptObjectSpecifier.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nsscriptwhosetests
 

Methods in com.jniwrapper.macosx.cocoa.nsscriptwhosetests with parameters of type NSCoder
 void NSScriptWhoseTest.encodeWithCoder(NSCoder aCoder)
           
 Id NSScriptWhoseTest.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsset with parameters of type NSCoder
 void NSSet.encodeWithCoder(NSCoder aCoder)
           
 Id NSSet.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsshadow with parameters of type NSCoder
 void NSShadow.encodeWithCoder(NSCoder aCoder)
           
 Id NSShadow.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nssortdescriptor with parameters of type NSCoder
 void NSSortDescriptor.encodeWithCoder(NSCoder aCoder)
           
 Id NSSortDescriptor.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nssound with parameters of type NSCoder
 void NSSound.encodeWithCoder(NSCoder aCoder)
           
 Id NSSound.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSCoder
 Id NSString.initWithCoder(NSCoder aDecoder)
           
 void NSString.encodeWithCoder(NSCoder aCoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nstablecolumn
 

Methods in com.jniwrapper.macosx.cocoa.nstablecolumn with parameters of type NSCoder
 void NSTableColumn.encodeWithCoder(NSCoder aCoder)
           
 Id NSTableColumn.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nstabviewitem
 

Methods in com.jniwrapper.macosx.cocoa.nstabviewitem with parameters of type NSCoder
 void NSTabViewItem.encodeWithCoder(NSCoder aCoder)
           
 Id NSTabViewItem.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nstextattachment
 

Methods in com.jniwrapper.macosx.cocoa.nstextattachment with parameters of type NSCoder
 void NSTextAttachment.encodeWithCoder(NSCoder aCoder)
           
 Id NSTextAttachment.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nstextcontainer
 

Methods in com.jniwrapper.macosx.cocoa.nstextcontainer with parameters of type NSCoder
 void NSTextContainer.encodeWithCoder(NSCoder aCoder)
           
 Id NSTextContainer.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstimezone with parameters of type NSCoder
 void NSTimeZone.encodeWithCoder(NSCoder aCoder)
           
 Id NSTimeZone.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurl with parameters of type NSCoder
 void NSURL.encodeWithCoder(NSCoder aCoder)
           
 Id NSURL.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurlcache with parameters of type NSCoder
 void NSCachedURLResponse.encodeWithCoder(NSCoder aCoder)
           
 Id NSCachedURLResponse.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurlrequest with parameters of type NSCoder
 void NSURLRequest.encodeWithCoder(NSCoder aCoder)
           
 Id NSURLRequest.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsurlresponse with parameters of type NSCoder
 void NSURLResponse.encodeWithCoder(NSCoder aCoder)
           
 Id NSURLResponse.initWithCoder(NSCoder aDecoder)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsvalue with parameters of type NSCoder
 void NSValue.encodeWithCoder(NSCoder aCoder)
           
 Id NSValue.initWithCoder(NSCoder aDecoder)
           
 

Uses of NSCoder in com.jniwrapper.macosx.cocoa.nswindowcontroller
 

Methods in com.jniwrapper.macosx.cocoa.nswindowcontroller with parameters of type NSCoder
 void NSWindowController.encodeWithCoder(NSCoder aCoder)
           
 Id NSWindowController.initWithCoder(NSCoder aDecoder)