- 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
-