com.jniwrapper.macosx.cocoa.nsinputserver
Interface NSInputServiceProviderProtocol

All Known Implementing Classes:
NSInputServer

public interface NSInputServiceProviderProtocol

This interface represents NSInputServiceProviderProtocol protocol. See the protocol documentation at the Apple's site: NSInputServiceProviderProtocol


Method Summary
 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()
           
 

Method Detail

markedTextAbandoned

public void markedTextAbandoned(Id sender)

terminate

public void terminate(Id sender)

wantsToHandleMouseEvents

public com.jniwrapper.Bool wantsToHandleMouseEvents()

inputClientDisabled

public void inputClientDisabled(Id sender)

activeConversationWillChange_fromOldConversation

public void activeConversationWillChange_fromOldConversation(Id sender,
                                                             com.jniwrapper.Int32 oldConversation)
This method represents the activeConversationWillChange() method of the NSInputServiceProviderProtocol Objective-C protocol.

Parameters:
sender -
oldConversation -

inputClientEnabled

public void inputClientEnabled(Id sender)

wantsToInterpretAllKeystrokes

public com.jniwrapper.Bool wantsToInterpretAllKeystrokes()

markedTextSelectionChanged_client

public void markedTextSelectionChanged_client(NSRange newSel,
                                              Id sender)
This method represents the markedTextSelectionChanged() method of the NSInputServiceProviderProtocol Objective-C protocol.

Parameters:
newSel -
sender -

canBeDisabled

public com.jniwrapper.Bool canBeDisabled()

doCommandBySelector_client

public void doCommandBySelector_client(Sel aSelector,
                                       Id sender)
This method represents the doCommandBySelector() method of the NSInputServiceProviderProtocol Objective-C protocol.

Parameters:
aSelector -
sender -

wantsToDelayTextChangeNotifications

public com.jniwrapper.Bool wantsToDelayTextChangeNotifications()

activeConversationChanged_toNewConversation

public void activeConversationChanged_toNewConversation(Id sender,
                                                        com.jniwrapper.Int32 newConversation)
This method represents the activeConversationChanged() method of the NSInputServiceProviderProtocol Objective-C protocol.

Parameters:
sender -
newConversation -

inputClientResignActive

public void inputClientResignActive(Id sender)

inputClientBecomeActive

public void inputClientBecomeActive(Id sender)

insertText_client

public void insertText_client(Id aString,
                              Id sender)
This method represents the insertText() method of the NSInputServiceProviderProtocol Objective-C protocol.

Parameters:
aString -
sender -