|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NSAttributedString in org.rococoa.cocoa.appkit |
---|
Subclasses of NSAttributedString in org.rococoa.cocoa.appkit | |
---|---|
class |
NSTextStorage
This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
Methods in org.rococoa.cocoa.appkit that return NSAttributedString | |
---|---|
abstract NSAttributedString |
NSTypesetter.attributedString()
Original signature : -(NSAttributedString*)attributedString native declaration : NSTypesetter.h:73 |
abstract NSAttributedString |
NSLayoutManager.attributedString()
Original signature : -(NSAttributedString*)attributedString native declaration : NSLayoutManager.h:196 |
abstract NSAttributedString |
NSMenuItem.attributedTitle()
Original signature : -(NSAttributedString*)attributedTitle native declaration : NSMenuItem.h:78 |
abstract NSAttributedString |
NSHelpManager.contextHelpForObject(ObjCObject object)
Original signature : -(NSAttributedString*)contextHelpForObject:(id) native declaration : NSHelpManager.h:36 |
abstract NSAttributedString |
NSTextFieldCell.placeholderAttributedString()
Original signature : -(NSAttributedString*)placeholderAttributedString native declaration : NSTextFieldCell.h:57 |
abstract NSAttributedString |
NSPathCell.placeholderAttributedString()
Original signature : -(NSAttributedString*)placeholderAttributedString native declaration : NSPathCell.h:140 |
abstract NSAttributedString |
NSFormCell.placeholderAttributedString()
Original signature : -(NSAttributedString*)placeholderAttributedString native declaration : NSFormCell.h:36 |
Methods in org.rococoa.cocoa.appkit with parameters of type NSAttributedString | |
---|---|
abstract void |
NSTypesetter.setAttributedString(NSAttributedString attrString)
Accessors for required paragraph typesetting settings Note this method does not retain attrString Original signature : -(void)setAttributedString:(NSAttributedString*) native declaration : NSTypesetter.h:72 |
abstract void |
NSMenuItem.setAttributedTitle(NSAttributedString string)
Original signature : -(void)setAttributedTitle:(NSAttributedString*) native declaration : NSMenuItem.h:77 |
abstract void |
NSHelpManager.setContextHelp_forObject(NSAttributedString attrString,
ObjCObject object)
Original signature : -(void)setContextHelp:(NSAttributedString*) forObject:(id) native declaration : NSHelpManager.h:34 |
abstract void |
NSTextFieldCell.setPlaceholderAttributedString(NSAttributedString string)
Original signature : -(void)setPlaceholderAttributedString:(NSAttributedString*) native declaration : NSTextFieldCell.h:56 |
abstract void |
NSPathCell.setPlaceholderAttributedString(NSAttributedString string)
Original signature : -(void)setPlaceholderAttributedString:(NSAttributedString*) native declaration : NSPathCell.h:139 |
abstract void |
NSFormCell.setPlaceholderAttributedString(NSAttributedString string)
Original signature : -(void)setPlaceholderAttributedString:(NSAttributedString*) native declaration : NSFormCell.h:35 |
Uses of NSAttributedString in org.rococoa.cocoa.appkit.categories |
---|
Methods in org.rococoa.cocoa.appkit.categories that return NSAttributedString | |
---|---|
NSAttributedString |
NSButtonCellAttributedStringMethods.attributedAlternateTitle()
Original signature : -(NSAttributedString*)attributedAlternateTitle from NSButtonCellAttributedStringMethods native declaration : NSButtonCell.h:237 |
NSAttributedString |
NSButtonAttributedStringMethods.attributedAlternateTitle()
Original signature : -(NSAttributedString*)attributedAlternateTitle from NSButtonAttributedStringMethods native declaration : NSButton.h:52 |
NSAttributedString |
NSCellAttributedStringMethods.attributedStringValue()
Original signature : -(NSAttributedString*)attributedStringValue from NSCellAttributedStringMethods native declaration : NSCell.h:345 |
NSAttributedString |
NSStatusItemCommon.attributedTitle()
Original signature : -(NSAttributedString*)attributedTitle from NSStatusItemCommon native declaration : NSStatusItem.h:67 |
NSAttributedString |
NSFormCellAttributedStringMethods.attributedTitle()
Original signature : -(NSAttributedString*)attributedTitle from NSFormCellAttributedStringMethods native declaration : NSFormCell.h:51 |
NSAttributedString |
NSButtonCellAttributedStringMethods.attributedTitle()
Original signature : -(NSAttributedString*)attributedTitle from NSButtonCellAttributedStringMethods native declaration : NSButtonCell.h:235 |
NSAttributedString |
NSButtonAttributedStringMethods.attributedTitle()
Original signature : -(NSAttributedString*)attributedTitle from NSButtonAttributedStringMethods native declaration : NSButton.h:50 |
NSAttributedString |
NSBundleHelpExtension.contextHelpForKey(NSString key)
return nil if not found Original signature : -(NSAttributedString*)contextHelpForKey:(NSString*) from NSBundleHelpExtension native declaration : NSHelpManager.h:62 |
NSAttributedString |
NSAttributedStringKitAdditions.initWithData_options_documentAttributes_error(NSData data,
NSDictionary options,
PointerByReference dict,
PointerByReference error)
Original signature : -(id)initWithData:(NSData*) options:(NSDictionary*) documentAttributes:(NSDictionary**) error:(NSError**) from NSAttributedStringKitAdditions native declaration : NSAttributedString.h:212 |
NSAttributedString |
NSAttributedStringKitAdditions.initWithDocFormat_documentAttributes(NSData data,
PointerByReference dict)
Original signature : -(id)initWithDocFormat:(NSData*) documentAttributes:(NSDictionary**) from NSAttributedStringKitAdditions native declaration : NSAttributedString.h:227 |
NSAttributedString |
NSAttributedStringKitAdditions.initWithHTML_baseURL_documentAttributes(NSData data,
NSURL base,
PointerByReference dict)
Original signature : -(id)initWithHTML:(NSData*) baseURL:(NSURL*) documentAttributes:(NSDictionary**) from NSAttributedStringKitAdditions native declaration : NSAttributedString.h:225 |
NSAttributedString |
NSAttributedStringKitAdditions.initWithHTML_documentAttributes(NSData data,
PointerByReference dict)
Original signature : -(id)initWithHTML:(NSData*) documentAttributes:(NSDictionary**) from NSAttributedStringKitAdditions native declaration : NSAttributedString.h:224 |
NSAttributedString |
NSAttributedStringKitAdditions.initWithHTML_options_documentAttributes(NSData data,
NSDictionary options,
PointerByReference dict)
Original signature : -(id)initWithHTML:(NSData*) options:(NSDictionary*) documentAttributes:(NSDictionary**) from NSAttributedStringKitAdditions native declaration : NSAttributedString.h:228 |
NSAttributedString |
NSAttributedStringKitAdditions.initWithPath_documentAttributes(NSString path,
PointerByReference dict)
These two superseded methods are similar to the first listed above except that they lack the options dictionary and error return arguments. |
NSAttributedString |
NSAttributedStringKitAdditions.initWithRTF_documentAttributes(NSData data,
PointerByReference dict)
The following methods should now be considered as conveniences for various common document types. |
NSAttributedString |
NSAttributedStringKitAdditions.initWithRTFD_documentAttributes(NSData data,
PointerByReference dict)
Original signature : -(id)initWithRTFD:(NSData*) documentAttributes:(NSDictionary**) from NSAttributedStringKitAdditions native declaration : NSAttributedString.h:223 |
NSAttributedString |
NSAttributedStringKitAdditions.initWithRTFDFileWrapper_documentAttributes(NSFileWrapper wrapper,
PointerByReference dict)
A separate method is available for initializing from an RTFD file wrapper. |
NSAttributedString |
NSAttributedStringKitAdditions.initWithURL_documentAttributes(NSURL url,
PointerByReference dict)
Original signature : -(id)initWithURL:(NSURL*) documentAttributes:(NSDictionary**) from NSAttributedStringKitAdditions native declaration : NSAttributedString.h:218 |
NSAttributedString |
NSAttributedStringKitAdditions.initWithURL_options_documentAttributes_error(NSURL url,
NSDictionary options,
PointerByReference dict,
PointerByReference error)
These first two general methods supersede the previous versions shown below. |
NSAttributedString |
NSExtensions.richTextSource()
Return the syntax-highlighted source code of the script if the script has been compiled and its source code is available, nil otherwise. |
Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSAttributedString | |
---|---|
void |
NSButtonCellAttributedStringMethods.setAttributedAlternateTitle(NSAttributedString obj)
Original signature : -(void)setAttributedAlternateTitle:(NSAttributedString*) from NSButtonCellAttributedStringMethods native declaration : NSButtonCell.h:238 |
void |
NSButtonAttributedStringMethods.setAttributedAlternateTitle(NSAttributedString obj)
Original signature : -(void)setAttributedAlternateTitle:(NSAttributedString*) from NSButtonAttributedStringMethods native declaration : NSButton.h:53 |
void |
NSCellAttributedStringMethods.setAttributedStringValue(NSAttributedString obj)
Original signature : -(void)setAttributedStringValue:(NSAttributedString*) from NSCellAttributedStringMethods native declaration : NSCell.h:346 |
void |
NSStatusItemCommon.setAttributedTitle(NSAttributedString title)
Original signature : -(void)setAttributedTitle:(NSAttributedString*) from NSStatusItemCommon native declaration : NSStatusItem.h:68 |
void |
NSFormCellAttributedStringMethods.setAttributedTitle(NSAttributedString obj)
Original signature : -(void)setAttributedTitle:(NSAttributedString*) from NSFormCellAttributedStringMethods native declaration : NSFormCell.h:52 |
void |
NSButtonCellAttributedStringMethods.setAttributedTitle(NSAttributedString obj)
Original signature : -(void)setAttributedTitle:(NSAttributedString*) from NSButtonCellAttributedStringMethods native declaration : NSButtonCell.h:236 |
void |
NSButtonAttributedStringMethods.setAttributedTitle(NSAttributedString aString)
Original signature : -(void)setAttributedTitle:(NSAttributedString*) from NSButtonAttributedStringMethods native declaration : NSButton.h:51 |
Uses of NSAttributedString in org.rococoa.cocoa.appkit.protocols |
---|
Methods in org.rococoa.cocoa.appkit.protocols that return NSAttributedString | |
---|---|
NSAttributedString |
NSGlyphStorage.attributedString()
Original signature : -(NSAttributedString*)attributedString native declaration : NSGlyphGenerator.h:25 |
Uses of NSAttributedString in org.rococoa.cocoa.foundation |
---|
Subclasses of NSAttributedString in org.rococoa.cocoa.foundation | |
---|---|
class |
NSMutableAttributedString
This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
Methods in org.rococoa.cocoa.foundation that return NSAttributedString | |
---|---|
static NSAttributedString |
NSAttributedString.alloc()
native declaration : NSAttributedString.h:12 Conversion Error : /// Original signature : -(NSDictionary*)attributesAtIndex:(NSUInteger) effectiveRange:() - (NSDictionary*)attributesAtIndex:(NSUInteger)location effectiveRange:(null)range; (Argument range cannot be converted) |
abstract NSAttributedString |
NSAttributedString._class_.alloc()
|
abstract NSAttributedString |
NSFormatter.attributedStringForObjectValue_withDefaultAttributes(ObjCObject obj,
NSDictionary attrs)
Original signature : -(NSAttributedString*)attributedStringForObjectValue:(id) withDefaultAttributes:(NSDictionary*) native declaration : NSFormatter.h:17 |
static NSAttributedString |
NSAttributedString.new_()
|
abstract NSAttributedString |
NSAttributedString._class_.new_()
|
Uses of NSAttributedString in org.rococoa.cocoa.foundation.categories |
---|
Methods in org.rococoa.cocoa.foundation.categories that return NSAttributedString | |
---|---|
NSAttributedString |
NSExtendedAttributedString.initWithAttributedString(NSAttributedString attrStr)
Original signature : -(id)initWithAttributedString:(NSAttributedString*) from NSExtendedAttributedString native declaration : NSAttributedString.h:29 |
NSAttributedString |
NSExtendedAttributedString.initWithString_attributes(NSString str,
NSDictionary attrs)
Original signature : -(id)initWithString:(NSString*) attributes:(NSDictionary*) from NSExtendedAttributedString native declaration : NSAttributedString.h:28 |
NSAttributedString |
NSExtendedAttributedString.initWithString(NSString str)
Original signature : -(id)initWithString:(NSString*) from NSExtendedAttributedString native declaration : NSAttributedString.h:27 |
Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSAttributedString | |
---|---|
void |
NSExtendedMutableAttributedString.appendAttributedString(NSAttributedString attrString)
Original signature : -(void)appendAttributedString:(NSAttributedString*) from NSExtendedMutableAttributedString native declaration : NSAttributedString.h:61 |
NSAttributedString |
NSExtendedAttributedString.initWithAttributedString(NSAttributedString attrStr)
Original signature : -(id)initWithAttributedString:(NSAttributedString*) from NSExtendedAttributedString native declaration : NSAttributedString.h:29 |
void |
NSExtendedMutableAttributedString.insertAttributedString_atIndex(NSAttributedString attrString,
NSUInteger loc)
Original signature : -(void)insertAttributedString:(NSAttributedString*) atIndex:(NSUInteger) from NSExtendedMutableAttributedString native declaration : NSAttributedString.h:60 |
boolean |
NSExtendedAttributedString.isEqualToAttributedString(NSAttributedString other)
Original signature : -(BOOL)isEqualToAttributedString:(NSAttributedString*) from NSExtendedAttributedString native declaration : NSAttributedString.h:25 |
void |
NSExtendedMutableAttributedString.setAttributedString(NSAttributedString attrString)
Original signature : -(void)setAttributedString:(NSAttributedString*) from NSExtendedMutableAttributedString native declaration : NSAttributedString.h:63 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |