Home | Trees | Index | Help |
|
---|
Package aquarium :: Package screen :: Module Wizard :: Class Wizard |
|
Method Summary | |
---|---|
__call__(self,
callingStep,
action)
| |
debug(self,
msg)
| |
findStepByName(self,
steps,
callerName)
| |
Returns list of strings that are result of calling review() on all steps. | |
Ensures to the best of its ability that the subclass has defined the necessary methods and properties to create a true wizard. |
Class Variable Summary | |
---|---|
list |
debugMessages = []
|
str |
name = 'Generic Wizard'
|
str |
reviewScreen = 'wizard_review'
|
list |
steps = []
|
Method Details |
---|
getReviewStrings(self)Returns list of strings that are result of calling review() on all steps. |
sanityCheck(self, callingStep, action)Ensures to the best of its ability that the subclass has defined the necessary methods and properties to create a true wizard. |
Class Variable Details |
---|
debugMessages
|
name
|
reviewScreen
|
steps
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 | http://epydoc.sf.net |