Class NSMutableString
java.lang.Object
org.eclipse.swt.internal.cocoa.id
org.eclipse.swt.internal.cocoa.NSObject
org.eclipse.swt.internal.cocoa.NSString
org.eclipse.swt.internal.cocoa.NSMutableString
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendString(NSString aString) voidreplaceCharactersInRange(NSRange range, NSString aString) voidstatic NSStringstring()static NSStringstringWithCharacters(char[] characters, long length) static NSStringstringWithFormat(NSString format) static NSStringstringWithUTF8String(long nullTerminatedCString) Methods inherited from class NSString
characterAtIndex, compare, fileSystemRepresentation, getCharacters, getCharacters, getString, initWithCharacters, initWithString, isEqualToString, lastPathComponent, length, lowercaseString, pathExtension, stringByAddingPercentEscapesUsingEncoding, stringByAppendingPathComponent, stringByAppendingPathExtension, stringByAppendingString, stringByDeletingLastPathComponent, stringByDeletingPathExtension, stringByReplacingOccurrencesOfString, stringByReplacingPercentEscapesUsingEncoding, stringWith, UTF8StringMethods inherited from class NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isEqualTo, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboardMethods inherited from class id
equals, hashCode, objc_getClass, toString
-
Constructor Details
-
NSMutableString
public NSMutableString() -
NSMutableString
public NSMutableString(long id) -
NSMutableString
-
-
Method Details
-
appendString
-
replaceCharactersInRange
-
setString
-
string
-
stringWithCharacters
-
stringWithFormat
-
stringWithUTF8String
-