org.rococoa.cocoa.appkit.protocols
Interface NSIgnoreMisspelledWords

All Superinterfaces:
ObjCObject
All Known Implementing Classes:
NSText, NSTextView

public interface NSIgnoreMisspelledWords
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 class NSIgnoreMisspelledWords._class_
           
static interface NSIgnoreMisspelledWords._static_
           
 
Field Summary
static NSIgnoreMisspelledWords._class_ _NSCLASS_
           
 
Method Summary
 void ignoreSpelling(ObjCObject sender)
          Original signature : -(void)ignoreSpelling:(id)
native declaration : NSSpellProtocol.h:24
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

_NSCLASS_

static final NSIgnoreMisspelledWords._class_ _NSCLASS_
Method Detail

ignoreSpelling

void ignoreSpelling(ObjCObject sender)
Original signature : -(void)ignoreSpelling:(id)
native declaration : NSSpellProtocol.h:24



Copyright © 2009. All Rights Reserved.