ix.test
Class Ip2Example

java.lang.Object
  |
  +--ix.icore.IXAgent
        |
        +--ix.ip2.Ip2
              |
              +--ix.test.Ip2Example

public class Ip2Example
extends Ip2

An example of various ways to entend BasicIp2.


Inner classes inherited from class ix.ip2.Ip2
Ip2.ConnectHandler, Ip2.IssueToActivityHandler
 
Fields inherited from class ix.ip2.Ip2
activityViewer, classic, controller, domain, domainName, frame, issueViewer, logoImage, logoLine1, logoLine2, stateViewer
 
Fields inherited from class ix.icore.IXAgent
contactManager, displayName, ipcName, symbolName, textFrame, thisAgent
 
Constructor Summary
Ip2Example()
           
 
Method Summary
protected  void addTestMenuItems()
          Called to add items to the main frame menu bar's "Test" menu.
static void main(java.lang.String[] argv)
          Main program.
protected  void processCommandLineArguments()
          Command-line argument processing.
 void startup()
          Completes setup and initialization.
 
Methods inherited from class ix.ip2.Ip2
addForwardingHandler, addIssueHandlers, addTestMenuItems, handleNewActivity, handleNewChatMessage, handleNewConstraint, handleNewIssue, handleNewReport, makeActivityViewer, makeIssueViewer, makeLogoPanel, makeStateViewer, readDomain, reset
 
Methods inherited from class ix.icore.IXAgent
displayMessage, getAgent, getAgentDisplayName, getAgentIPCName, getAgentSymbolName, getContactManager, handleInput, mainStartup, notePossibleNewContact, pre_handleInput, startServer, tellUserOfException
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ip2Example

public Ip2Example()
Method Detail

main

public static void main(java.lang.String[] argv)
Description copied from class: Ip2
Main program.

processCommandLineArguments

protected void processCommandLineArguments()
Command-line argument processing.
Overrides:
processCommandLineArguments in class Ip2
Following copied from class: ix.icore.IXAgent
See Also:
IfaceUtil.adjustLookAndFeel(), IPC.getCommunicationStrategy(String methodName), ContactManager.processCommandLineArguments(), Debug.on, Parameters

startup

public void startup()
Completes setup and initialization.
Overrides:
startup in class Ip2

addTestMenuItems

protected void addTestMenuItems()
Called to add items to the main frame menu bar's "Test" menu.
Overrides:
addTestMenuItems in class Ip2