|
|||||||||
| Home >> All >> fr >> aliacom >> common >> ui >> [ wizard overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package fr.aliacom.common.ui.wizard
All the user interfaces are built from their XML description.
See:
Description
| Interface Summary | |
| IWizard | |
| IWizardModel | FIXME: This API is broken. |
Package fr.aliacom.common.ui.wizard Description
All the user interfaces are built from their XML description. If you need to access a component from a command, you name it using an 'id' attribute in your XML form. When a python command is executed, variables are automagically defined for each of your named components. The type of your variable is one of the interface in this package. For example a button built with the <button id="myButton"/> tag will expose the IButton interface to your scripts. Downcasting the variable to its native type will break the cross toolkit paradigm.
|
|||||||||
| Home >> All >> fr >> aliacom >> common >> ui >> [ wizard overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||