Uses of Class
org.rococoa.cocoa.foundation.NSFormatter

Packages that use NSFormatter
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.foundation   
 

Uses of NSFormatter in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSFormatter
abstract  void NSControl.setFormatter(NSFormatter newFormatter)
          Original signature : -(void)setFormatter:(NSFormatter*)
native declaration : NSControl.h:57
abstract  void NSCell.setFormatter(NSFormatter newFormatter)
          Original signature : -(void)setFormatter:(NSFormatter*)
native declaration : NSCell.h:226
 

Uses of NSFormatter in org.rococoa.cocoa.foundation
 

Subclasses of NSFormatter in org.rococoa.cocoa.foundation
 class NSDateFormatter
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSNumberFormatter
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Methods in org.rococoa.cocoa.foundation that return NSFormatter
static NSFormatter 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  NSFormatter NSFormatter._class_.alloc()
           
static NSFormatter NSFormatter.new_()
           
abstract  NSFormatter NSFormatter._class_.new_()
           
 



Copyright © 2009. All Rights Reserved.