Classes | Public Member Functions | Protected Member Functions | Protected Attributes | Package Attributes

alma.acs.commandcenter.trace.DefaultChecklistPanel Class Reference

Inheritance diagram for alma.acs.commandcenter.trace.DefaultChecklistPanel:
alma.acs.commandcenter.trace.FlowListener

List of all members.

Classes

class  Stripe

Public Member Functions

 DefaultChecklistPanel (Flow flowDefinition)
 DefaultChecklistPanel (Flow flowDefinition, String tryText, Icon tryIcon, String okText, Icon okIcon, String errText, Icon errIcon)
void setFlow (Flow newFlow)
Flow getFlow ()
void reset (Flow f, Object info)
void completion (Flow f)
void trying (Flow f, String name)
void success (Flow f, String name)
void failure (Flow f, String name, Object info)

Protected Member Functions

Stripe createStripe (String name)

Protected Attributes

Flow flow
JTextArea infoF = new JTextArea(4, 30)
String tryText
Icon tryIcon
String okText
Icon okIcon
String errText
Icon errIcon

Package Attributes

Map< String, Stripename2stripe = new HashMap<String, Stripe>()

Detailed Description

Default view for a flow trace.


Constructor & Destructor Documentation

alma.acs.commandcenter.trace.DefaultChecklistPanel.DefaultChecklistPanel ( Flow  flowDefinition  ) 

Member Function Documentation

void alma.acs.commandcenter.trace.DefaultChecklistPanel.completion ( Flow  f  ) 
Stripe alma.acs.commandcenter.trace.DefaultChecklistPanel.createStripe ( String  name  )  [protected]
Flow alma.acs.commandcenter.trace.DefaultChecklistPanel.getFlow (  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties