|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSSharing
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 |
NSSharing._static_
|
Method Summary | |
---|---|
boolean |
acceptsGlyphInfo()
Original signature : -(BOOL)acceptsGlyphInfo from NSSharing native declaration : NSTextView.h:356 |
NSArray |
allowedInputSourceLocales()
Returns an array of locale identifiers representing keyboard input sources allowed to be enabled when the receiver has the keyboard focus. |
boolean |
allowsDocumentBackgroundColorChange()
Original signature : -(BOOL)allowsDocumentBackgroundColorChange from NSSharing native declaration : NSTextView.h:405 |
boolean |
allowsImageEditing()
Original signature : -(BOOL)allowsImageEditing from NSSharing native declaration : NSTextView.h:423 |
boolean |
allowsUndo()
Original signature : -(BOOL)allowsUndo from NSSharing native declaration : NSTextView.h:412 |
NSColor |
backgroundColor()
Original signature : -(NSColor*)backgroundColor from NSSharing native declaration : NSTextView.h:445 |
void |
breakUndoCoalescing()
Original signature : -(void)breakUndoCoalescing from NSSharing native declaration : NSTextView.h:415 |
NSParagraphStyle |
defaultParagraphStyle()
Original signature : -(NSParagraphStyle*)defaultParagraphStyle from NSSharing native declaration : NSTextView.h:408 |
NSTextViewDelegate |
delegate()
Original signature : -(id from NSSharing native declaration : NSTextView.h:433 |
void |
didChangeText()
Original signature : -(void)didChangeText from NSSharing native declaration : NSTextView.h:394 |
boolean |
displaysLinkToolTips()
Original signature : -(BOOL)displaysLinkToolTips from NSSharing native declaration : NSTextView.h:348 |
boolean |
drawsBackground()
Original signature : -(BOOL)drawsBackground from NSSharing native declaration : NSTextView.h:443 |
boolean |
importsGraphics()
Original signature : -(BOOL)importsGraphics from NSSharing native declaration : NSTextView.h:441 |
NSColor |
insertionPointColor()
Original signature : -(NSColor*)insertionPointColor from NSSharing native declaration : NSTextView.h:333 |
boolean |
isCoalescingUndo()
Original signature : -(BOOL)isCoalescingUndo from NSSharing native declaration : NSTextView.h:419 |
boolean |
isContinuousSpellCheckingEnabled()
Original signature : -(BOOL)isContinuousSpellCheckingEnabled from NSSharing native declaration : NSTextView.h:367 |
boolean |
isEditable()
Original signature : -(BOOL)isEditable from NSSharing native declaration : NSTextView.h:435 |
boolean |
isFieldEditor()
Original signature : -(BOOL)isFieldEditor from NSSharing native declaration : NSTextView.h:447 |
boolean |
isGrammarCheckingEnabled()
Original signature : -(BOOL)isGrammarCheckingEnabled from NSSharing native declaration : NSTextView.h:374 |
boolean |
isRichText()
Original signature : -(BOOL)isRichText from NSSharing native declaration : NSTextView.h:439 |
boolean |
isRulerVisible()
Original signature : -(BOOL)isRulerVisible from NSSharing native declaration : NSTextView.h:451 |
boolean |
isSelectable()
Original signature : -(BOOL)isSelectable from NSSharing native declaration : NSTextView.h:437 |
NSDictionary |
linkTextAttributes()
Original signature : -(NSDictionary*)linkTextAttributes from NSSharing native declaration : NSTextView.h:343 |
NSDictionary |
markedTextAttributes()
Original signature : -(NSDictionary*)markedTextAttributes from NSSharing native declaration : NSTextView.h:338 |
NSObject |
rangeForUserCharacterAttributeChange()
Original signature : -(id)rangeForUserCharacterAttributeChange from NSSharing native declaration : NSTextView.h:397 |
NSObject |
rangeForUserParagraphAttributeChange()
Original signature : -(id)rangeForUserParagraphAttributeChange from NSSharing native declaration : NSTextView.h:398 |
NSObject |
rangeForUserTextChange()
Original signature : -(id)rangeForUserTextChange from NSSharing native declaration : NSTextView.h:396 |
NSArray |
rangesForUserCharacterAttributeChange()
Original signature : -(NSArray*)rangesForUserCharacterAttributeChange from NSSharing native declaration : NSTextView.h:389 |
NSArray |
rangesForUserParagraphAttributeChange()
Original signature : -(NSArray*)rangesForUserParagraphAttributeChange from NSSharing native declaration : NSTextView.h:390 |
NSArray |
rangesForUserTextChange()
Original signature : -(NSArray*)rangesForUserTextChange from NSSharing native declaration : NSTextView.h:388 |
NSArray |
selectedRanges()
Original signature : -(NSArray*)selectedRanges from NSSharing native declaration : NSTextView.h:317 |
NSDictionary |
selectedTextAttributes()
Original signature : -(NSDictionary*)selectedTextAttributes from NSSharing native declaration : NSTextView.h:329 |
int |
selectionAffinity()
|
int |
selectionGranularity()
|
void |
setAcceptsGlyphInfo(boolean flag)
Original signature : -(void)setAcceptsGlyphInfo:(BOOL) from NSSharing native declaration : NSTextView.h:357 |
void |
setAllowedInputSourceLocales(NSArray localeIdentifiers)
Original signature : -(void)setAllowedInputSourceLocales:(NSArray*) from NSSharing native declaration : NSTextView.h:460 |
void |
setAllowsDocumentBackgroundColorChange(boolean flag)
Original signature : -(void)setAllowsDocumentBackgroundColorChange:(BOOL) from NSSharing native declaration : NSTextView.h:404 |
void |
setAllowsImageEditing(boolean flag)
Original signature : -(void)setAllowsImageEditing:(BOOL) from NSSharing native declaration : NSTextView.h:424 |
void |
setAllowsUndo(boolean flag)
Original signature : -(void)setAllowsUndo:(BOOL) from NSSharing native declaration : NSTextView.h:411 |
void |
setBackgroundColor(NSColor color)
Original signature : -(void)setBackgroundColor:(NSColor*) from NSSharing native declaration : NSTextView.h:446 |
void |
setContinuousSpellCheckingEnabled(boolean flag)
Original signature : -(void)setContinuousSpellCheckingEnabled:(BOOL) from NSSharing native declaration : NSTextView.h:366 |
void |
setDefaultParagraphStyle(NSParagraphStyle paragraphStyle)
Original signature : -(void)setDefaultParagraphStyle:(NSParagraphStyle*) from NSSharing native declaration : NSTextView.h:407 |
void |
setDelegate(NSTextViewDelegate anObject)
Original signature : -(void)setDelegate:(id from NSSharing native declaration : NSTextView.h:434 |
void |
setDisplaysLinkToolTips(boolean flag)
Original signature : -(void)setDisplaysLinkToolTips:(BOOL) from NSSharing native declaration : NSTextView.h:349 |
void |
setDrawsBackground(boolean flag)
Original signature : -(void)setDrawsBackground:(BOOL) from NSSharing native declaration : NSTextView.h:444 |
void |
setEditable(boolean flag)
Original signature : -(void)setEditable:(BOOL) from NSSharing native declaration : NSTextView.h:436 |
void |
setFieldEditor(boolean flag)
Original signature : -(void)setFieldEditor:(BOOL) from NSSharing native declaration : NSTextView.h:448 |
void |
setGrammarCheckingEnabled(boolean flag)
Original signature : -(void)setGrammarCheckingEnabled:(BOOL) from NSSharing native declaration : NSTextView.h:373 |
void |
setImportsGraphics(boolean flag)
Original signature : -(void)setImportsGraphics:(BOOL) from NSSharing native declaration : NSTextView.h:442 |
void |
setInsertionPointColor(NSColor color)
Original signature : -(void)setInsertionPointColor:(NSColor*) from NSSharing native declaration : NSTextView.h:332 |
void |
setLinkTextAttributes(NSDictionary attributeDictionary)
Original signature : -(void)setLinkTextAttributes:(NSDictionary*) from NSSharing native declaration : NSTextView.h:342 |
void |
setMarkedTextAttributes(NSDictionary attributeDictionary)
Original signature : -(void)setMarkedTextAttributes:(NSDictionary*) from NSSharing native declaration : NSTextView.h:337 |
void |
setRichText(boolean flag)
Original signature : -(void)setRichText:(BOOL) from NSSharing native declaration : NSTextView.h:440 |
void |
setRulerVisible(boolean flag)
Original signature : -(void)setRulerVisible:(BOOL) from NSSharing native declaration : NSTextView.h:362 |
void |
setSelectable(boolean flag)
Original signature : -(void)setSelectable:(BOOL) from NSSharing native declaration : NSTextView.h:438 |
void |
setSelectedRanges_affinity_stillSelecting(NSArray ranges,
int affinity,
boolean stillSelectingFlag)
Original signature : -(void)setSelectedRanges:(NSArray*) affinity:(NSSelectionAffinity) stillSelecting:(BOOL) from NSSharing native declaration : NSTextView.h:318 |
void |
setSelectedRanges(NSArray ranges)
Original signature : -(void)setSelectedRanges:(NSArray*) from NSSharing native declaration : NSTextView.h:319 |
void |
setSelectedTextAttributes(NSDictionary attributeDictionary)
Original signature : -(void)setSelectedTextAttributes:(NSDictionary*) from NSSharing native declaration : NSTextView.h:328 |
void |
setSelectionGranularity(int granularity)
Original signature : -(void)setSelectionGranularity:(NSSelectionGranularity) from NSSharing native declaration : NSTextView.h:326 |
void |
setTypingAttributes(NSDictionary attrs)
Original signature : -(void)setTypingAttributes:(NSDictionary*) from NSSharing native declaration : NSTextView.h:383 |
void |
setUsesFindPanel(boolean flag)
Original signature : -(void)setUsesFindPanel:(BOOL) from NSSharing native declaration : NSTextView.h:401 |
void |
setUsesFontPanel(boolean flag)
Original signature : -(void)setUsesFontPanel:(BOOL) from NSSharing native declaration : NSTextView.h:450 |
void |
setUsesRuler(boolean flag)
Original signature : -(void)setUsesRuler:(BOOL) from NSSharing native declaration : NSTextView.h:364 |
boolean |
shouldChangeTextInRanges_replacementStrings(NSArray affectedRanges,
NSArray replacementStrings)
These multiple-range methods supersede the corresponding single-range methods. |
NSInteger |
spellCheckerDocumentTag()
Original signature : -(NSInteger)spellCheckerDocumentTag from NSSharing native declaration : NSTextView.h:370 |
void |
toggleContinuousSpellChecking(ObjCObject sender)
Original signature : -(void)toggleContinuousSpellChecking:(id) from NSSharing native declaration : NSTextView.h:368 |
void |
toggleGrammarChecking(ObjCObject sender)
Original signature : -(void)toggleGrammarChecking:(id) from NSSharing native declaration : NSTextView.h:375 |
NSDictionary |
typingAttributes()
Original signature : -(NSDictionary*)typingAttributes from NSSharing native declaration : NSTextView.h:382 |
void |
updateInsertionPointStateAndRestartTimer(boolean restartFlag)
Original signature : -(void)updateInsertionPointStateAndRestartTimer:(BOOL) from NSSharing native declaration : NSTextView.h:335 |
boolean |
usesFindPanel()
Original signature : -(BOOL)usesFindPanel from NSSharing native declaration : NSTextView.h:402 |
boolean |
usesFontPanel()
Original signature : -(BOOL)usesFontPanel from NSSharing native declaration : NSTextView.h:449 |
boolean |
usesRuler()
Original signature : -(BOOL)usesRuler from NSSharing native declaration : NSTextView.h:363 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
NSArray selectedRanges()
-(NSArray*)selectedRanges
void setSelectedRanges_affinity_stillSelecting(NSArray ranges, int affinity, boolean stillSelectingFlag)
-(void)setSelectedRanges:(NSArray*) affinity:(NSSelectionAffinity) stillSelecting:(BOOL)
affinity
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSSelectionAffinityvoid setSelectedRanges(NSArray ranges)
-(void)setSelectedRanges:(NSArray*)
int selectionAffinity()
org.rococoa.cocoa.appkit.AppKitLibrary#NSSelectionAffinity
int selectionGranularity()
org.rococoa.cocoa.appkit.AppKitLibrary#NSSelectionGranularity
void setSelectionGranularity(int granularity)
-(void)setSelectionGranularity:(NSSelectionGranularity)
granularity
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSSelectionGranularityvoid setSelectedTextAttributes(NSDictionary attributeDictionary)
-(void)setSelectedTextAttributes:(NSDictionary*)
NSDictionary selectedTextAttributes()
-(NSDictionary*)selectedTextAttributes
void setInsertionPointColor(NSColor color)
-(void)setInsertionPointColor:(NSColor*)
NSColor insertionPointColor()
-(NSColor*)insertionPointColor
void updateInsertionPointStateAndRestartTimer(boolean restartFlag)
-(void)updateInsertionPointStateAndRestartTimer:(BOOL)
void setMarkedTextAttributes(NSDictionary attributeDictionary)
-(void)setMarkedTextAttributes:(NSDictionary*)
NSDictionary markedTextAttributes()
-(NSDictionary*)markedTextAttributes
void setLinkTextAttributes(NSDictionary attributeDictionary)
-(void)setLinkTextAttributes:(NSDictionary*)
NSDictionary linkTextAttributes()
-(NSDictionary*)linkTextAttributes
boolean displaysLinkToolTips()
-(BOOL)displaysLinkToolTips
void setDisplaysLinkToolTips(boolean flag)
-(void)setDisplaysLinkToolTips:(BOOL)
boolean acceptsGlyphInfo()
-(BOOL)acceptsGlyphInfo
void setAcceptsGlyphInfo(boolean flag)
-(void)setAcceptsGlyphInfo:(BOOL)
void setRulerVisible(boolean flag)
-(void)setRulerVisible:(BOOL)
boolean usesRuler()
-(BOOL)usesRuler
void setUsesRuler(boolean flag)
-(void)setUsesRuler:(BOOL)
void setContinuousSpellCheckingEnabled(boolean flag)
-(void)setContinuousSpellCheckingEnabled:(BOOL)
boolean isContinuousSpellCheckingEnabled()
-(BOOL)isContinuousSpellCheckingEnabled
void toggleContinuousSpellChecking(ObjCObject sender)
-(void)toggleContinuousSpellChecking:(id)
NSInteger spellCheckerDocumentTag()
-(NSInteger)spellCheckerDocumentTag
void setGrammarCheckingEnabled(boolean flag)
-(void)setGrammarCheckingEnabled:(BOOL)
boolean isGrammarCheckingEnabled()
-(BOOL)isGrammarCheckingEnabled
void toggleGrammarChecking(ObjCObject sender)
-(void)toggleGrammarChecking:(id)
NSDictionary typingAttributes()
-(NSDictionary*)typingAttributes
void setTypingAttributes(NSDictionary attrs)
-(void)setTypingAttributes:(NSDictionary*)
boolean shouldChangeTextInRanges_replacementStrings(NSArray affectedRanges, NSArray replacementStrings)
-(BOOL)shouldChangeTextInRanges:(NSArray*) replacementStrings:(NSArray*)
NSArray rangesForUserTextChange()
-(NSArray*)rangesForUserTextChange
NSArray rangesForUserCharacterAttributeChange()
-(NSArray*)rangesForUserCharacterAttributeChange
NSArray rangesForUserParagraphAttributeChange()
-(NSArray*)rangesForUserParagraphAttributeChange
void didChangeText()
-(void)didChangeText
NSObject rangeForUserTextChange()
-(id)rangeForUserTextChange
NSObject rangeForUserCharacterAttributeChange()
-(id)rangeForUserCharacterAttributeChange
NSObject rangeForUserParagraphAttributeChange()
-(id)rangeForUserParagraphAttributeChange
void setUsesFindPanel(boolean flag)
-(void)setUsesFindPanel:(BOOL)
boolean usesFindPanel()
-(BOOL)usesFindPanel
void setAllowsDocumentBackgroundColorChange(boolean flag)
-(void)setAllowsDocumentBackgroundColorChange:(BOOL)
boolean allowsDocumentBackgroundColorChange()
-(BOOL)allowsDocumentBackgroundColorChange
void setDefaultParagraphStyle(NSParagraphStyle paragraphStyle)
-(void)setDefaultParagraphStyle:(NSParagraphStyle*)
NSParagraphStyle defaultParagraphStyle()
-(NSParagraphStyle*)defaultParagraphStyle
void setAllowsUndo(boolean flag)
-(void)setAllowsUndo:(BOOL)
boolean allowsUndo()
-(BOOL)allowsUndo
void breakUndoCoalescing()
-(void)breakUndoCoalescing
boolean isCoalescingUndo()
-(BOOL)isCoalescingUndo
boolean allowsImageEditing()
-(BOOL)allowsImageEditing
void setAllowsImageEditing(boolean flag)
-(void)setAllowsImageEditing:(BOOL)
NSTextViewDelegate delegate()
-(id)delegate
void setDelegate(NSTextViewDelegate anObject)
-(void)setDelegate:(id)
boolean isEditable()
-(BOOL)isEditable
void setEditable(boolean flag)
-(void)setEditable:(BOOL)
boolean isSelectable()
-(BOOL)isSelectable
void setSelectable(boolean flag)
-(void)setSelectable:(BOOL)
boolean isRichText()
-(BOOL)isRichText
void setRichText(boolean flag)
-(void)setRichText:(BOOL)
boolean importsGraphics()
-(BOOL)importsGraphics
void setImportsGraphics(boolean flag)
-(void)setImportsGraphics:(BOOL)
boolean drawsBackground()
-(BOOL)drawsBackground
void setDrawsBackground(boolean flag)
-(void)setDrawsBackground:(BOOL)
NSColor backgroundColor()
-(NSColor*)backgroundColor
void setBackgroundColor(NSColor color)
-(void)setBackgroundColor:(NSColor*)
boolean isFieldEditor()
-(BOOL)isFieldEditor
void setFieldEditor(boolean flag)
-(void)setFieldEditor:(BOOL)
boolean usesFontPanel()
-(BOOL)usesFontPanel
void setUsesFontPanel(boolean flag)
-(void)setUsesFontPanel:(BOOL)
boolean isRulerVisible()
-(BOOL)isRulerVisible
NSArray allowedInputSourceLocales()
-(NSArray*)allowedInputSourceLocales
void setAllowedInputSourceLocales(NSArray localeIdentifiers)
-(void)setAllowedInputSourceLocales:(NSArray*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |