org.rococoa.cocoa.appkit.protocols
Interface NSChangeSpelling

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

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

Field Detail

_NSCLASS_

static final NSChangeSpelling._class_ _NSCLASS_
Method Detail

changeSpelling

void changeSpelling(ObjCObject sender)
Original signature : -(void)changeSpelling:(id)
native declaration : NSSpellProtocol.h:16



Copyright © 2009. All Rights Reserved.