|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scripting
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 |
Scripting._static_
|
Method Summary | |
---|---|
NSArray |
attributeRuns()
Original signature : -(NSArray*)attributeRuns from Scripting native declaration : NSTextStorageScripting.h:13 |
NSArray |
characters()
Original signature : -(NSArray*)characters from Scripting native declaration : NSTextStorageScripting.h:22 |
NSFont |
font()
Original signature : -(NSFont*)font from Scripting native declaration : NSTextStorageScripting.h:25 |
NSColor |
foregroundColor()
Original signature : -(NSColor*)foregroundColor from Scripting native declaration : NSTextStorageScripting.h:28 |
NSArray |
paragraphs()
Original signature : -(NSArray*)paragraphs from Scripting native declaration : NSTextStorageScripting.h:16 |
void |
setAttributeRuns(NSArray attributeRuns)
Original signature : -(void)setAttributeRuns:(NSArray*) from Scripting native declaration : NSTextStorageScripting.h:14 |
void |
setCharacters(NSArray characters)
Original signature : -(void)setCharacters:(NSArray*) from Scripting native declaration : NSTextStorageScripting.h:23 |
void |
setFont(NSFont font)
Original signature : -(void)setFont:(NSFont*) from Scripting native declaration : NSTextStorageScripting.h:26 |
void |
setForegroundColor(NSColor color)
Original signature : -(void)setForegroundColor:(NSColor*) from Scripting native declaration : NSTextStorageScripting.h:29 |
void |
setParagraphs(NSArray paragraphs)
Original signature : -(void)setParagraphs:(NSArray*) from Scripting native declaration : NSTextStorageScripting.h:17 |
void |
setWords(NSArray words)
Original signature : -(void)setWords:(NSArray*) from Scripting native declaration : NSTextStorageScripting.h:20 |
NSArray |
words()
Original signature : -(NSArray*)words from Scripting native declaration : NSTextStorageScripting.h:19 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
NSArray attributeRuns()
-(NSArray*)attributeRuns
void setAttributeRuns(NSArray attributeRuns)
-(void)setAttributeRuns:(NSArray*)
NSArray paragraphs()
-(NSArray*)paragraphs
void setParagraphs(NSArray paragraphs)
-(void)setParagraphs:(NSArray*)
NSArray words()
-(NSArray*)words
void setWords(NSArray words)
-(void)setWords:(NSArray*)
NSArray characters()
-(NSArray*)characters
void setCharacters(NSArray characters)
-(void)setCharacters:(NSArray*)
NSFont font()
-(NSFont*)font
void setFont(NSFont font)
-(void)setFont:(NSFont*)
NSColor foregroundColor()
-(NSColor*)foregroundColor
void setForegroundColor(NSColor color)
-(void)setForegroundColor:(NSColor*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |