A B C D E F G H I J L M N O P R S T

A

addMapping(TypeMapping, String...) - Method in class ca.weblite.objc.TypeMapper
Adds a TypeMapping that is meant to handle one or more signatures.
addr(Peerable) - Static method in class ca.weblite.objc.RuntimeUtils
Returns the pointer to the Native peer for a Peerable object.
afterResponse() - Method in class ca.weblite.objc.Message
Method that is called just after the message is send and response received.
args - Variable in class ca.weblite.objc.Message
List of arguments to pass to the method invocation.
arraySize(String) - Static method in class ca.weblite.objc.RuntimeUtils
Returns the size of an array that is specified in a signature.

B

beforeRequest() - Method in class ca.weblite.objc.Message
Method that is called just before the message is sent.
buildMessageChain(Object...) - Method in class ca.weblite.objc.Client
Builds a chain of messages that can be executed together at a later time.

C

ca.weblite.nativeutils - package ca.weblite.nativeutils
 
ca.weblite.objc - package ca.weblite.objc
 
ca.weblite.objc.annotations - package ca.weblite.objc.annotations
 
ca.weblite.objc.mappers - package ca.weblite.objc.mappers
 
ca.weblite.objc.util - package ca.weblite.objc.util
 
chain(String, Pointer, Object...) - Method in class ca.weblite.objc.Client
 
