org.rococoa.cocoa.appkit.categories
Interface Scripting

All Known Implementing Classes:
NSTextStorage

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()
           
 NSArray characters()
           
 NSFont font()
           
 NSColor foregroundColor()
           
 NSArray paragraphs()
           
 void setAttributeRuns(NSArray attributeRuns)
           
 void setCharacters(NSArray characters)
           
 void setFont(NSFont font)
           
 void setForegroundColor(NSColor color)
           
 void setParagraphs(NSArray paragraphs)
           
 void setWords(NSArray words)
           
 NSArray words()
           
 

Method Detail

attributeRuns

NSArray attributeRuns()

setAttributeRuns

void setAttributeRuns(NSArray attributeRuns)

paragraphs

NSArray paragraphs()

setParagraphs

void setParagraphs(NSArray paragraphs)

words

NSArray words()

setWords

void setWords(NSArray words)

characters

NSArray characters()

setCharacters

void setCharacters(NSArray characters)

font

NSFont font()

setFont

void setFont(NSFont font)

foregroundColor

NSColor foregroundColor()

setForegroundColor

void setForegroundColor(NSColor color)