org.rococoa.cocoa.foundation.categories
Interface NSMutableStringExtensionMethods

All Superinterfaces:
ObjCObject

public interface NSMutableStringExtensionMethods
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 interface NSMutableStringExtensionMethods._static_
          from NSMutableStringExtensionMethods native declaration : NSString.h:348
Conversion Error : /**
* This method replaces all occurrences of the target string with the replacement string, in the specified range of the receiver string, and returns the number of replacements.
 
Method Summary
 void appendFormat(NSString format, NSObject... varargs)
          Original signature : -(void)appendFormat:(NSString*), ...
 void appendString(NSString aString)
          Original signature : -(void)appendString:(NSString*)
from NSMutableStringExtensionMethods native declaration : NSString.h:336
 NSMutableString initWithCapacity(NSUInteger capacity)
          In addition to these two, NSMutableString responds properly to all NSString creation methods.
 void insertString_atIndex(NSString aString, NSUInteger loc)
          Original signature : -(void)insertString:(NSString*) atIndex:(NSUInteger)
from NSMutableStringExtensionMethods native declaration : NSString.h:334
 void setString(NSString aString)
          Original signature : -(void)setString:(NSString*)
from NSMutableStringExtensionMethods native declaration : NSString.h:338
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

insertString_atIndex

void insertString_atIndex(NSString aString,
                          NSUInteger loc)
Original signature : -(void)insertString:(NSString*) atIndex:(NSUInteger)
from NSMutableStringExtensionMethods native declaration : NSString.h:334


appendString

void appendString(NSString aString)
Original signature : -(void)appendString:(NSString*)
from NSMutableStringExtensionMethods native declaration : NSString.h:336


appendFormat

void appendFormat(NSString format,
                  NSObject... varargs)
Original signature : -(void)appendFormat:(NSString*), ...
from NSMutableStringExtensionMethods native declaration : NSString.h:337


setString

void setString(NSString aString)
Original signature : -(void)setString:(NSString*)
from NSMutableStringExtensionMethods native declaration : NSString.h:338


initWithCapacity

NSMutableString initWithCapacity(NSUInteger capacity)
In addition to these two, NSMutableString responds properly to all NSString creation methods.
Original signature : -(id)initWithCapacity:(NSUInteger)
from NSMutableStringExtensionMethods native declaration : NSString.h:342



Copyright © 2009. All Rights Reserved.