alma::acs::commandcenter::trace::DefaultChecklistPanel Class Reference

Inheritance diagram for alma::acs::commandcenter::trace::DefaultChecklistPanel:
Inheritance graph
[legend]
Collaboration diagram for alma::acs::commandcenter::trace::DefaultChecklistPanel:
Collaboration graph
[legend]

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  )  [inline]
alma::acs::commandcenter::trace::DefaultChecklistPanel::DefaultChecklistPanel ( Flow  flowDefinition,
String  tryText,
Icon  tryIcon,
String  okText,
Icon  okIcon,
String  errText,
Icon  errIcon 
) [inline]

Member Function Documentation

void alma::acs::commandcenter::trace::DefaultChecklistPanel::completion ( Flow  f  )  [inline]
Stripe alma::acs::commandcenter::trace::DefaultChecklistPanel::createStripe ( String  name  )  [inline, protected]

Factory method, overridable

Referenced by DefaultChecklistPanel().

void alma::acs::commandcenter::trace::DefaultChecklistPanel::failure ( Flow  f,
String  name,
Object  info 
) [inline]
Flow alma::acs::commandcenter::trace::DefaultChecklistPanel::getFlow (  )  [inline]
void alma::acs::commandcenter::trace::DefaultChecklistPanel::reset ( Flow  f,
Object  info 
) [inline]
void alma::acs::commandcenter::trace::DefaultChecklistPanel::setFlow ( Flow  newFlow  )  [inline]
void alma::acs::commandcenter::trace::DefaultChecklistPanel::success ( Flow  f,
String  name 
) [inline]
void alma::acs::commandcenter::trace::DefaultChecklistPanel::trying ( Flow  f,
String  name 
) [inline]

Member Data Documentation

Referenced by failure().

Referenced by failure().

Referenced by getFlow(), and setFlow().

JTextArea alma::acs::commandcenter::trace::DefaultChecklistPanel::infoF = new JTextArea(4, 30) [protected]

Referenced by success().

Referenced by success().

Referenced by trying().

Referenced by trying().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2