ix.util.xml
Class XMLTreeEditor

java.lang.Object
  |
  +--ix.icore.IXAgent
        |
        +--ix.util.xml.XMLTreeEditor

public class XMLTreeEditor
extends IXAgent

An XML tree editor as a standalone application main program.

See Also:
XMLTreeEditFrame, XMLTreeEditPanel

Field Summary
protected  XMLTreeEditFrame frame
           
 
Fields inherited from class ix.icore.IXAgent
contactManager, displayName, ipcName, symbolName, textFrame, thisAgent
 
Constructor Summary
XMLTreeEditor()
           
 
Method Summary
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.icore.IXAgent
displayMessage, getAgent, getAgentDisplayName, getAgentIPCName, getAgentSymbolName, getContactManager, handleInput, handleNewActivity, handleNewChatMessage, handleNewConstraint, handleNewIssue, handleNewReport, mainStartup, notePossibleNewContact, pre_handleInput, startServer, tellUserOfException
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

protected XMLTreeEditFrame frame
Constructor Detail

XMLTreeEditor

public XMLTreeEditor()
Method Detail

main

public static void main(java.lang.String[] argv)
Main program.

processCommandLineArguments

protected void processCommandLineArguments()
Command-line argument processing. There are at present no command-line arguments beyond those used by all IXAgents.
Overrides:
processCommandLineArguments in class IXAgent
See Also:
IXAgent.processCommandLineArguments()

startup

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