- Inherits from:
- NSObject
- Implements:
- NSInputServiceProvider
- NSInputServiceMouseTracker
- Package:
- com.apple.yellow.application
Description forthcoming.
Forthcoming.
- Constructors
- NSInputServer
- TBD Instance Method Group
- activeConversationChanged
- activeConversationWillChange
- canBeDisabled
- doCommandBySelector
- inputClientBecomeActive
- inputClientDisabled
- inputClientEnabled
- inputClientResignActive
- insertText
- markedTextAbandoned
- markedTextSelectionChanged
- mouseDownOnCharacterIndex
- mouseDraggedOnCharacterIndex
- mouseUpOnCharacterIndex
- terminate
- wantsToDelayTextChangeNotifications
- wantsToHandleMouseEvents
- wantsToInterpretAllKeystrokes
public NSInputServer()
public NSInputServer(
Object anObject,
String aString)
public void activeConversationChanged(
Object anObject,
int anInt)
public void activeConversationWillChange(
Object anObject,
int anInt)
public boolean canBeDisabled()
public void doCommandBySelector(
NSSelector aSelector,
Object anObject)
public void inputClientBecomeActive(Object anObject)
public void inputClientDisabled(Object anObject)
public void inputClientEnabled(Object anObject)
public void inputClientResignActive(Object anObject)
public void insertText(
Object anObject,
Object anObject)
public void markedTextAbandoned(Object anObject)
public void markedTextSelectionChanged(
NSRange aRange,
Object anObject)
public boolean mouseDownOnCharacterIndex(
int anInt,
NSPoint aPoint,
int anInt,
Object anObject)
public boolean mouseDraggedOnCharacterIndex(
int anInt,
NSPoint aPoint,
int anInt,
Object anObject)
public void mouseUpOnCharacterIndex(
int anInt,
NSPoint aPoint,
int anInt,
Object anObject)
public void terminate(Object sender)
public boolean wantsToDelayTextChangeNotifications()
public boolean wantsToHandleMouseEvents()
public boolean wantsToInterpretAllKeystrokes()