All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.InputServer

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.InputServer

public class InputServer
extends NativeObject
This class wraps the Objective-C class NSInputServer.


Constructor Index

 o InputServer()
This default constructor is equivalent to Objective-C's [[NSInputServer alloc] init].
 o InputServer(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o InputServer(Object, String)
This constructor has the same effect as calling - initWithDelegate:name: on a newly allocated object.

Constructors

 o InputServer
 protected InputServer(boolean shouldAllocate,
                       int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o InputServer
 public InputServer()
This default constructor is equivalent to Objective-C's [[NSInputServer alloc] init].

 o InputServer
 public InputServer(Object aDelegate,
                    String name)
This constructor has the same effect as calling - initWithDelegate:name: on a newly allocated object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index