|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSFormatter
public abstract class NSFormatter
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 |
NSFormatter._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSFormatter()
|
Method Summary | |
---|---|
static NSFormatter |
alloc()
native declaration : NSFormatter.h:26 Conversion Error : /// Original signature : -(BOOL)isPartialStringValid:(NSString**) proposedSelectedRange:() originalString:(NSString*) originalSelectedRange:() errorDescription:(NSString**) - (BOOL)isPartialStringValid:(NSString**)partialStringPtr proposedSelectedRange:(null)proposedSelRangePtr originalString:(NSString*)origString originalSelectedRange:(null)origSelRange errorDescription:(NSString**)error; (Argument proposedSelRangePtr cannot be converted) |
abstract NSAttributedString |
attributedStringForObjectValue_withDefaultAttributes(ObjCObject obj,
NSDictionary attrs)
Original signature : -(NSAttributedString*)attributedStringForObjectValue:(id) withDefaultAttributes:(NSDictionary*) native declaration : NSFormatter.h:17 |
abstract NSString |
editingStringForObjectValue(ObjCObject obj)
Original signature : -(NSString*)editingStringForObjectValue:(id) native declaration : NSFormatter.h:19 |
static NSFormatter._class_ |
getNSClass()
|
abstract boolean |
getObjectValue_forString_errorDescription(ObjCObject obj,
NSString string,
PointerByReference error)
Original signature : -(BOOL)getObjectValue:(out id*) forString:(NSString*) errorDescription:(out NSString**) native declaration : NSFormatter.h:21 |
abstract boolean |
isPartialStringValid_newEditingString_errorDescription(NSString partialString,
PointerByReference newString,
PointerByReference error)
Original signature : -(BOOL)isPartialStringValid:(NSString*) newEditingString:(NSString**) errorDescription:(NSString**) native declaration : NSFormatter.h:23 |
static NSFormatter |
new_()
|
abstract NSString |
stringForObjectValue(ObjCObject obj)
Original signature : -(NSString*)stringForObjectValue:(id) native declaration : NSFormatter.h:15 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSFormatter()
Method Detail |
---|
public abstract NSString stringForObjectValue(ObjCObject obj)
-(NSString*)stringForObjectValue:(id)
public abstract NSAttributedString attributedStringForObjectValue_withDefaultAttributes(ObjCObject obj, NSDictionary attrs)
-(NSAttributedString*)attributedStringForObjectValue:(id) withDefaultAttributes:(NSDictionary*)
public abstract NSString editingStringForObjectValue(ObjCObject obj)
-(NSString*)editingStringForObjectValue:(id)
public abstract boolean getObjectValue_forString_errorDescription(ObjCObject obj, NSString string, PointerByReference error)
-(BOOL)getObjectValue:(out id*) forString:(NSString*) errorDescription:(out NSString**)
public abstract boolean isPartialStringValid_newEditingString_errorDescription(NSString partialString, PointerByReference newString, PointerByReference error)
-(BOOL)isPartialStringValid:(NSString*) newEditingString:(NSString**) errorDescription:(NSString**)
public static NSFormatter alloc()
-(BOOL)isPartialStringValid:(NSString**) proposedSelectedRange:() originalString:(NSString*) originalSelectedRange:() errorDescription:(NSString**)
public static NSFormatter new_()
public static NSFormatter._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |