|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSTextChecking
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 |
NSTextChecking._static_
|
Method Summary | |
---|---|
void |
checkTextInDocument(ObjCObject sender)
Original signature : -(void)checkTextInDocument:(id) from NSTextChecking native declaration : NSTextView.h:513 |
void |
checkTextInSelection(ObjCObject sender)
Original signature : -(void)checkTextInSelection:(id) from NSTextChecking native declaration : NSTextView.h:512 |
NSObject |
enabledTextCheckingTypes()
Original signature : -(id)enabledTextCheckingTypes from NSTextChecking native declaration : NSTextView.h:503 |
boolean |
isAutomaticDashSubstitutionEnabled()
Original signature : -(BOOL)isAutomaticDashSubstitutionEnabled from NSTextChecking native declaration : NSTextView.h:494 |
boolean |
isAutomaticDataDetectionEnabled()
Original signature : -(BOOL)isAutomaticDataDetectionEnabled from NSTextChecking native declaration : NSTextView.h:491 |
boolean |
isAutomaticLinkDetectionEnabled()
Original signature : -(BOOL)isAutomaticLinkDetectionEnabled from NSTextChecking native declaration : NSTextView.h:485 |
boolean |
isAutomaticQuoteSubstitutionEnabled()
Original signature : -(BOOL)isAutomaticQuoteSubstitutionEnabled from NSTextChecking native declaration : NSTextView.h:482 |
boolean |
isAutomaticSpellingCorrectionEnabled()
Original signature : -(BOOL)isAutomaticSpellingCorrectionEnabled from NSTextChecking native declaration : NSTextView.h:500 |
boolean |
isAutomaticTextReplacementEnabled()
Original signature : -(BOOL)isAutomaticTextReplacementEnabled from NSTextChecking native declaration : NSTextView.h:497 |
void |
orderFrontSubstitutionsPanel(ObjCObject sender)
Original signature : -(void)orderFrontSubstitutionsPanel:(id) from NSTextChecking native declaration : NSTextView.h:511 |
void |
setAutomaticDashSubstitutionEnabled(boolean flag)
Original signature : -(void)setAutomaticDashSubstitutionEnabled:(BOOL) from NSTextChecking native declaration : NSTextView.h:493 |
void |
setAutomaticDataDetectionEnabled(boolean flag)
Original signature : -(void)setAutomaticDataDetectionEnabled:(BOOL) from NSTextChecking native declaration : NSTextView.h:490 |
void |
setAutomaticLinkDetectionEnabled(boolean flag)
Original signature : -(void)setAutomaticLinkDetectionEnabled:(BOOL) from NSTextChecking native declaration : NSTextView.h:484 |
void |
setAutomaticQuoteSubstitutionEnabled(boolean flag)
Original signature : -(void)setAutomaticQuoteSubstitutionEnabled:(BOOL) from NSTextChecking native declaration : NSTextView.h:481 |
void |
setAutomaticSpellingCorrectionEnabled(boolean flag)
Original signature : -(void)setAutomaticSpellingCorrectionEnabled:(BOOL) from NSTextChecking native declaration : NSTextView.h:499 |
void |
setAutomaticTextReplacementEnabled(boolean flag)
Original signature : -(void)setAutomaticTextReplacementEnabled:(BOOL) from NSTextChecking native declaration : NSTextView.h:496 |
void |
setSmartInsertDeleteEnabled(boolean flag)
Original signature : -(void)setSmartInsertDeleteEnabled:(BOOL) from NSTextChecking native declaration : NSTextView.h:470 |
boolean |
smartInsertDeleteEnabled()
Original signature : -(BOOL)smartInsertDeleteEnabled from NSTextChecking native declaration : NSTextView.h:469 |
void |
toggleAutomaticDashSubstitution(ObjCObject sender)
Original signature : -(void)toggleAutomaticDashSubstitution:(id) from NSTextChecking native declaration : NSTextView.h:495 |
void |
toggleAutomaticDataDetection(ObjCObject sender)
Original signature : -(void)toggleAutomaticDataDetection:(id) from NSTextChecking native declaration : NSTextView.h:492 |
void |
toggleAutomaticLinkDetection(ObjCObject sender)
Original signature : -(void)toggleAutomaticLinkDetection:(id) from NSTextChecking native declaration : NSTextView.h:486 |
void |
toggleAutomaticQuoteSubstitution(ObjCObject sender)
Original signature : -(void)toggleAutomaticQuoteSubstitution:(id) from NSTextChecking native declaration : NSTextView.h:483 |
void |
toggleAutomaticSpellingCorrection(ObjCObject sender)
Original signature : -(void)toggleAutomaticSpellingCorrection:(id) from NSTextChecking native declaration : NSTextView.h:501 |
void |
toggleAutomaticTextReplacement(ObjCObject sender)
Original signature : -(void)toggleAutomaticTextReplacement:(id) from NSTextChecking native declaration : NSTextView.h:498 |
void |
toggleSmartInsertDelete(ObjCObject sender)
Original signature : -(void)toggleSmartInsertDelete:(id) from NSTextChecking native declaration : NSTextView.h:473 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
boolean smartInsertDeleteEnabled()
-(BOOL)smartInsertDeleteEnabled
void setSmartInsertDeleteEnabled(boolean flag)
-(void)setSmartInsertDeleteEnabled:(BOOL)
void toggleSmartInsertDelete(ObjCObject sender)
-(void)toggleSmartInsertDelete:(id)
void setAutomaticQuoteSubstitutionEnabled(boolean flag)
-(void)setAutomaticQuoteSubstitutionEnabled:(BOOL)
boolean isAutomaticQuoteSubstitutionEnabled()
-(BOOL)isAutomaticQuoteSubstitutionEnabled
void toggleAutomaticQuoteSubstitution(ObjCObject sender)
-(void)toggleAutomaticQuoteSubstitution:(id)
void setAutomaticLinkDetectionEnabled(boolean flag)
-(void)setAutomaticLinkDetectionEnabled:(BOOL)
boolean isAutomaticLinkDetectionEnabled()
-(BOOL)isAutomaticLinkDetectionEnabled
void toggleAutomaticLinkDetection(ObjCObject sender)
-(void)toggleAutomaticLinkDetection:(id)
void setAutomaticDataDetectionEnabled(boolean flag)
-(void)setAutomaticDataDetectionEnabled:(BOOL)
boolean isAutomaticDataDetectionEnabled()
-(BOOL)isAutomaticDataDetectionEnabled
void toggleAutomaticDataDetection(ObjCObject sender)
-(void)toggleAutomaticDataDetection:(id)
void setAutomaticDashSubstitutionEnabled(boolean flag)
-(void)setAutomaticDashSubstitutionEnabled:(BOOL)
boolean isAutomaticDashSubstitutionEnabled()
-(BOOL)isAutomaticDashSubstitutionEnabled
void toggleAutomaticDashSubstitution(ObjCObject sender)
-(void)toggleAutomaticDashSubstitution:(id)
void setAutomaticTextReplacementEnabled(boolean flag)
-(void)setAutomaticTextReplacementEnabled:(BOOL)
boolean isAutomaticTextReplacementEnabled()
-(BOOL)isAutomaticTextReplacementEnabled
void toggleAutomaticTextReplacement(ObjCObject sender)
-(void)toggleAutomaticTextReplacement:(id)
void setAutomaticSpellingCorrectionEnabled(boolean flag)
-(void)setAutomaticSpellingCorrectionEnabled:(BOOL)
boolean isAutomaticSpellingCorrectionEnabled()
-(BOOL)isAutomaticSpellingCorrectionEnabled
void toggleAutomaticSpellingCorrection(ObjCObject sender)
-(void)toggleAutomaticSpellingCorrection:(id)
NSObject enabledTextCheckingTypes()
-(id)enabledTextCheckingTypes
void orderFrontSubstitutionsPanel(ObjCObject sender)
-(void)orderFrontSubstitutionsPanel:(id)
void checkTextInSelection(ObjCObject sender)
-(void)checkTextInSelection:(id)
void checkTextInDocument(ObjCObject sender)
-(void)checkTextInDocument:(id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |