Uses of Class
ix.icore.IXAgent

Packages that use IXAgent
ix.ichat   
ix.icore I-X core classes. 
ix.ip2 I-X Process Panels 
ix.ispace Information about other agents and agent-relationships. 
ix.itest I-TEST. 
ix.iview Viewers. 
ix.test Simple applications for testing purposes. 
ix.util.xml XML utilities. 
 

Uses of IXAgent in ix.ichat
 

Subclasses of IXAgent in ix.ichat
 class IChat
          A class for I-Chat as a standalone application main program
 

Fields in ix.ichat declared as IXAgent
(package private)  IXAgent ChatFrame.agent
           
 

Constructors in ix.ichat with parameters of type IXAgent
ChatFrame(IXAgent agent, java.lang.String title)
           
ChatFrame.ChatSendPanel(IXAgent agent)
           
 

Uses of IXAgent in ix.icore
 

Fields in ix.icore declared as IXAgent
protected static IXAgent IXAgent.thisAgent
           
 

Methods in ix.icore that return IXAgent
static IXAgent IXAgent.getAgent()
          Returns an object that represents the agent.
 

Uses of IXAgent in ix.ip2
 

Subclasses of IXAgent in ix.ip2
 class Ip2
          The generic I-P2 class and application main program
 

Fields in ix.ip2 declared as IXAgent
protected  IXAgent InvokeHandler.agent
           
protected  IXAgent ForwardingHandler.agent
           
protected  IXAgent PanelController.agent
           
protected  IXAgent BindingViewer.agent
           
 

Methods in ix.ip2 with parameters of type IXAgent
 InternalDomainEditor PanelFrame.makeDomainEditor(IXAgent agent, Domain dom)
           
 

Constructors in ix.ip2 with parameters of type IXAgent
InvokeHandler(IXAgent agent)
           
ForwardingHandler(IXAgent agent, java.lang.String action, AgentRelationship rel, boolean reportBack)
           
PanelController(IXAgent agent)
           
BindingViewer(IXAgent agent, java.util.Set vars, java.lang.Runnable whenFinished)
           
 

Uses of IXAgent in ix.ispace
 

Fields in ix.ispace declared as IXAgent
protected  IXAgent GroupSender.agent
           
(package private)  IXAgent IspaceTool.agent
           
 

Constructors in ix.ispace with parameters of type IXAgent
GroupSender(IXAgent agent, Sendable contents)
           
IspaceTool(IXAgent agent)
           
 

Uses of IXAgent in ix.itest
 

Subclasses of IXAgent in ix.itest
 class Itest
          The generic I-TEST class and application main program.
 

Fields in ix.itest declared as IXAgent
(package private)  IXAgent SendPanel.agent
           
 

Constructors in ix.itest with parameters of type IXAgent
SendPanel(IXAgent agent)
           
 

Uses of IXAgent in ix.iview
 

Fields in ix.iview declared as IXAgent
(package private)  IXAgent SimpleDomainEditor.agent
           
protected  IXAgent DomainEditor.agent
           
 

Constructors in ix.iview with parameters of type IXAgent
SimpleDomainEditor(IXAgent agent, Domain dom)
           
DomainEditor(IXAgent theAgent, Domain domain)
          Makes the editor with the given domain - simple by default.
 

Uses of IXAgent in ix.test
 

Subclasses of IXAgent in ix.test
 class Ip2Example
          An example of various ways to entend BasicIp2.
 class SimpleIXAgent
          An example of a very simple I-X agent.
 

Uses of IXAgent in ix.util.xml
 

Subclasses of IXAgent in ix.util.xml
 class XMLTreeEditor
          An XML tree editor as a standalone application main program.
 

Fields in ix.util.xml declared as IXAgent
protected  IXAgent XMLTreeEditFrame.agent
           
 

Constructors in ix.util.xml with parameters of type IXAgent
XMLTreeEditFrame(IXAgent agent, java.lang.String title)