org.rococoa.cocoa.appkit.categories
Interface NSTextChecking

All Superinterfaces:
ObjCObject

public interface NSTextChecking
extends ObjCObject

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

smartInsertDeleteEnabled

boolean smartInsertDeleteEnabled()
Original signature : -(BOOL)smartInsertDeleteEnabled
from NSTextChecking native declaration : NSTextView.h:469


setSmartInsertDeleteEnabled

void setSmartInsertDeleteEnabled(boolean flag)
Original signature : -(void)setSmartInsertDeleteEnabled:(BOOL)
from NSTextChecking native declaration : NSTextView.h:470


toggleSmartInsertDelete

void toggleSmartInsertDelete(ObjCObject sender)
Original signature : -(void)toggleSmartInsertDelete:(id)
from NSTextChecking native declaration : NSTextView.h:473


setAutomaticQuoteSubstitutionEnabled

void setAutomaticQuoteSubstitutionEnabled(boolean flag)
Original signature : -(void)setAutomaticQuoteSubstitutionEnabled:(BOOL)
from NSTextChecking native declaration : NSTextView.h:481


isAutomaticQuoteSubstitutionEnabled

boolean isAutomaticQuoteSubstitutionEnabled()
Original signature : -(BOOL)isAutomaticQuoteSubstitutionEnabled
from NSTextChecking native declaration : NSTextView.h:482


toggleAutomaticQuoteSubstitution

void toggleAutomaticQuoteSubstitution(ObjCObject sender)
Original signature : -(void)toggleAutomaticQuoteSubstitution:(id)
from NSTextChecking native declaration : NSTextView.h:483


setAutomaticLinkDetectionEnabled

void setAutomaticLinkDetectionEnabled(boolean flag)
Original signature : -(void)setAutomaticLinkDetectionEnabled:(BOOL)
from NSTextChecking native declaration : NSTextView.h:484


isAutomaticLinkDetectionEnabled

boolean isAutomaticLinkDetectionEnabled()
Original signature : -(BOOL)isAutomaticLinkDetectionEnabled
from NSTextChecking native declaration : NSTextView.h:485


toggleAutomaticLinkDetection

void toggleAutomaticLinkDetection(ObjCObject sender)
Original signature : -(void)toggleAutomaticLinkDetection:(id)
from NSTextChecking native declaration : NSTextView.h:486


setAutomaticDataDetectionEnabled

void setAutomaticDataDetectionEnabled(boolean flag)
Original signature : -(void)setAutomaticDataDetectionEnabled:(BOOL)
from NSTextChecking native declaration : NSTextView.h:490


isAutomaticDataDetectionEnabled

boolean isAutomaticDataDetectionEnabled()
Original signature : -(BOOL)isAutomaticDataDetectionEnabled
from NSTextChecking native declaration : NSTextView.h:491


toggleAutomaticDataDetection

void toggleAutomaticDataDetection(ObjCObject sender)
Original signature : -(void)toggleAutomaticDataDetection:(id)
from NSTextChecking native declaration : NSTextView.h:492


setAutomaticDashSubstitutionEnabled

void setAutomaticDashSubstitutionEnabled(boolean flag)
Original signature : -(void)setAutomaticDashSubstitutionEnabled:(BOOL)
from NSTextChecking native declaration : NSTextView.h:493


isAutomaticDashSubstitutionEnabled

boolean isAutomaticDashSubstitutionEnabled()
Original signature : -(BOOL)isAutomaticDashSubstitutionEnabled
from NSTextChecking native declaration : NSTextView.h:494


toggleAutomaticDashSubstitution

void toggleAutomaticDashSubstitution(ObjCObject sender)
Original signature : -(void)toggleAutomaticDashSubstitution:(id)
from NSTextChecking native declaration : NSTextView.h:495


setAutomaticTextReplacementEnabled

void setAutomaticTextReplacementEnabled(boolean flag)
Original signature : -(void)setAutomaticTextReplacementEnabled:(BOOL)
from NSTextChecking native declaration : NSTextView.h:496


isAutomaticTextReplacementEnabled

boolean isAutomaticTextReplacementEnabled()
Original signature : -(BOOL)isAutomaticTextReplacementEnabled
from NSTextChecking native declaration : NSTextView.h:497


toggleAutomaticTextReplacement

void toggleAutomaticTextReplacement(ObjCObject sender)
Original signature : -(void)toggleAutomaticTextReplacement:(id)
from NSTextChecking native declaration : NSTextView.h:498


setAutomaticSpellingCorrectionEnabled

void setAutomaticSpellingCorrectionEnabled(boolean flag)
Original signature : -(void)setAutomaticSpellingCorrectionEnabled:(BOOL)
from NSTextChecking native declaration : NSTextView.h:499


isAutomaticSpellingCorrectionEnabled

boolean isAutomaticSpellingCorrectionEnabled()
Original signature : -(BOOL)isAutomaticSpellingCorrectionEnabled
from NSTextChecking native declaration : NSTextView.h:500


toggleAutomaticSpellingCorrection

void toggleAutomaticSpellingCorrection(ObjCObject sender)
Original signature : -(void)toggleAutomaticSpellingCorrection:(id)
from NSTextChecking native declaration : NSTextView.h:501


enabledTextCheckingTypes

NSObject enabledTextCheckingTypes()
Original signature : -(id)enabledTextCheckingTypes
from NSTextChecking native declaration : NSTextView.h:503


orderFrontSubstitutionsPanel

void orderFrontSubstitutionsPanel(ObjCObject sender)
Original signature : -(void)orderFrontSubstitutionsPanel:(id)
from NSTextChecking native declaration : NSTextView.h:511


checkTextInSelection

void checkTextInSelection(ObjCObject sender)
Original signature : -(void)checkTextInSelection:(id)
from NSTextChecking native declaration : NSTextView.h:512


checkTextInDocument

void checkTextInDocument(ObjCObject sender)
Original signature : -(void)checkTextInDocument:(id)
from NSTextChecking native declaration : NSTextView.h:513



Copyright © 2009. All Rights Reserved.