ix.test
Class Ip2Example

java.lang.Object
  |
  +--ix.icore.IXAgent
        |
        +--ix.ideel.BasicIdeel
              |
              +--ix.test.Ip2Example
All Implemented Interfaces:
StatusValues

public class Ip2Example
extends BasicIdeel

An example of various ways to entend BasicIdeel.


Inner classes inherited from class ix.ideel.BasicIdeel
BasicIdeel.DelegateHandler, BasicIdeel.EscalateHandler, BasicIdeel.ForwardingIssueHandler
 
Field Summary
protected  java.lang.String subordinate
           
protected  java.lang.String superior
           
 
Fields inherited from class ix.ideel.BasicIdeel
controller, displayName, domain, domainName, frame, ipcName, issueViewer, logoImage, logoLine1, logoLine2, symbolName
 
Fields inherited from class ix.icore.IXAgent
textFrame, thisAgent
 
Fields inherited from interface ix.icore.process.StatusValues
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM, PRIORITY_NONE, PRODUCT_BLANK, PRODUCT_COMPLETE, PRODUCT_DRAFT, STATUS_BLANK, STATUS_COMPLETE, STATUS_EXECUTING, STATUS_IMPOSSIBLE, STATUS_NA, STATUS_POSSIBLE
 
Constructor Summary
Ip2Example()
           
 
Method Summary
protected  void addIdeelIssueHandlers()
          Install issue handlers.
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 saveIssues()
           
 void startup()
          Completes setup and initialization.
 
Methods inherited from class ix.ideel.BasicIdeel
getAgentIPCName, getAgentSymbolName, handleInput, handleNewChatMessage, handleNewIssue, handleNewReport, makeLogoPanel, readDomain, reset
 
Methods inherited from class ix.icore.IXAgent
displayMessage, getAgent, mainStartup, pre_handleInput, startServer
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

superior

protected java.lang.String superior

subordinate

protected java.lang.String subordinate
Constructor Detail

Ip2Example

public Ip2Example()
Method Detail

main

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

processCommandLineArguments

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

startup

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

saveIssues

public void saveIssues()

addTestMenuItems

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

addIdeelIssueHandlers

protected void addIdeelIssueHandlers()
Install issue handlers.
Overrides:
addIdeelIssueHandlers in class BasicIdeel