|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Proxy | |
|---|---|
| ca.weblite.objc | |
| Uses of Proxy in ca.weblite.objc |
|---|
| Subclasses of Proxy in ca.weblite.objc | |
|---|---|
class |
NSObject
The base class for objects that can interact with the Objective-C runtime. |
| Methods in ca.weblite.objc that return Proxy | |
|---|---|
Proxy |
Proxy.chain(Message... msgs)
Deprecated. |
Proxy |
Proxy.chain(com.sun.jna.Pointer selector,
Object... args)
Deprecated. |
Proxy |
Proxy.chain(String selector,
Object... args)
Deprecated. |
Proxy |
Client.chain(String cls,
com.sun.jna.Pointer selector,
Object... args)
|
Proxy |
Client.chain(String cls,
String selector,
Object... args)
Deprecated. |
Proxy |
Proxy.getProxy(String key)
Returns the KVC coded value for the specified key as a Proxy. |
static Proxy |
Proxy.load(com.sun.jna.Pointer peer)
Loads a proxy object for the specified pointer to an objective-c object. |
Proxy |
Proxy.sendProxy(com.sun.jna.Pointer selector,
Object... args)
A wrapper for the send() method, that returns a Pointer. |
Proxy |
Client.sendProxy(com.sun.jna.Pointer receiver,
com.sun.jna.Pointer selector,
Object... args)
A wrapper around send() to ensure that a Proxy object is returned from the message. |
Proxy |
Client.sendProxy(com.sun.jna.Pointer receiver,
String selector,
Object... args)
A wrapper around send() to ensure that a Proxy object is returned from the message. |
Proxy |
Proxy.sendProxy(String selector,
Object... args)
A wrapper for the send() method, that returns a Pointer. |
Proxy |
Client.sendProxy(String receiver,
com.sun.jna.Pointer selector,
Object... args)
A wrapper around send() to ensure that a Proxy object is returned from the message. |
Proxy |
Client.sendProxy(String receiver,
String selector,
Object... args)
A wrapper around send() to ensure that a Proxy object is returned from the message. |
Proxy |
Proxy.setClient(Client client)
Sets the client that should be used for sending messages to the peer object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||