|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSInputServiceProvider
These methods must be implemented by the delegate.
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 |
NSInputServiceProvider._class_
|
static interface |
NSInputServiceProvider._static_
|
Field Summary | |
---|---|
static NSInputServiceProvider._class_ |
_NSCLASS_
|
Method Summary | |
---|---|
void |
activeConversationChanged_toNewConversation(ObjCObject sender,
NSInteger newConversation)
Original signature : -(void)activeConversationChanged:(id) toNewConversation:(NSInteger) native declaration : NSInputServer.h:51 |
void |
activeConversationWillChange_fromOldConversation(ObjCObject sender,
NSInteger oldConversation)
These methods are sent by input manager when the conversation within a particular sender changes. |
boolean |
canBeDisabled()
Normally canBeDisabled returns YES and is implemented that way in the abstract NSInputServer class. |
void |
doCommandBySelector_client(Selector aSelector,
ObjCObject sender)
Original signature : -(void)doCommandBySelector:(SEL) client:(id) native declaration : NSInputServer.h:18 |
void |
inputClientBecomeActive(ObjCObject sender)
These methods are sent by current input manager when the application changes state so that the server can update its concept of who's current. |
void |
inputClientDisabled(ObjCObject sender)
Original signature : -(void)inputClientDisabled:(id) native declaration : NSInputServer.h:46 |
void |
inputClientEnabled(ObjCObject sender)
These methods are sent by current input manger when it's enabled & the server returns YES to canBeDisabled. |
void |
inputClientResignActive(ObjCObject sender)
Original signature : -(void)inputClientResignActive:(id) native declaration : NSInputServer.h:41 |
void |
insertText_client(ObjCObject aString,
ObjCObject sender)
Original signature : -(void)insertText:(id) client:(id) native declaration : NSInputServer.h:17 |
void |
markedTextAbandoned(ObjCObject sender)
Original signature : -(void)markedTextAbandoned:(id) native declaration : NSInputServer.h:19 |
void |
terminate(ObjCObject sender)
Original signature : -(void)terminate:(id) native declaration : NSInputServer.h:21 |
boolean |
wantsToDelayTextChangeNotifications()
This should return YES when the input method (language) prefers to delay text change notification 'till the input is actually committed. |
boolean |
wantsToHandleMouseEvents()
Input servers that wants to receive mouse notifications should return YES & implement NSInputServerMouseTrackers protocol Original signature : -(BOOL)wantsToHandleMouseEvents native declaration : NSInputServer.h:32 |
boolean |
wantsToInterpretAllKeystrokes()
Many existing input servers have built-in key bindings that affect what happens within the marked region. |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Field Detail |
---|
static final NSInputServiceProvider._class_ _NSCLASS_
Method Detail |
---|
void insertText_client(ObjCObject aString, ObjCObject sender)
-(void)insertText:(id) client:(id)
void doCommandBySelector_client(Selector aSelector, ObjCObject sender)
-(void)doCommandBySelector:(SEL) client:(id)
void markedTextAbandoned(ObjCObject sender)
-(void)markedTextAbandoned:(id)
void terminate(ObjCObject sender)
-(void)terminate:(id)
boolean canBeDisabled()
-(BOOL)canBeDisabled
boolean wantsToInterpretAllKeystrokes()
-(BOOL)wantsToInterpretAllKeystrokes
boolean wantsToHandleMouseEvents()
-(BOOL)wantsToHandleMouseEvents
boolean wantsToDelayTextChangeNotifications()
-(BOOL)wantsToDelayTextChangeNotifications
void inputClientBecomeActive(ObjCObject sender)
-(void)inputClientBecomeActive:(id)
void inputClientResignActive(ObjCObject sender)
-(void)inputClientResignActive:(id)
void inputClientEnabled(ObjCObject sender)
-(void)inputClientEnabled:(id)
void inputClientDisabled(ObjCObject sender)
-(void)inputClientDisabled:(id)
void activeConversationWillChange_fromOldConversation(ObjCObject sender, NSInteger oldConversation)
-(void)activeConversationWillChange:(id) fromOldConversation:(NSInteger)
void activeConversationChanged_toNewConversation(ObjCObject sender, NSInteger newConversation)
-(void)activeConversationChanged:(id) toNewConversation:(NSInteger)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |