|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSCellAttributedStringMethods
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSCellAttributedStringMethods._static_
|
Method Summary | |
---|---|
boolean |
allowsEditingTextAttributes()
These methods determine whether the user can modify text attributes and import graphics in a rich cell. |
NSAttributedString |
attributedStringValue()
Original signature : -(NSAttributedString*)attributedStringValue from NSCellAttributedStringMethods native declaration : NSCell.h:345 |
boolean |
importsGraphics()
Original signature : -(BOOL)importsGraphics from NSCellAttributedStringMethods native declaration : NSCell.h:350 |
void |
setAllowsEditingTextAttributes(boolean flag)
If NO, also clears setImportsGraphics: Original signature : -(void)setAllowsEditingTextAttributes:(BOOL) from NSCellAttributedStringMethods native declaration : NSCell.h:349 |
void |
setAttributedStringValue(NSAttributedString obj)
Original signature : -(void)setAttributedStringValue:(NSAttributedString*) from NSCellAttributedStringMethods native declaration : NSCell.h:346 |
void |
setImportsGraphics(boolean flag)
If YES, also sets setAllowsEditingTextAttributes: Original signature : -(void)setImportsGraphics:(BOOL) from NSCellAttributedStringMethods native declaration : NSCell.h:351 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
NSAttributedString attributedStringValue()
-(NSAttributedString*)attributedStringValue
void setAttributedStringValue(NSAttributedString obj)
-(void)setAttributedStringValue:(NSAttributedString*)
boolean allowsEditingTextAttributes()
-(BOOL)allowsEditingTextAttributes
void setAllowsEditingTextAttributes(boolean flag)
-(void)setAllowsEditingTextAttributes:(BOOL)
boolean importsGraphics()
-(BOOL)importsGraphics
void setImportsGraphics(boolean flag)
-(void)setImportsGraphics:(BOOL)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |