|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSTextFieldAttributedStringMethods
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 |
NSTextFieldAttributedStringMethods._static_
|
Method Summary | |
---|---|
boolean |
allowsEditingTextAttributes()
Original signature : -(BOOL)allowsEditingTextAttributes from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:57 |
boolean |
importsGraphics()
Original signature : -(BOOL)importsGraphics from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:59 |
void |
setAllowsEditingTextAttributes(boolean flag)
Original signature : -(void)setAllowsEditingTextAttributes:(BOOL) from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:58 |
void |
setImportsGraphics(boolean flag)
Original signature : -(void)setImportsGraphics:(BOOL) from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:60 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
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 |