com.jniwrapper.macosx.cocoa.nsobject
Interface NSCodingProtocol

All Known Subinterfaces:
NSMenuItemProtocol
All Known Implementing Classes:
NSAffineTransform, NSArray, NSAttributedString, NSBezierPath, NSCachedURLResponse, NSCell, NSCharacterSet, NSColor, NSColorList, NSController, NSCursor, NSData, NSDate, NSDecimalNumberHandler, NSDictionary, NSDistantObject, NSDocumentController, NSError, NSEvent, NSException, NSFileWrapper, NSFont, NSFontDescriptor, NSFormatter, NSGlyphInfo, NSImage, NSImageCell, NSImageRep, NSIndexSet, NSInvocation, NSLayoutManager, NSMenu, NSMenuItem, NSMovie, NSNib, NSNibConnector, NSNotification, NSNull, NSOpenGLPixelFormat, NSParagraphStyle, NSPort, NSPrinter, NSPrintInfo, NSResponder, NSRulerMarker, NSScriptCommand, NSScriptCommandDescription, NSScriptObjectSpecifier, NSScriptWhoseTest, NSSet, NSShadow, NSSortDescriptor, NSSound, NSString, NSTableColumn, NSTabViewItem, NSTextAttachment, NSTextContainer, NSTextTab, NSTimeZone, NSURL, NSURLRequest, NSURLResponse, NSValue, NSWindowController

public interface NSCodingProtocol

This interface represents NSCodingProtocol protocol. See the protocol documentation at the Apple's site: NSCodingProtocol


Method Summary
 void encodeWithCoder(NSCoder aCoder)
           
 Id initWithCoder(NSCoder aDecoder)
           
 

Method Detail

encodeWithCoder

public void encodeWithCoder(NSCoder aCoder)

initWithCoder

public Id initWithCoder(NSCoder aDecoder)