Uses of Class
org.rococoa.cocoa.appkit.NSTextStorage

Packages that use NSTextStorage
org.rococoa.cocoa.appkit   
 

Uses of NSTextStorage in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSTextStorage
static NSTextStorage NSTextStorage.alloc()
           
abstract  NSTextStorage NSTextStorage._class_.alloc()
           
abstract  NSTextStorage NSSimpleHorizontalTypesetter.currentTextStorage()
          Original signature : -(NSTextStorage*)currentTextStorage
native declaration : NSSimpleHorizontalTypesetter.h:178
static NSTextStorage NSTextStorage.new_()
           
abstract  NSTextStorage NSTextStorage._class_.new_()
           
abstract  NSTextStorage NSTextView.textStorage()
          Original signature : -(NSTextStorage*)textStorage
native declaration : NSTextView.h:114
abstract  NSTextStorage NSLayoutManager.textStorage()
          Original signature : -(NSTextStorage*)textStorage
native declaration : NSLayoutManager.h:192
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSTextStorage
abstract  void NSLayoutManager.replaceTextStorage(NSTextStorage newTextStorage)
          Original signature : -(void)replaceTextStorage:(NSTextStorage*)
native declaration : NSLayoutManager.h:199
abstract  void NSLayoutManager.setTextStorage(NSTextStorage textStorage)
          Original signature : -(void)setTextStorage:(NSTextStorage*)
native declaration : NSLayoutManager.h:193
abstract  void NSLayoutManager.textStorage_edited_range_changeInLength_invalidatedRange(NSTextStorage str, NSUInteger editedMask, NSRange.ByValue newCharRange, NSInteger delta, NSRange.ByValue invalidatedCharRange)
          Original signature : -(void)textStorage:(NSTextStorage*) edited:(NSUInteger) range:(NSRange) changeInLength:(NSInteger) invalidatedRange:(NSRange)
native declaration : NSLayoutManager.h:293
 



Copyright © 2009. All Rights Reserved.