Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Java

Table of Contents

NSInputServiceProvider


Package:
com.apple.yellow.application

Interface Description


Description forthcoming.



Method Types


TBD instance method group
activeConverstionChanged
activeConverstionWillChange
canBeDisabled
doCommandBySelector
inputClientBecameActive
inputClientDisabled
inputClientEnabled
inputClientResignActive
insertText
markedTextAbandoned
markedTextSelectionChanged
terminate
wantsToDelayChangeNotifications
wantsToHandleMouseEvents
wantsToInterpretAllKeystrokes


Instance Methods



activeConverstionChanged

public abstract void activeConversationChanged( Object sender, int newConversation)

Description forthcoming.

activeConverstionWillChange

public abstract void activeConversationWillChange( Object sender, int oldConversation)

Description forthcoming.

canBeDisabled

public abstract boolean canBeDisabled()

Description forthcoming.

doCommandBySelector

public abstract void doCommandBySelector( NSSelector aSelector, Object sender)

Description forthcoming.

inputClientBecameActive

public abstract void inputClientBecameActive(Object sender)

Description forthcoming.

inputClientDisabled

public abstract void inputClientDisabled(Object sender)

Description forthcoming.

inputClientEnabled

public abstract void inputClientEnabled(Object sender)

Description forthcoming.

inputClientResignActive

public abstract void inputClientResignActive(Object sender)

Description forthcoming.

insertText

public abstract void insertText( Object aString, Object sender)

Description forthcoming.

markedTextAbandoned

public abstract void markedTextAbandoned(Object sender)

Description forthcoming.

markedTextSelectionChanged

public abstract void markedTextSelectionChanged( NSRange newSelection, Object sender)

Description forthcoming.

terminate

public abstract void terminate(Object sender)

Description forthcoming.

wantsToDelayChangeNotifications

public abstract boolean wantsToDelayChangeNotifications()

Description forthcoming.

wantsToHandleMouseEvents

public abstract boolean wantsToHandleMouseEvents()

Description forthcoming.

wantsToInterpretAllKeystrokes

public abstract boolean wantsToInterpretAllKeystrokes()

Description forthcoming.


Table of Contents