Uses of Class
com.jniwrapper.macosx.cocoa.nstextstorage.NSTextStorage

Packages that use NSTextStorage
com.jniwrapper.macosx.cocoa.nslayoutmanager   
 

Uses of NSTextStorage in com.jniwrapper.macosx.cocoa.nslayoutmanager
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSTextStorage
 void NSLayoutManager.replaceTextStorage(NSTextStorage newTextStorage)
           
 void NSLayoutManager.textStorage_edited_range_changeInLength_invalidatedRange(NSTextStorage str, com.jniwrapper.UInt16 editedMask, NSRange newCharRange, com.jniwrapper.Int delta, NSRange invalidatedCharRange)
          This method represents the textStorage() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.setTextStorage(NSTextStorage textStorage)