|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.macosx.cocoa.Id
com.jniwrapper.macosx.cocoa.CObject
com.jniwrapper.macosx.cocoa.nsobject.NSObject
com.jniwrapper.macosx.cocoa.nscoder.NSCoder
This class represents NSCoder class.
See the class documentation at the Apple's site: NSCoder
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSCoder()
|
|
NSCoder(boolean autorelease)
Contructs the NSCoder class with the autorelease option on. |
|
NSCoder(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSCoder class from pointer. |
|
NSCoder(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSCoder class with static constructor. |
|
| Method Summary | |
com.jniwrapper.Bool |
allowsKeyedCoding()
|
com.jniwrapper.Bool |
containsValueForKey(java.lang.String key)
|
void |
decodeArrayOfObjCType_count_at(com.jniwrapper.AnsiString itemType,
com.jniwrapper.UInt16 count,
com.jniwrapper.Pointer.Void array)
This method represents the decodeArrayOfObjCType() method of the NSCoder Objective-C class. |
com.jniwrapper.Bool |
decodeBoolForKey(java.lang.String key)
|
com.jniwrapper.Pointer.Void |
decodeBytesForKey_returnedLength(java.lang.String key,
com.jniwrapper.UInt16 lengthp)
This method represents the decodeBytesForKey() method of the NSCoder Objective-C class. |
com.jniwrapper.Pointer.Void |
decodeBytesWithReturnedLength(com.jniwrapper.UInt16 lengthp)
|
com.jniwrapper.Pointer.Void |
decodeDataObject()
|
com.jniwrapper.DoubleFloat |
decodeDoubleForKey(java.lang.String key)
|
com.jniwrapper.SingleFloat |
decodeFloatForKey(java.lang.String key)
|
com.jniwrapper.Int32 |
decodeInt32ForKey(java.lang.String key)
|
com.jniwrapper.Int64 |
decodeInt64ForKey(java.lang.String key)
|
com.jniwrapper.Int |
decodeIntForKey(java.lang.String key)
|
com.jniwrapper.Pointer.Void |
decodeNXColor()
|
Id |
decodeNXObject()
|
Id |
decodeObject()
|
Id |
decodeObjectForKey(java.lang.String key)
|
NSPoint |
decodePoint()
|
NSPoint |
decodePointForKey(java.lang.String key)
|
Id |
decodePropertyList()
|
NSRect |
decodeRect()
|
NSRect |
decodeRectForKey(java.lang.String key)
|
NSSize |
decodeSize()
|
NSSize |
decodeSizeForKey(java.lang.String key)
|
void |
decodeValueOfObjCType_at(com.jniwrapper.AnsiString type,
com.jniwrapper.Pointer.Void data)
This method represents the decodeValueOfObjCType() method of the NSCoder Objective-C class. |
void |
decodeValuesOfObjCTypes(com.jniwrapper.AnsiString types,
com.jniwrapper.Parameter[] parameters)
|
void |
encodeArrayOfObjCType_count_at(com.jniwrapper.AnsiString type,
com.jniwrapper.UInt16 count,
com.jniwrapper.Pointer.Void array)
This method represents the encodeArrayOfObjCType() method of the NSCoder Objective-C class. |
void |
encodeBool_forKey(boolean boolv,
java.lang.String key)
This method represents the encodeBool() method of the NSCoder Objective-C class. |
void |
encodeBycopyObject(Id anObject)
|
void |
encodeByrefObject(Id anObject)
|
void |
encodeBytes_length_forKey(com.jniwrapper.UInt8 bytesp,
com.jniwrapper.UInt16 lenv,
java.lang.String key)
This method represents the encodeBytes() method of the NSCoder Objective-C class. |
void |
encodeBytes_length(com.jniwrapper.Pointer.Void byteaddr,
com.jniwrapper.UInt16 length)
This method represents the encodeBytes() method of the NSCoder Objective-C class. |
void |
encodeConditionalObject_forKey(Id objv,
java.lang.String key)
This method represents the encodeConditionalObject() method of the NSCoder Objective-C class. |
void |
encodeConditionalObject(Id object)
|
void |
encodeDataObject(NSData data)
|
void |
encodeDouble_forKey(com.jniwrapper.DoubleFloat realv,
java.lang.String key)
This method represents the encodeDouble() method of the NSCoder Objective-C class. |
void |
encodeFloat_forKey(com.jniwrapper.SingleFloat realv,
java.lang.String key)
This method represents the encodeFloat() method of the NSCoder Objective-C class. |
void |
encodeInt_forKey(com.jniwrapper.Int intv,
java.lang.String key)
This method represents the encodeInt() method of the NSCoder Objective-C class. |
void |
encodeInt32_forKey(com.jniwrapper.Int32 intv,
java.lang.String key)
This method represents the encodeInt32() method of the NSCoder Objective-C class. |
void |
encodeInt64_forKey(com.jniwrapper.Int64 intv,
java.lang.String key)
This method represents the encodeInt64() method of the NSCoder Objective-C class. |
void |
encodeNXObject(Id object)
|
void |
encodeObject_forKey(Id objv,
java.lang.String key)
This method represents the encodeObject() method of the NSCoder Objective-C class. |
void |
encodeObject(Id object)
|
void |
encodePoint_forKey(NSPoint point,
java.lang.String key)
This method represents the encodePoint() method of the NSCoder Objective-C class. |
void |
encodePoint(NSPoint point)
|
void |
encodePropertyList(Id aPropertyList)
|
void |
encodeRect_forKey(NSRect rect,
java.lang.String key)
This method represents the encodeRect() method of the NSCoder Objective-C class. |
void |
encodeRect(NSRect rect)
|
void |
encodeRootObject(Id rootObject)
|
void |
encodeSize_forKey(NSSize size,
java.lang.String key)
This method represents the encodeSize() method of the NSCoder Objective-C class. |
void |
encodeSize(NSSize size)
|
void |
encodeValueOfObjCType_at(com.jniwrapper.AnsiString type,
com.jniwrapper.Pointer.Void addr)
This method represents the encodeValueOfObjCType() method of the NSCoder Objective-C class. |
void |
encodeValuesOfObjCTypes(com.jniwrapper.AnsiString types,
com.jniwrapper.Parameter[] parameters)
|
protected void |
init(com.jniwrapper.Parameter[] fields)
|
com.jniwrapper.Pointer.Void |
objectZone()
|
void |
setObjectZone(NSZone zone)
|
com.jniwrapper.UInt16 |
systemVersion()
|
com.jniwrapper.UInt16 |
versionForClassName(java.lang.String className)
|
| Methods inherited from class com.jniwrapper.macosx.cocoa.CObject |
getClassName |
| Methods inherited from class com.jniwrapper.macosx.cocoa.Id |
clone |
| Methods inherited from class com.jniwrapper.Pointer.Void |
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSCoder()
public NSCoder(boolean autorelease)
NSCoder class with the autorelease option on.
autorelease - public NSCoder(com.jniwrapper.Pointer.Void instancePtr)
NSCoder class from pointer.
instancePtr -
public NSCoder(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSCoder class with static constructor.
methodName - parameters - | Method Detail |
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSObject
public void decodeValueOfObjCType_at(com.jniwrapper.AnsiString type,
com.jniwrapper.Pointer.Void data)
decodeValueOfObjCType() method of the NSCoder Objective-C class.
type - data - public NSPoint decodePointForKey(java.lang.String key)
public com.jniwrapper.Bool decodeBoolForKey(java.lang.String key)
public com.jniwrapper.Bool allowsKeyedCoding()
public NSRect decodeRectForKey(java.lang.String key)
public void encodeSize(NSSize size)
public NSRect decodeRect()
public void encodeInt64_forKey(com.jniwrapper.Int64 intv,
java.lang.String key)
encodeInt64() method of the NSCoder Objective-C class.
intv - key - public com.jniwrapper.Int32 decodeInt32ForKey(java.lang.String key)
public Id decodeNXObject()
public void encodeNXObject(Id object)
public Id decodeObjectForKey(java.lang.String key)
public com.jniwrapper.Pointer.Void objectZone()
public NSPoint decodePoint()
public void encodeBycopyObject(Id anObject)
public void encodeObject_forKey(Id objv,
java.lang.String key)
encodeObject() method of the NSCoder Objective-C class.
objv - key - public com.jniwrapper.DoubleFloat decodeDoubleForKey(java.lang.String key)
public com.jniwrapper.Int decodeIntForKey(java.lang.String key)
public void encodeArrayOfObjCType_count_at(com.jniwrapper.AnsiString type,
com.jniwrapper.UInt16 count,
com.jniwrapper.Pointer.Void array)
encodeArrayOfObjCType() method of the NSCoder Objective-C class.
type - count - array - public void encodeByrefObject(Id anObject)
public com.jniwrapper.Int64 decodeInt64ForKey(java.lang.String key)
public com.jniwrapper.Pointer.Void decodeNXColor()
public NSSize decodeSize()
public Id decodeObject()
public void encodeBytes_length(com.jniwrapper.Pointer.Void byteaddr,
com.jniwrapper.UInt16 length)
encodeBytes() method of the NSCoder Objective-C class.
byteaddr - length -
public void decodeValuesOfObjCTypes(com.jniwrapper.AnsiString types,
com.jniwrapper.Parameter[] parameters)
public void setObjectZone(NSZone zone)
public void encodeConditionalObject(Id object)
public com.jniwrapper.Bool containsValueForKey(java.lang.String key)
public void encodeFloat_forKey(com.jniwrapper.SingleFloat realv,
java.lang.String key)
encodeFloat() method of the NSCoder Objective-C class.
realv - key - public com.jniwrapper.Pointer.Void decodeBytesWithReturnedLength(com.jniwrapper.UInt16 lengthp)
public com.jniwrapper.Pointer.Void decodeDataObject()
public void decodeArrayOfObjCType_count_at(com.jniwrapper.AnsiString itemType,
com.jniwrapper.UInt16 count,
com.jniwrapper.Pointer.Void array)
decodeArrayOfObjCType() method of the NSCoder Objective-C class.
itemType - count - array - public com.jniwrapper.UInt16 systemVersion()
public Id decodePropertyList()
public void encodePoint(NSPoint point)
public void encodeInt_forKey(com.jniwrapper.Int intv,
java.lang.String key)
encodeInt() method of the NSCoder Objective-C class.
intv - key - public void encodeRect(NSRect rect)
public void encodeSize_forKey(NSSize size,
java.lang.String key)
encodeSize() method of the NSCoder Objective-C class.
size - key -
public void encodeRect_forKey(NSRect rect,
java.lang.String key)
encodeRect() method of the NSCoder Objective-C class.
rect - key -
public void encodeBool_forKey(boolean boolv,
java.lang.String key)
encodeBool() method of the NSCoder Objective-C class.
boolv - key - public void encodeDataObject(NSData data)
public com.jniwrapper.SingleFloat decodeFloatForKey(java.lang.String key)
public com.jniwrapper.Pointer.Void decodeBytesForKey_returnedLength(java.lang.String key,
com.jniwrapper.UInt16 lengthp)
decodeBytesForKey() method of the NSCoder Objective-C class.
key - lengthp -
public void encodeObject(Id object)
public NSSize decodeSizeForKey(java.lang.String key)
public void encodeValueOfObjCType_at(com.jniwrapper.AnsiString type,
com.jniwrapper.Pointer.Void addr)
encodeValueOfObjCType() method of the NSCoder Objective-C class.
type - addr - public void encodePropertyList(Id aPropertyList)
public com.jniwrapper.UInt16 versionForClassName(java.lang.String className)
public void encodeConditionalObject_forKey(Id objv,
java.lang.String key)
encodeConditionalObject() method of the NSCoder Objective-C class.
objv - key -
public void encodeValuesOfObjCTypes(com.jniwrapper.AnsiString types,
com.jniwrapper.Parameter[] parameters)
public void encodeDouble_forKey(com.jniwrapper.DoubleFloat realv,
java.lang.String key)
encodeDouble() method of the NSCoder Objective-C class.
realv - key - public void encodeRootObject(Id rootObject)
public void encodeInt32_forKey(com.jniwrapper.Int32 intv,
java.lang.String key)
encodeInt32() method of the NSCoder Objective-C class.
intv - key -
public void encodeBytes_length_forKey(com.jniwrapper.UInt8 bytesp,
com.jniwrapper.UInt16 lenv,
java.lang.String key)
encodeBytes() method of the NSCoder Objective-C class.
bytesp - lenv - key -
public void encodePoint_forKey(NSPoint point,
java.lang.String key)
encodePoint() method of the NSCoder Objective-C class.
point - key -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||