| Method Summary |
| |
__init__(self,
original)
Set my 'original' attribute to be the object I am adapting. (inherited from Adapter)
|
| |
do(self,
text)
|
| |
getComponent(self,
interface,
registry,
default)
I forward getComponent to self.original on the assumption that it is
an instance of Componentized. (inherited from Adapter)
|
| |
getStateFor(self,
jellier)
(inherited from Jellyable)
|
| |
isuper(self,
iface,
adapter)
Forward isuper to self.original (inherited from Adapter)
|
| |
jellyFor(self,
jellier)
(internal) (inherited from Referenceable)
|
| |
processUniqueID(self)
Return an ID which uniquely represents this object for this
process. (inherited from Serializable)
|
| |
remote_console(self,
messages)
|
| |
remote_listCapabilities(self)
|
| |
remote_receiveExplorer(self,
xplorer)
|
| |
remoteMessageReceived(self,
broker,
message,
args,
kw)
A remote message has been received. (inherited from Referenceable)
|
| |
_cbDisconnected(self,
perspective)
|
| |
_cbLogin(self,
perspective)
|