public interface NSInputServiceProviderProtocol
NSInputServiceProviderProtocol
protocol.
See the protocol documentation at the Apple's site: NSInputServiceProviderProtocolModifier and Type | Method and Description |
---|---|
void |
activeConversationChanged_toNewConversation(Id sender,
com.jniwrapper.Int32 newConversation)
This method represents the
activeConversationChanged() method of the NSInputServiceProviderProtocol Objective-C protocol. |
void |
activeConversationWillChange_fromOldConversation(Id sender,
com.jniwrapper.Int32 oldConversation)
This method represents the
activeConversationWillChange() method of the NSInputServiceProviderProtocol Objective-C protocol. |
com.jniwrapper.Bool |
canBeDisabled() |
void |
doCommandBySelector_client(Sel aSelector,
Id sender)
This method represents the
doCommandBySelector() method of the NSInputServiceProviderProtocol Objective-C protocol. |
void |
inputClientBecomeActive(Id sender) |
void |
inputClientDisabled(Id sender) |
void |
inputClientEnabled(Id sender) |
void |
inputClientResignActive(Id sender) |
void |
insertText_client(Id aString,
Id sender)
This method represents the
insertText() method of the NSInputServiceProviderProtocol Objective-C protocol. |
void |
markedTextAbandoned(Id sender) |
void |
markedTextSelectionChanged_client(NSRange newSel,
Id sender)
This method represents the
markedTextSelectionChanged() method of the NSInputServiceProviderProtocol Objective-C protocol. |
void |
terminate(Id sender) |
com.jniwrapper.Bool |
wantsToDelayTextChangeNotifications() |
com.jniwrapper.Bool |
wantsToHandleMouseEvents() |
com.jniwrapper.Bool |
wantsToInterpretAllKeystrokes() |
void markedTextAbandoned(Id sender)
void terminate(Id sender)
com.jniwrapper.Bool wantsToHandleMouseEvents()
void inputClientDisabled(Id sender)
void activeConversationWillChange_fromOldConversation(Id sender, com.jniwrapper.Int32 oldConversation)
activeConversationWillChange()
method of the NSInputServiceProviderProtocol Objective-C protocol.sender
- oldConversation
- void inputClientEnabled(Id sender)
com.jniwrapper.Bool wantsToInterpretAllKeystrokes()
void markedTextSelectionChanged_client(NSRange newSel, Id sender)
markedTextSelectionChanged()
method of the NSInputServiceProviderProtocol Objective-C protocol.newSel
- sender
- com.jniwrapper.Bool canBeDisabled()
void doCommandBySelector_client(Sel aSelector, Id sender)
doCommandBySelector()
method of the NSInputServiceProviderProtocol Objective-C protocol.aSelector
- sender
- com.jniwrapper.Bool wantsToDelayTextChangeNotifications()
void activeConversationChanged_toNewConversation(Id sender, com.jniwrapper.Int32 newConversation)
activeConversationChanged()
method of the NSInputServiceProviderProtocol Objective-C protocol.sender
- newConversation
- void inputClientResignActive(Id sender)
void inputClientBecomeActive(Id sender)