Uses of Interface
ca.weblite.objc.Peerable
Packages that use Peerable
-
Uses of Peerable in ca.weblite.objc
Subinterfaces of Peerable in ca.weblite.objcModifier and TypeInterfaceDescriptioninterfaceAn interface for objects that have an Objective-C peer, and that can be called from objective-C.Classes in ca.weblite.objc that implement PeerableModifier and TypeClassDescriptionclassThe base class for objects that can interact with the Objective-C runtime.classA wrapper around a native (Objective-C) object that allows for sending messages from Java.Methods in ca.weblite.objc with parameters of type PeerableModifier and TypeMethodDescriptionstatic com.sun.jna.PointerReturns the pointer to the Native peer for a Peerable object.static com.sun.jna.PointerReturns a pointer to a class given a Peerable object which wraps the pointer.static StringA wrapper for the clsName() method given a Peerable object that wraps the class pointer.static com.sun.jna.PointerReturns a pointer to the selector that is wrapped by a Peerable object.static StringReturns the name of a selector.Sends a message to an Objective-C object.Sends a message to an Objective-C object.