|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.icore.IXAgent ix.ip2.Ip2 ix.postix.Postix
public class Postix
A minimized I-P2 class and application main program.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ix.ip2.Ip2 |
---|
Ip2.AddExtensionsHandler, Ip2.AddHandlersHandler |
Field Summary |
---|
Fields inherited from class ix.ip2.Ip2 |
---|
activityViewer, agentTypeName, annotationViewer, controller, domain, frame, issueViewer, logoImage, logoLine1, logoLine2, modelManager, optionManager, resetHooks, showOptions, stateViewer |
Fields inherited from class ix.icore.IXAgent |
---|
contactManager, displayName, eventLogger, exitHooks, initialDisplayName, ipcName, ipcStrategyName, iSimTimer, mainAgent, nameListeners, startupDate, startupHooks, symbolName, textFrame |
Constructor Summary | |
---|---|
Postix()
|
|
Postix(boolean setAgent)
|
Method Summary | |
---|---|
protected void |
completeStartup()
Called in the AWT event thread to make the main GUI frame visible and perform any additional setup that ought to be done in that thread. |
(package private) AgendaViewer |
getActivityViewer()
|
void |
handleInput(IPC.InputMessage message)
Handles external input in the form of an IPC.InputMessage that contains an object such as an Issue, Activity, or Report. |
static void |
main(java.lang.String[] argv)
Main program. |
void |
startup()
Completes basic setup and initialization. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Postix()
public Postix(boolean setAgent)
Method Detail |
---|
public static void main(java.lang.String[] argv)
public void startup()
startup
in class Ip2
protected void completeStartup()
Ip2
completeStartup
in class Ip2
Ip2Frame.becomeVisible()
AgendaViewer getActivityViewer()
public void handleInput(IPC.InputMessage message)
IXAgent
handleNewIssue
,
handleNewReport
, etc as appropriate.
handleInput
in class Ip2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |