|
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, Stripe > | name2stripe = new HashMap<String Stripe>() |