org.rococoa.cocoa.foundation.protocols
Interface NSCopying

All Superinterfaces:
ObjCObject
All Known Implementing Classes:
CIColor, CIImage, CIVector, NSActionCell, NSAffineTransform, NSAnimation, NSAppleEventDescriptor, NSAppleScript, NSArray, NSAttributeDescription, NSAttributedString, NSBezierPath, NSBitmapImageRep, NSBrowserCell, NSButtonCell, NSCachedImageRep, NSCachedURLResponse, NSCalendar, NSCalendarDate, NSCell, NSCharacterSet, NSCIImageRep, NSCollectionViewItem, NSColor, NSComboBoxCell, NSComparisonPredicate, NSCompoundPredicate, NSCountedSet, NSCustomImageRep, NSData, NSDate, NSDateComponents, NSDateFormatter, NSDatePickerCell, NSDecimalNumber, NSDictionary, NSEPSImageRep, NSError, NSEvent, NSException, NSExpression, NSFont, NSFontDescriptor, NSFormatter, NSFormCell, NSGlyphInfo, NSGradient, NSHashTable, NSImage, NSImageCell, NSImageRep, NSIndexPath, NSIndexSet, NSLevelIndicatorCell, NSLocale, NSMapTable, NSMenu, NSMenuItem, NSMenuItemCell, NSMovie, NSMutableArray, NSMutableAttributedString, NSMutableCharacterSet, NSMutableData, NSMutableDictionary, NSMutableIndexSet, NSMutableParagraphStyle, NSMutableSet, NSMutableString, NSMutableURLRequest, NSNotification, NSNull, NSNumber, NSNumberFormatter, NSOrthography, NSParagraphStyle, NSPathCell, NSPathComponentCell, NSPDFImageRep, NSPICTImageRep, NSPointerArray, NSPointerFunctions, NSPopUpButtonCell, NSPort, NSPredicate, NSPredicateEditorRowTemplate, NSPrinter, NSPrintInfo, NSPropertyDescription, NSPurgeableData, NSRulerMarker, NSScanner, NSSearchFieldCell, NSSecureTextFieldCell, NSSegmentedCell, NSSet, NSShadow, NSSimpleCString, NSSliderCell, NSSortDescriptor, NSSound, NSStepperCell, NSString, NSTableHeaderCell, NSTextAttachmentCell, NSTextBlock, NSTextCheckingResult, NSTextFieldCell, NSTextList, NSTextStorage, NSTextTab, NSTextTable, NSTextTableBlock, NSTimeZone, NSTokenFieldCell, NSToolbarItem, NSToolbarItemGroup, NSTouch, NSTrackingArea, NSURL, NSURLCredential, NSURLProtectionSpace, NSURLRequest, NSURLResponse, NSValue, NSXMLDocument, NSXMLDTD, NSXMLDTDNode, NSXMLElement, NSXMLNode

public interface NSCopying
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.


Nested Class Summary
static class NSCopying._class_
           
static interface NSCopying._static_
           
 
Field Summary
static NSCopying._class_ _NSCLASS_
           
 
Method Summary
 NSCopying copyWithZone(Pointer zone)
          Original signature : -(id)copyWithZone:(NSZone*)
native declaration : NSObject.h:47
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

_NSCLASS_

static final NSCopying._class_ _NSCLASS_
Method Detail

copyWithZone

NSCopying copyWithZone(Pointer zone)
Original signature : -(id)copyWithZone:(NSZone*)
native declaration : NSObject.h:47



Copyright © 2009. All Rights Reserved.