chain(String, String, Object...) - Method in class ca.weblite.objc.Client
Deprecated.  
chain(Pointer, Object...) - Method in class ca.weblite.objc.NSObject
Deprecated.  
chain(String, Object...) - Method in class ca.weblite.objc.NSObject
Deprecated.  
chain(Message...) - Method in class ca.weblite.objc.NSObject
Deprecated.  
chain(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
Deprecated.  
chain(String, Object...) - Method in class ca.weblite.objc.Proxy
Deprecated.  
chain(Message...) - Method in class ca.weblite.objc.Proxy
Deprecated.  
class_getClassMethod(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getInstanceMethod(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getInstanceSize(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getInstanceVariable(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
class_getIvarLayout(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getMethodImplementation(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getMethodImplementation_stret(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getName(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getProperty(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
class_getSuperclass(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getVersion(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getWeakIvarLayout(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_isMetaClass(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_replaceMethod(Pointer, Pointer, Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
class_respondsToSelector(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_setIvarLayout(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
class_setSuperclass(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_setVersion(Pointer, int) - Method in interface ca.weblite.objc.Runtime
 
class_setWeakIvarLayout(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
Client - Class in ca.weblite.objc
An object-oriented wrapper around the RuntimeUtils static methods for interacting with the Objective-C runtime.
Client() - Constructor for class ca.weblite.objc.Client
 
cls(String) - Static method in class ca.weblite.objc.RuntimeUtils
Returns a pointer to the class for specific class name.
cls(Peerable) - Static method in class ca.weblite.objc.RuntimeUtils
Returns a pointer to a class given a Peerable object which wraps the pointer.
clsName(Pointer) - Static method in class ca.weblite.objc.RuntimeUtils
Returns the name of an objective C class specified by the given class pointer.
clsName(Peerable) - Static method in class ca.weblite.objc.RuntimeUtils
A wrapper for the clsName() method given a Peerable object that wraps the class pointer.
CocoaUtils - Class in ca.weblite.objc.util
 
CocoaUtils() - Constructor for class ca.weblite.objc.util.CocoaUtils
 
coerceInput - Variable in class ca.weblite.objc.Message
 
coerceOutput - Variable in class ca.weblite.objc.Message
 
com.sun.jna - package com.sun.jna
 
createProxy(Recipient) - Static method in class ca.weblite.objc.RuntimeUtils
Registers a Java object with the Objective-C runtime so that it can begin to receive messages from it.
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.NSObjectMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.PointerMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.ScalarMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.StringMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.StructureMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.TypeMapper
Converts a C variable to the corresponding Java type based on the specified signature.
cToJ(Object, String, TypeMapping) - Method in interface ca.weblite.objc.TypeMapping
Converts a C variable to the corresponding Java variable given the context of the specified signature.

D

dealloc() - Method in class ca.weblite.objc.NSObject
Deprecated.  
dispatch_async(Runnable) - Static method in class ca.weblite.objc.util.CocoaUtils
 
dispatch_sync(Runnable) - Static method in class ca.weblite.objc.util.CocoaUtils
 
dispose(boolean) - Method in class ca.weblite.objc.Proxy
Removes the proxy from the proxy cache, and optionally sends a dealloc message to the peer.
drainCache() - Static method in class ca.weblite.objc.Proxy
 

E

equals(Object) - Method in class ca.weblite.objc.Proxy
Compares this object to another Peerable object.
error - Variable in class ca.weblite.objc.Message
If there was en error in the message handling, the error will be saved here.

F

forwardInvocation(Pointer) - Method in class ca.weblite.objc.NSObject
Handles a method invocation.
forwardInvocation(long) - Method in class ca.weblite.objc.NSObject
Handles a method invocation.
forwardInvocation(long) - Method in interface ca.weblite.objc.Recipient
Handles the invocation of a method on the recipient.
forwardInvocationToParent(Pointer) - Method in class ca.weblite.objc.NSObject
Forwards an NSInvocation to the parent object to be handled.
forwardInvocationToParent(long) - Method in class ca.weblite.objc.NSObject
Forwards an NSInvocation to the parent object to be handled.

G

get(String) - Method in class ca.weblite.objc.Proxy
Wrapper for key-value coding.
getAsReference(Object, String) - Static method in class ca.weblite.objc.RuntimeUtils
Wraps the given value in the appropriate ByReference subclass according to the provided signature.
getAsReferenceWrapper(Object, String) - Static method in class ca.weblite.objc.RuntimeUtils
Wraps the given value in the appropriate ByReference subclass according to the provided signature.
getBoolean(String) - Method in class ca.weblite.objc.Proxy
Returns the KVC coded value for the specified key as a boolean.
getClient() - Method in class ca.weblite.objc.Proxy
Returns the client that is used by this Proxy object.
getCoerceInputs() - Method in class ca.weblite.objc.Client
Returns the coerceInputs flag.
getCoerceOutputs() - Method in class ca.weblite.objc.Client
Returns the coerceOutputs flag.
getDouble(String) - Method in class ca.weblite.objc.Proxy
Returns the KVC coded value for the specified key as a double.
getInstance() - Static method in class ca.weblite.objc.Client
Retrieves the global reference to a client that has both input coercion and output coercion enabled.
getInstance() - Static method in class ca.weblite.objc.TypeMapper
Obtains the singleton instance of the TypeMapper
getInt(String) - Method in class ca.weblite.objc.Proxy
Returns the KVC coded value for the specified key as an int.
getJavaPeer(long) - Static method in class ca.weblite.objc.RuntimeUtils
Returns the Java peer recipient for a native Objective-C object if it exists.
getMethodMap(Class) - Static method in class ca.weblite.objc.NSObject
Returns the method map for a particular class.
getPeer() - Method in interface ca.weblite.objc.Peerable
 
getPeer() - Method in class ca.weblite.objc.Proxy
Returns the Pointer to the native peer object.
getPeer(Pointer) - Static method in class com.sun.jna.PointerTool
 
getPointer(String) - Method in class ca.weblite.objc.Proxy
Returns the KVC coded value for the specified key as a Pointer.
getProxy(String) - Method in class ca.weblite.objc.Proxy
Returns the KVC coded value for the specified key as a Proxy.
getRawClient() - Static method in class ca.weblite.objc.Client
Retrieves singleton instance to a simple client that has type coercion disabled for both inputs and outputs.

H

hashCode() - Method in class ca.weblite.objc.Proxy
 

I

init(Pointer) - Method in class ca.weblite.objc.NSObject
Initializes this object and registers it with the Objective-C runtime.
init(String) - Method in class ca.weblite.objc.NSObject
Initializes this object and registers it with the Objective-C runtime.
init() - Static method in class ca.weblite.objc.RuntimeUtils
Initializes the libjcocoa library.
inputWasCoerced - Variable in class ca.weblite.objc.Message
 
INSTANCE - Static variable in interface ca.weblite.objc.Runtime
 
ivar_getName(Pointer) - Method in interface ca.weblite.objc.Runtime
 
ivar_getOffset(Pointer) - Method in interface ca.weblite.objc.Runtime
 
ivar_getTypeEncoding(Pointer) - Method in interface ca.weblite.objc.Runtime
 

J

jToC(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.NSObjectMapping
 
jToC(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.PointerMapping
 
jToC(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.ScalarMapping
 
jToC(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.StringMapping
 
jToC(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.StructureMapping
 
jToC(Object, String, TypeMapping) - Method in class ca.weblite.objc.TypeMapper
Converts a Java variable to the corresponding C type based on the specified signature.
jToC(Object, String, TypeMapping) - Method in interface ca.weblite.objc.TypeMapping
Converts a Java variable to the corresponding Java variable given the context of the specified signature.

L

load(Pointer) - Static method in class ca.weblite.objc.Proxy
Loads a proxy object for the specified pointer to an objective-c object.
loaded - Static variable in class ca.weblite.objc.RuntimeUtils
Flag to indicate whether the jcocoa native library was loaded successfully.
loadFileFromJar(String, Class) - Static method in class ca.weblite.nativeutils.NativeUtils
 
loadLibraryFromJar(String) - Static method in class ca.weblite.nativeutils.NativeUtils
 
loadLibraryFromJar(String, Class) - Static method in class ca.weblite.nativeutils.NativeUtils
Loads library from current JAR archive The file from JAR is copied into system temporary directory and then loaded.

M

Message - Class in ca.weblite.objc
A structure the encapsulates a message.
Message() - Constructor for class ca.weblite.objc.Message
 
method_copyArgumentType(Pointer, int) - Method in interface ca.weblite.objc.Runtime
 
method_copyReturnType(Pointer) - Method in interface ca.weblite.objc.Runtime
 
method_exchangeImplementations(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
method_getArgumentType(Pointer, int, Pointer, long) - Method in interface ca.weblite.objc.Runtime
 
method_getImplementation(Pointer) - Method in interface ca.weblite.objc.Runtime
 
method_getName(Pointer) - Method in interface ca.weblite.objc.Runtime
 
method_getNumberOfArguments(Pointer) - Method in interface ca.weblite.objc.Runtime
 
method_getReturnType(Pointer, Pointer, long) - Method in interface ca.weblite.objc.Runtime
 
method_getTypeEncoding(Pointer) - Method in interface ca.weblite.objc.Runtime
 
method_setImplementation(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
methodForSelector(String) - Method in class ca.weblite.objc.NSObject
Returns the java method that responds to a specific selector for the current object.
methodSignatureForSelector(Pointer) - Method in class ca.weblite.objc.NSObject
Returns the NSMethodSignature (Objective-C) object pointer for the specified selector.
methodSignatureForSelector(long) - Method in class ca.weblite.objc.NSObject
Returns the NSMethodSignature (Objective-C) object pointer for the specified selector.
methodSignatureForSelector(long) - Method in interface ca.weblite.objc.Recipient
Returns the method signature for a specified selector.
Msg - Annotation Type in ca.weblite.objc.annotations
An annotation that allows a Java method to receive and process Objective-C messages.
msg(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a message to a specified class using the given selector.
msg(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a message to a specified class using the given selector.
msg(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a message to a specified class using the given selector.
msg(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a message to a specified class using the given selector.
msg(boolean, boolean, Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a message with the option of coercing the inputs and outputs.
msg(Message...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a batch of messages in sequence.
msgBoolean(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a boolean value.
msgBoolean(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a boolean value.
msgBoolean(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a boolean value.
msgBoolean(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a boolean value.
msgDouble(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a message that returns a double value.
msgDouble(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a message that returns a double value.
msgDouble(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a message that returns a double value.
msgDouble(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Sends a message that returns a double value.
msgInt(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns an int.
msgInt(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns an int.
msgInt(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns an int.
msgInt(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns an int.
msgPointer(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a Pointer.
msgPointer(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a Pointer.
msgPointer(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a Pointer.
msgPointer(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a Pointer.
msgString(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a string value.
msgString(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a string value.
msgString(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a string value.
msgString(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
Wrapper around msg() that returns a string value.

N

NativeUtils - Class in ca.weblite.nativeutils
Simple library class for working with JNI (Java Native Interface)
newObject(Class<? extends PeerableRecipient>) - Method in class ca.weblite.objc.Client
Creates a new peerable and receivable object of the specified class.
next - Variable in class ca.weblite.objc.Message
 
NSObject - Class in ca.weblite.objc
The base class for objects that can interact with the Objective-C runtime.
NSObject(String) - Constructor for class ca.weblite.objc.NSObject
 
NSObject() - Constructor for class ca.weblite.objc.NSObject
Creates null proxy (i.e.
NSObject(Pointer) - Constructor for class ca.weblite.objc.NSObject
Creates an NSObject to wrap (i.e.
NSObject(Client) - Constructor for class ca.weblite.objc.NSObject
Creates a null proxy using the specified client as the default client with which to send messages to the objective-c runtime.
NSObject(Client, Pointer) - Constructor for class ca.weblite.objc.NSObject
Creates a proxy for the specified objective-c object.
NSObjectMapping - Class in ca.weblite.objc.mappers
 
NSObjectMapping() - Constructor for class ca.weblite.objc.mappers.NSObjectMapping
 

O

objc_allocateClassPair(Pointer, String, long) - Method in interface ca.weblite.objc.Runtime
 
objc_copyProtocolList(Pointer) - Method in interface ca.weblite.objc.Runtime
 
objc_getAssociatedObject(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
objc_getClass(String) - Method in interface ca.weblite.objc.Runtime
 
objc_getClassList(Pointer, int) - Method in interface ca.weblite.objc.Runtime
 
objc_getFutureClass(String) - Method in interface ca.weblite.objc.Runtime
 
objc_getMetaClass(String) - Method in interface ca.weblite.objc.Runtime
 
objc_getProtocol(String) - Method in interface ca.weblite.objc.Runtime
 
objc_getRequiredClass(String) - Method in interface ca.weblite.objc.Runtime
 
objc_lookUpClass(String) - Method in interface ca.weblite.objc.Runtime
 
objc_msgSend(Pointer, Pointer, Object...) - Method in interface ca.weblite.objc.Runtime
 
objc_msgSend_fpret(Pointer, Pointer, Object...) - Method in interface ca.weblite.objc.Runtime
 
objc_msgSend_stret(Pointer, Pointer, Pointer, Object...) - Method in interface ca.weblite.objc.Runtime
 
objc_msgSendSuper(Pointer, Pointer, Object...) - Method in interface ca.weblite.objc.Runtime
 
objc_msgSendSuper_stret(Pointer, Pointer, Object...) - Method in interface ca.weblite.objc.Runtime
 
objc_registerClassPair(Pointer) - Method in interface ca.weblite.objc.Runtime
 
objc_removeAssociatedObjects(Pointer) - Method in interface ca.weblite.objc.Runtime
 
objc_setAssociatedObject(Pointer, Pointer, Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
objc_setFutureClass(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
object_copy(Pointer, long) - Method in interface ca.weblite.objc.Runtime
 
object_dispose(Pointer) - Method in interface ca.weblite.objc.Runtime
 
object_getClass(Pointer) - Method in interface ca.weblite.objc.Runtime
 
object_getClassName(Pointer) - Method in interface ca.weblite.objc.Runtime
 
object_getIndexedIvars(Pointer) - Method in interface ca.weblite.objc.Runtime
 
object_getInstanceVariable(Pointer, String, Pointer) - Method in interface ca.weblite.objc.Runtime
 
object_getIvar(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
object_setClass(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
object_setInstanceVariable(Pointer, String, Pointer) - Method in interface ca.weblite.objc.Runtime
 
object_setIvar(Pointer, Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
outputWasCoerced - Variable in class ca.weblite.objc.Message
 

P

parent - Variable in class ca.weblite.objc.NSObject
Pointer to the parent objective-c object of this object.
Peerable - Interface in ca.weblite.objc
An interface for an object that has an Objective-C peer.
PeerableRecipient - Interface in ca.weblite.objc
An interface for objects that have an Objective-C peer, and that can be called from objective-C.
PointerMapping - Class in ca.weblite.objc.mappers
 
PointerMapping() - Constructor for class ca.weblite.objc.mappers.PointerMapping
 
PointerTool - Class in com.sun.jna
 
PointerTool() - Constructor for class com.sun.jna.PointerTool
 
previous - Variable in class ca.weblite.objc.Message
 
property_getAttributes(Pointer) - Method in interface ca.weblite.objc.Runtime
 
protocol_conformsToProtocol(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
protocol_copyMethodDescriptionList(Pointer, boolean, boolean, Pointer) - Method in interface ca.weblite.objc.Runtime
 
protocol_copyPropertyList(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
protocol_copyProtocolList(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
protocol_getMethodDescription(Pointer, Pointer, boolean, boolean) - Method in interface ca.weblite.objc.Runtime
 
protocol_getName(Pointer) - Method in interface ca.weblite.objc.Runtime
 
protocol_getProperty(Pointer, String, boolean, boolean) - Method in interface ca.weblite.objc.Runtime
 
protocol_isEqual(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
Proxy - Class in ca.weblite.objc
A wrapper around a native (Objective-C) object that allows for sending messages from Java.
Proxy() - Constructor for class ca.weblite.objc.Proxy
Creates a proxy for a Null pointer.
Proxy(Client) - Constructor for class ca.weblite.objc.Proxy
Creates a proxy for a Null pointer using the specified Client object.
Proxy(Client, Pointer) - Constructor for class ca.weblite.objc.Proxy
Creates a proxy for the specified peer Objective-C object, using the specified client to send messages to the peer.
Proxy(Pointer) - Constructor for class ca.weblite.objc.Proxy
Creates a proxy for the specified peer Objective-C object.

R

receiver - Variable in class ca.weblite.objc.Message
The target of the message.
Recipient - Interface in ca.weblite.objc
An interface for an object that can receive messages from the Objective-C runtime.
release(Object) - Static method in class ca.weblite.objc.Proxy
Releases the Proxy object from the Cache.
respondsToSelector(Pointer) - Method in class ca.weblite.objc.NSObject
Checks whether this object responds to the given selector.
respondsToSelector(long) - Method in class ca.weblite.objc.NSObject
Checks whether this object responds to the given selector.
respondsToSelector(long) - Method in interface ca.weblite.objc.Recipient
Checks to see if this object responds to the specified selector.
result - Variable in class ca.weblite.objc.Message
Placeholder for the result of the message.
retain(Object) - Static method in class ca.weblite.objc.Proxy
Retains the Proxy object in the Cache.
rt - Static variable in class ca.weblite.objc.RuntimeUtils
Short reference to the runtime instance for interacting with Objective-C
Runtime - Interface in ca.weblite.objc
A JNA wrapper around the objective-c runtime.
RuntimeUtils - Class in ca.weblite.objc
A Java class with static methods that interact with the Objective-C runtime.
RuntimeUtils() - Constructor for class ca.weblite.objc.RuntimeUtils
 

S

ScalarMapping - Class in ca.weblite.objc.mappers
 
ScalarMapping() - Constructor for class ca.weblite.objc.mappers.ScalarMapping
 
sel(String) - Static method in class ca.weblite.objc.RuntimeUtils
Returns a pointer to the selector specified by the given selector name.
sel(Peerable) - Static method in class ca.weblite.objc.RuntimeUtils
Returns a pointer to the selector that is wrapped by a Peerable object.
sel_getName(Pointer) - Method in interface ca.weblite.objc.Runtime
 
sel_getUid(String) - Method in interface ca.weblite.objc.Runtime
 
sel_isEqual(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
sel_registerName(String) - Method in interface ca.weblite.objc.Runtime
 
selector - Variable in class ca.weblite.objc.Message
The selector of the message.
selName(Pointer) - Static method in class ca.weblite.objc.RuntimeUtils
Returns the name of a selector.
selName(Peerable) - Static method in class ca.weblite.objc.RuntimeUtils
Returns the name of a selector.
send(Pointer, Pointer, Object...) - Method in class ca.weblite.objc.Client
Sends a message to an Objective-C object.
send(Pointer, String, Object...) - Method in class ca.weblite.objc.Client
Sends a message to an Objective-C object.
send(String, Pointer, Object...) - Method in class ca.weblite.objc.Client
Sends a message to an Objective-C object.
send(String, String, Object...) - Method in class ca.weblite.objc.Client
Sends a message to an Objective-C object.
send(Peerable, Pointer, Object...) - Method in class ca.weblite.objc.Client
Sends a message to an Objective-C object.
send(Peerable, String, Object...) - Method in class ca.weblite.objc.Client
Sends a message to an Objective-C object.
send(Message...) - Method in class ca.weblite.objc.Client
Sends an array of messages in a chain.
send(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
Sends a message to the peer.
send(String, Object...) - Method in class ca.weblite.objc.Proxy
Sends a message to the peer.
send(Message...) - Method in class ca.weblite.objc.Proxy
Sends a message to the peer.
sendBoolean(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns a boolean.
sendBoolean(String, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns a boolean.
sendDouble(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns a double.
sendDouble(String, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns a double.
sendInt(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns an int.
sendInt(String, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns an int.
sendPointer(Pointer, Pointer, Object...) - Method in class ca.weblite.objc.Client
A wrapper around send() to ensure that a pointer is returned from the message.
sendPointer(Pointer, String, Object...) - Method in class ca.weblite.objc.Client
A wrapper around send() to ensure that a pointer is returned from the message.
sendPointer(String, Pointer, Object...) - Method in class ca.weblite.objc.Client
A wrapper around send() to ensure that a pointer is returned from the message.
sendPointer(String, String, Object...) - Method in class ca.weblite.objc.Client
A wrapper around send() to ensure that a pointer is returned from the message.
sendPointer(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns a Pointer.
sendPointer(String, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns a Pointer.
sendProxy(Pointer, Pointer, Object...) - Method in class ca.weblite.objc.Client
A wrapper around send() to ensure that a Proxy object is returned from the message.
sendProxy(String, Pointer, Object...) - Method in class ca.weblite.objc.Client
A wrapper around send() to ensure that a Proxy object is returned from the message.
sendProxy(String, String, Object...) - Method in class ca.weblite.objc.Client
A wrapper around send() to ensure that a Proxy object is returned from the message.
sendProxy(Pointer, String, Object...) - Method in class ca.weblite.objc.Client
A wrapper around send() to ensure that a Proxy object is returned from the message.
sendProxy(String, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns a Pointer.
sendProxy(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
A wrapper for the send() method, that returns a Pointer.
sendRaw(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
Sends a message to the peer.
sendRaw(String, Object...) - Method in class ca.weblite.objc.Proxy
Sends a message to the peer without performing any type coercion to the inputs or outputs.
sendRaw(Message...) - Method in class ca.weblite.objc.Proxy
Sends a message to the peer without performing any type coercion to the inputs or outputs.
sendString(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
 
sendString(String, Object...) - Method in class ca.weblite.objc.Proxy
 
set(String, Object) - Method in class ca.weblite.objc.Proxy
Wrapper for Key-Value coding.
setClient(Client) - Method in class ca.weblite.objc.Proxy
Sets the client that should be used for sending messages to the peer object.
setCoerceInputs(boolean) - Method in class ca.weblite.objc.Client
Set the coerceInputs flag.
setCoerceOutputs(boolean) - Method in class ca.weblite.objc.Client
Sets the coerceOutputs flag.
setPeer(Pointer) - Method in interface ca.weblite.objc.Peerable
 
setPeer(Pointer) - Method in class ca.weblite.objc.Proxy
Sets the pointer to the native peer object.
status - Variable in class ca.weblite.objc.Message
The current status of the message.
STATUS_CANCELLED - Static variable in class ca.weblite.objc.Message
Status identifier of a message to indicate that is has been cancelled.
STATUS_COMPLETED - Static variable in class ca.weblite.objc.Message
Status identifier of a message to indicated that it has been completed.
STATUS_READY - Static variable in class ca.weblite.objc.Message
Status identifier of a message to indicate that it is ready to be sent.
STATUS_SKIPPED - Static variable in class ca.weblite.objc.Message
Status identifier of a message to indicate that it has been skipped.
str(String) - Static method in class ca.weblite.objc.RuntimeUtils
Converts a Java string to an NSString object.
str(Pointer) - Static method in class ca.weblite.objc.RuntimeUtils
Converts A native NSString object to a Java string.
StringMapping - Class in ca.weblite.objc.mappers
 
StringMapping() - Constructor for class ca.weblite.objc.mappers.StringMapping
 
StructureMapping - Class in ca.weblite.objc.mappers
 
StructureMapping() - Constructor for class ca.weblite.objc.mappers.StructureMapping
 

T

toString() - Method in class ca.weblite.objc.Proxy
Outputs the object as a string.
TypeMapper - Class in ca.weblite.objc
Maps Objective-C types to Java types.
TypeMapper() - Constructor for class ca.weblite.objc.TypeMapper
 
TypeMapping - Interface in ca.weblite.objc
Interface to be implemented by objects that map Java types to Objective-C types.

A B C D E F G H I J L M N O P R S T

Copyright © 2012–2014 Web Lite Solutions Corp.. All rights reserved.