Uses of Class
org.rococoa.cocoa.appkit.NSInputManager

Packages that use NSInputManager
org.rococoa.cocoa.appkit   
 

Uses of NSInputManager in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSInputManager
static NSInputManager NSInputManager.alloc()
           
abstract  NSInputManager NSInputManager._class_.alloc()
           
static NSInputManager NSInputManager.createWithName_host(NSString inputServerName, NSString hostName)
          Factory method
static NSInputManager NSInputManager.currentInputManager()
          The "current input manager" is the one that is receiving input events at the time this method is called.
abstract  NSInputManager NSInputManager._class_.currentInputManager()
          The "current input manager" is the one that is receiving input events at the time this method is called.
abstract  NSInputManager NSInputManager.initWithName_host(NSString inputServerName, NSString hostName)
          Original signature : -(NSInputManager*)initWithName:(NSString*) host:(NSString*)
native declaration : NSInputManager.h:85
static NSInputManager NSInputManager.new_()
           
abstract  NSInputManager NSInputManager._class_.new_()
           
 



Copyright © 2009. All Rights Reserved.