Uses of Class
com.jniwrapper.macosx.cocoa.nsattributedstring.NSAttributedString

Packages that use NSAttributedString
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nsbutton   
com.jniwrapper.macosx.cocoa.nsbuttoncell   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nscontrol   
com.jniwrapper.macosx.cocoa.nsformcell   
com.jniwrapper.macosx.cocoa.nshelpmanager   
com.jniwrapper.macosx.cocoa.nsmenuitem   
com.jniwrapper.macosx.cocoa.nsnumberformatter   
com.jniwrapper.macosx.cocoa.nsstatusitem   
com.jniwrapper.macosx.cocoa.nstextfieldcell   
com.jniwrapper.macosx.cocoa.nstextstorage   
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nsatstypesetter
 

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter with parameters of type NSAttributedString
 void NSATSTypesetter.setAttributedString(NSAttributedString attrString)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nsattributedstring
 

Subclasses of NSAttributedString in com.jniwrapper.macosx.cocoa.nsattributedstring
 class NSMutableAttributedString
          This class represents NSMutableAttributedString class.
 

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSAttributedString
 void NSMutableAttributedString.setAttributedString(NSAttributedString attrString)
           
 void NSMutableAttributedString.replaceCharactersInRange_withAttributedString(NSRange range, NSAttributedString attrString)
          This method represents the replaceCharactersInRange() method of the NSMutableAttributedString Objective-C class.
 void NSMutableAttributedString.appendAttributedString(NSAttributedString attrString)
           
 void NSMutableAttributedString.insertAttributedString_atIndex(NSAttributedString attrString, com.jniwrapper.UInt16 loc)
          This method represents the insertAttributedString() method of the NSMutableAttributedString Objective-C class.
 Id NSAttributedString.initWithAttributedString(NSAttributedString attrStr)
           
 com.jniwrapper.Bool NSAttributedString.isEqualToAttributedString(NSAttributedString other)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nsbutton
 

Methods in com.jniwrapper.macosx.cocoa.nsbutton with parameters of type NSAttributedString
 void NSButton.setAttributedTitle(NSAttributedString aString)
           
 void NSButton.setAttributedAlternateTitle(NSAttributedString obj)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nsbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nsbuttoncell with parameters of type NSAttributedString
 void NSButtonCell.setAttributedAlternateTitle(NSAttributedString obj)
           
 void NSButtonCell.setAttributedTitle(NSAttributedString obj)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nscell
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSAttributedString
 void NSCell.setAttributedStringValue(NSAttributedString obj)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nscontrol
 

Methods in com.jniwrapper.macosx.cocoa.nscontrol with parameters of type NSAttributedString
 void NSControl.setAttributedStringValue(NSAttributedString obj)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nsformcell
 

Methods in com.jniwrapper.macosx.cocoa.nsformcell with parameters of type NSAttributedString
 void NSFormCell.setAttributedTitle(NSAttributedString obj)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nshelpmanager
 

Methods in com.jniwrapper.macosx.cocoa.nshelpmanager with parameters of type NSAttributedString
 void NSHelpManager.setContextHelp_forObject(NSAttributedString attrString, Id object)
          This method represents the setContextHelp() method of the NSHelpManager Objective-C class.
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nsmenuitem
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitem with parameters of type NSAttributedString
 void NSMenuItemProtocol.setAttributedTitle(NSAttributedString string)
           
 void NSMenuItem.setAttributedTitle(NSAttributedString string)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nsnumberformatter
 

Methods in com.jniwrapper.macosx.cocoa.nsnumberformatter with parameters of type NSAttributedString
 void NSNumberFormatter.setAttributedStringForZero(NSAttributedString newAttributedString)
           
 void NSNumberFormatter.setAttributedStringForNotANumber(NSAttributedString newAttributedString)
           
 void NSNumberFormatter.setAttributedStringForNil(NSAttributedString newAttributedString)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nsstatusitem
 

Methods in com.jniwrapper.macosx.cocoa.nsstatusitem with parameters of type NSAttributedString
 void NSStatusItem.setAttributedTitle(NSAttributedString title)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nstextfieldcell
 

Methods in com.jniwrapper.macosx.cocoa.nstextfieldcell with parameters of type NSAttributedString
 void NSTextFieldCell.setPlaceholderAttributedString(NSAttributedString string)
           
 

Uses of NSAttributedString in com.jniwrapper.macosx.cocoa.nstextstorage
 

Subclasses of NSAttributedString in com.jniwrapper.macosx.cocoa.nstextstorage
 class NSTextStorage
          This class represents NSTextStorage class.