Uses of Class
com.jniwrapper.macosx.cocoa.nscharacterset.NSCharacterSet

Packages that use NSCharacterSet
com.jniwrapper.macosx.cocoa.nscharacterset   
com.jniwrapper.macosx.cocoa.nsscanner   
com.jniwrapper.macosx.cocoa.nsstring   
 

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

Subclasses of NSCharacterSet in com.jniwrapper.macosx.cocoa.nscharacterset
 class NSMutableCharacterSet
          This class represents NSMutableCharacterSet class.
 

Methods in com.jniwrapper.macosx.cocoa.nscharacterset with parameters of type NSCharacterSet
 void NSMutableCharacterSet.formUnionWithCharacterSet(NSCharacterSet otherSet)
           
 void NSMutableCharacterSet.formIntersectionWithCharacterSet(NSCharacterSet otherSet)
           
 com.jniwrapper.Bool NSCharacterSet.isSupersetOfSet(NSCharacterSet theOtherSet)
           
 

Uses of NSCharacterSet in com.jniwrapper.macosx.cocoa.nsscanner
 

Methods in com.jniwrapper.macosx.cocoa.nsscanner with parameters of type NSCharacterSet
 com.jniwrapper.Bool NSScanner.scanUpToCharactersFromSet_intoString(NSCharacterSet set, java.lang.String value)
          This method represents the scanUpToCharactersFromSet() method of the NSScanner Objective-C class.
 void NSScanner.setCharactersToBeSkipped(NSCharacterSet set)
           
 com.jniwrapper.Bool NSScanner.scanCharactersFromSet_intoString(NSCharacterSet set, java.lang.String value)
          This method represents the scanCharactersFromSet() method of the NSScanner Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSCharacterSet
 NSRange NSString.rangeOfCharacterFromSet_options(NSCharacterSet aSet, com.jniwrapper.UInt mask)
          This method represents the rangeOfCharacterFromSet() method of the NSString Objective-C class.
 NSRange NSString.rangeOfCharacterFromSet_options_range(NSCharacterSet aSet, com.jniwrapper.UInt mask, NSRange searchRange)
          This method represents the rangeOfCharacterFromSet() method of the NSString Objective-C class.
 NSRange NSString.rangeOfCharacterFromSet(NSCharacterSet aSet)
           
 com.jniwrapper.Pointer.Void NSString.stringByTrimmingCharactersInSet(NSCharacterSet set)