org.rococoa.cocoa.foundation.protocols
Interface NSCoding
- All Superinterfaces:
- ObjCObject
- All Known Implementing Classes:
- CALayer, CAOpenGLLayer, CIColor, CIImage, CIVector, NSActionCell, NSAffineTransform, NSAnimation, NSApplication, NSArray, NSArrayController, NSAttributeDescription, NSAttributedString, NSBezierPath, NSBitmapImageRep, NSBox, NSBrowser, NSBrowserCell, NSButton, NSButtonCell, NSCachedImageRep, NSCachedURLResponse, NSCalendar, NSCalendarDate, NSCell, NSCharacterSet, NSCIImageRep, NSClipView, NSCloneCommand, NSCloseCommand, NSCollectionView, NSCollectionViewItem, NSColor, NSColorList, NSColorPanel, NSColorSpace, NSColorWell, NSComboBox, NSComboBoxCell, NSComparisonPredicate, NSCompoundPredicate, NSControl, NSController, NSCountCommand, NSCountedSet, NSCreateCommand, NSCursor, NSCustomImageRep, NSData, NSDate, NSDateComponents, NSDateFormatter, NSDatePicker, NSDatePickerCell, NSDecimalNumber, NSDecimalNumberHandler, NSDeleteCommand, NSDictionary, NSDictionaryController, NSDistantObject, NSDocumentController, NSDrawer, NSEPSImageRep, NSError, NSEvent, NSException, NSExistsCommand, NSExpression, NSFileWrapper, NSFont, NSFontDescriptor, NSFontPanel, NSForm, NSFormatter, NSFormCell, NSGetCommand, NSGlyphInfo, NSGradient, NSHashTable, NSImage, NSImageCell, NSImageRep, NSImageView, NSIndexPath, NSIndexSet, NSIndexSpecifier, NSLayoutManager, NSLevelIndicator, NSLevelIndicatorCell, NSLocale, NSLogicalTest, NSMapTable, NSMatrix, NSMenu, NSMenuItem, NSMenuItemCell, NSMenuView, NSMiddleSpecifier, NSMoveCommand, NSMovie, NSMovieView, NSMutableArray, NSMutableAttributedString, NSMutableCharacterSet, NSMutableData, NSMutableDictionary, NSMutableIndexSet, NSMutableParagraphStyle, NSMutableSet, NSMutableString, NSMutableURLRequest, NSNameSpecifier, NSNib, NSNibConnector, NSNibControlConnector, NSNibOutletConnector, NSNotification, NSNull, NSNumber, NSNumberFormatter, NSObjectController, NSOpenGLLayer, NSOpenGLPixelFormat, NSOpenGLView, NSOpenPanel, NSOrthography, NSOutlineView, NSPanel, NSParagraphStyle, NSPathCell, NSPathComponentCell, NSPathControl, NSPDFImageRep, NSPICTImageRep, NSPointerArray, NSPopUpButton, NSPopUpButtonCell, NSPort, NSPredicate, NSPredicateEditor, NSPredicateEditorRowTemplate, NSPrinter, NSPrintInfo, NSProgressIndicator, NSPropertyDescription, NSPropertySpecifier, NSPurgeableData, NSQuickDrawView, NSQuitCommand, NSRandomSpecifier, NSRangeSpecifier, NSRelativeSpecifier, NSResponder, NSRuleEditor, NSRulerMarker, NSRulerView, NSSavePanel, NSScriptCommand, NSScriptCommandDescription, NSScriptObjectSpecifier, NSScriptWhoseTest, NSScroller, NSScrollView, NSSearchField, NSSearchFieldCell, NSSecureTextField, NSSecureTextFieldCell, NSSegmentedCell, NSSegmentedControl, NSSet, NSSetCommand, NSShadow, NSSimpleCString, NSSlider, NSSliderCell, NSSortDescriptor, NSSound, NSSpecifierTest, NSSplitView, NSStepper, NSStepperCell, NSString, NSTableColumn, NSTableHeaderCell, NSTableHeaderView, NSTableView, NSTabView, NSTabViewItem, NSText, NSTextAttachment, NSTextAttachmentCell, NSTextBlock, NSTextCheckingResult, NSTextContainer, NSTextField, NSTextFieldCell, NSTextList, NSTextStorage, NSTextTab, NSTextTable, NSTextTableBlock, NSTextView, NSTimeZone, NSTokenField, NSTokenFieldCell, NSTrackingArea, NSTreeController, NSUniqueIDSpecifier, NSURL, NSURLRequest, NSURLResponse, NSUserDefaultsController, NSValue, NSView, NSViewController, NSWhoseSpecifier, NSWindow, NSWindowController
public interface NSCoding
- extends ObjCObject
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Method Summary |
void |
encodeWithCoder(NSCoder aCoder)
Original signature : -(void)encodeWithCoder:(NSCoder*)
native declaration : NSObject.h:59 |
NSCoding |
initWithCoder(NSCoder aDecoder)
Original signature : -(id)initWithCoder:(NSCoder*)
native declaration : NSObject.h:60 |
_NSCLASS_
static final NSCoding._class_ _NSCLASS_
encodeWithCoder
void encodeWithCoder(NSCoder aCoder)
- Original signature :
-(void)encodeWithCoder:(NSCoder*)
native declaration : NSObject.h:59
initWithCoder
NSCoding initWithCoder(NSCoder aDecoder)
- Original signature :
-(id)initWithCoder:(NSCoder*)
native declaration : NSObject.h:60
Copyright © 2009. All Rights Reserved.