|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSInputManager
public abstract class NSInputManager
NSInputManager is deprecated in Mac OS X 10.6. Use NSTextInputContext instead.
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 |
NSInputManager._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.appkit.protocols.NSTextInput |
---|
NSTextInput._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSInputManager()
|
Method Summary | |
---|---|
static NSInputManager |
alloc()
|
static NSInputManager |
createWithName_host(NSString inputServerName,
NSString hostName)
Factory method |
static NSInputManager |
currentInputManager()
The "current input manager" is the one that is receiving input events at the time this method is called. |
static void |
cycleToNextInputLanguage(ObjCObject sender)
Cycle through list of input managers. |
static void |
cycleToNextInputServerInLanguage(ObjCObject sender)
Original signature : +(void)cycleToNextInputServerInLanguage:(id) native declaration : NSInputManager.h:83 |
static NSInputManager._class_ |
getNSClass()
|
abstract boolean |
handleMouseEvent(NSEvent theMouseEvent)
Original signature : -(BOOL)handleMouseEvent:(NSEvent*) native declaration : NSInputManager.h:109 |
abstract NSImage |
image()
Original signature : -(NSImage*)image native declaration : NSInputManager.h:101 |
abstract NSInputManager |
initWithName_host(NSString inputServerName,
NSString hostName)
Original signature : -(NSInputManager*)initWithName:(NSString*) host:(NSString*) native declaration : NSInputManager.h:85 |
abstract NSString |
language()
Original signature : -(NSString*)language native declaration : NSInputManager.h:99 |
abstract NSString |
localizedInputManagerName()
Original signature : -(NSString*)localizedInputManagerName native declaration : NSInputManager.h:87 |
abstract void |
markedTextAbandoned(ObjCObject cli)
send after abandoning Original signature : -(void)markedTextAbandoned:(id) native declaration : NSInputManager.h:92 |
static NSInputManager |
new_()
|
abstract NSInputServer |
server()
Original signature : -(NSInputServer*)server native declaration : NSInputManager.h:103 |
abstract boolean |
wantsToDelayTextChangeNotifications()
This should return YES when the input method (language) prefers to delay text change notification 'till the input is actually committed. |
abstract boolean |
wantsToHandleMouseEvents()
If corresponding input server wants to handle mouse events within marked region, this should return YES. |
abstract boolean |
wantsToInterpretAllKeystrokes()
This corresponds to a server method for input managers that demand to do their own interepretation of command keys as long as they're active. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.appkit.protocols.NSTextInput |
---|
conversationIdentifier, doCommandBySelector, hasMarkedText, insertText, markedRange, selectedRange, unmarkText, validAttributesForMarkedText |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSInputManager()
Method Detail |
---|
public static NSInputManager currentInputManager()
+(NSInputManager*)currentInputManager
public static void cycleToNextInputLanguage(ObjCObject sender)
+(void)cycleToNextInputLanguage:(id)
public static void cycleToNextInputServerInLanguage(ObjCObject sender)
+(void)cycleToNextInputServerInLanguage:(id)
public abstract NSInputManager initWithName_host(NSString inputServerName, NSString hostName)
-(NSInputManager*)initWithName:(NSString*) host:(NSString*)
public static NSInputManager createWithName_host(NSString inputServerName, NSString hostName)
initWithName_host(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSString)
public abstract NSString localizedInputManagerName()
-(NSString*)localizedInputManagerName
public abstract void markedTextAbandoned(ObjCObject cli)
-(void)markedTextAbandoned:(id)
public abstract boolean wantsToInterpretAllKeystrokes()
-(BOOL)wantsToInterpretAllKeystrokes
public abstract NSString language()
-(NSString*)language
public abstract NSImage image()
-(NSImage*)image
public abstract NSInputServer server()
-(NSInputServer*)server
public abstract boolean wantsToHandleMouseEvents()
-(BOOL)wantsToHandleMouseEvents
public abstract boolean handleMouseEvent(NSEvent theMouseEvent)
-(BOOL)handleMouseEvent:(NSEvent*)
public abstract boolean wantsToDelayTextChangeNotifications()
-(BOOL)wantsToDelayTextChangeNotifications
public static NSInputManager alloc()
public static NSInputManager new_()
public static NSInputManager._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |