|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sendable | |
ix.ichat | |
ix.icore | I-X core classes. |
ix.icore.domain | Domain descriptions. |
ix.ip2 | I-X Process Panels |
ix.ispace | Information about other agents and agent-relationships. |
ix.itest | I-TEST. |
Uses of Sendable in ix.ichat |
Classes in ix.ichat that implement Sendable | |
class |
ChatMessage
A frame for chat dialogues. |
Methods in ix.ichat with parameters of type Sendable | |
void |
ChatFrame.sendCopy(java.lang.String destination,
Sendable contents)
|
void |
ChatFrame.ChatSendPanel.send(java.lang.String destination,
Sendable contents)
|
Uses of Sendable in ix.icore |
Classes in ix.icore that implement Sendable | |
class |
Activity
An Activity. |
class |
Issue
An Issue. |
class |
Report
A report sent from another agent. |
class |
TaskItem
Something an agent might be asked to do or to handle. |
Uses of Sendable in ix.icore.domain |
Classes in ix.icore.domain that implement Sendable | |
class |
Constraint
|
Uses of Sendable in ix.ip2 |
Classes in ix.ip2 that implement Sendable | |
class |
WaitForReportsActivity
An activity that waits for reports re something sent to another agent. |
Fields in ix.ip2 declared as Sendable | |
protected Sendable |
TestItem.contents
|
Methods in ix.ip2 that return Sendable | |
Sendable |
TestItem.getContents()
|
Methods in ix.ip2 with parameters of type Sendable | |
void |
TestItem.setContents(Sendable contents)
|
Uses of Sendable in ix.ispace |
Fields in ix.ispace declared as Sendable | |
protected Sendable |
GroupSender.contents
|
(package private) Sendable |
GroupSender.SendingThread.messageContents
|
Methods in ix.ispace with parameters of type Sendable | |
(package private) void |
GroupSender.SendingThread.sendTo(java.lang.String toName,
Sendable contents)
|
Constructors in ix.ispace with parameters of type Sendable | |
GroupSender(IXAgent agent,
Sendable contents)
|
Uses of Sendable in ix.itest |
Methods in ix.itest with parameters of type Sendable | |
void |
SendPanel.send(java.lang.String destination,
Sendable contents)
|
void |
SendPanel.sendCopy(java.lang.String destination,
Sendable contents)
|
protected void |
SendPanel.sendToGroup(Sendable contents)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |