Uses of Class
com.jniwrapper.macosx.cocoa.nsstring.NSString

Packages that use NSString
com.jniwrapper.macosx.cocoa.nsevent   
com.jniwrapper.macosx.cocoa.nshashtable   
com.jniwrapper.macosx.cocoa.nssavepanel   
com.jniwrapper.macosx.cocoa.nsstring   
 

Uses of NSString in com.jniwrapper.macosx.cocoa.nsevent
 

Methods in com.jniwrapper.macosx.cocoa.nsevent that return NSString
 NSString keyStructure.get_Keys()
           
 NSString keyStructure.get_UnmodKeys()
           
 

Uses of NSString in com.jniwrapper.macosx.cocoa.nshashtable
 

Fields in com.jniwrapper.macosx.cocoa.nshashtable declared as NSString
protected  NSString describeCallback._resultValue
           
 

Uses of NSString in com.jniwrapper.macosx.cocoa.nssavepanel
 

Methods in com.jniwrapper.macosx.cocoa.nssavepanel with parameters of type NSString
 void NSSavePanel.setNameFieldStringValue(NSString fileName)
           
 

Uses of NSString in com.jniwrapper.macosx.cocoa.nsstring
 

Subclasses of NSString in com.jniwrapper.macosx.cocoa.nsstring
 class NSConstantString
          This class represents NSConstantString class.
 class NSMutableString
          This class represents NSMutableString class.
 class NSSimpleCString
          This class represents NSSimpleCString class.
 

Methods in com.jniwrapper.macosx.cocoa.nsstring that return NSString
static NSString NSString.NSString_stringWithCharacters_length(unichar characters, com.jniwrapper.UInt16 length)
          This method represents the stringWithCharacters static constructor of the NSString Objective-C class.
static NSString NSString.NSString_stringWithString(java.lang.String string)
          This method represents the stringWithString static constructor of the NSString Objective-C class.
static NSString NSString.NSString_string()
          This method represents the string static constructor of the NSString Objective-C class.
static NSString NSString.NSString_stringWithContentsOfURL(NSURL url)
          This method represents the stringWithContentsOfURL static constructor of the NSString Objective-C class.
static NSString NSString.NSString_stringWithFormat(java.lang.String format, com.jniwrapper.Parameter[] parameters)
          This method represents the stringWithFormat static constructor of the NSString Objective-C class.
static NSString NSString.NSString_stringWithCString(com.jniwrapper.AnsiString bytes)
          This method represents the stringWithCString static constructor of the NSString Objective-C class.
static NSString NSString.NSString_stringWithContentsOfFile(java.lang.String path)
          This method represents the stringWithContentsOfFile static constructor of the NSString Objective-C class.
static NSString NSString.NSString_stringWithUTF8String(com.jniwrapper.AnsiString bytes)
          This method represents the stringWithUTF8String static constructor of the NSString Objective-C class.
static NSString NSString.NSString_stringWithCString_length(com.jniwrapper.AnsiString bytes, com.jniwrapper.UInt16 length)
          This method represents the stringWithCString static constructor of the NSString Objective-C class.
static NSString NSString.NSString_localizedStringWithFormat(java.lang.String format, com.jniwrapper.Parameter[] parameters)
          This method represents the localizedStringWithFormat static constructor of the NSString Objective-C class.