Package org.eclipse.swt.internal.cocoa
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 TypeMethodDescriptionvoid
appendString
(NSString aString) void
replaceCharactersInRange
(NSRange range, NSString aString) void
static NSString
string()
static NSString
stringWithCharacters
(char[] characters, long length) static NSString
stringWithFormat
(NSString format) static NSString
stringWithUTF8String
(long nullTerminatedCString) Methods inherited from class org.eclipse.swt.internal.cocoa.NSString
characterAtIndex, compare, fileSystemRepresentation, getCharacters, getCharacters, getString, initWithCharacters, initWithString, isEqualToString, lastPathComponent, length, lowercaseString, pathExtension, stringByAddingPercentEscapesUsingEncoding, stringByAppendingPathComponent, stringByAppendingPathExtension, stringByAppendingString, stringByDeletingLastPathComponent, stringByDeletingPathExtension, stringByReplacingOccurrencesOfString, stringByReplacingPercentEscapesUsingEncoding, stringWith, UTF8String
Methods inherited from class org.eclipse.swt.internal.cocoa.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, writeSelectionToPasteboard
Methods inherited from class org.eclipse.swt.internal.cocoa.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
-