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

Packages that use unichar
com.jniwrapper.macosx.cocoa.nscharacterset   
com.jniwrapper.macosx.cocoa.nsfont   
com.jniwrapper.macosx.cocoa.nsstring   
 

Uses of unichar in com.jniwrapper.macosx.cocoa.nscharacterset
 

Methods in com.jniwrapper.macosx.cocoa.nscharacterset with parameters of type unichar
 com.jniwrapper.Bool NSCharacterSet.characterIsMember(unichar aCharacter)
           
 

Uses of unichar in com.jniwrapper.macosx.cocoa.nsfont
 

Methods in com.jniwrapper.macosx.cocoa.nsfont with parameters of type unichar
 NSPoint NSFont.positionOfGlyph_forCharacter_struckOverRect(NSGlyph aGlyph, unichar aChar, NSRect aRect)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsstring that return unichar
 unichar NSString.characterAtIndex(com.jniwrapper.UInt16 index)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type unichar
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.
 Id NSString.initWithCharacters_length(unichar characters, com.jniwrapper.UInt16 length)
          This method represents the initWithCharacters() method of the NSString Objective-C class.
 void NSString.getCharacters(unichar buffer)
           
 void NSString.getCharacters_range(unichar buffer, NSRange aRange)
          This method represents the getCharacters() method of the NSString Objective-C class.
 Id NSString.initWithCharactersNoCopy_length_freeWhenDone(unichar characters, com.jniwrapper.UInt16 length, boolean freeBuffer)
          This method represents the initWithCharactersNoCopy() method of the NSString Objective-C class.