User`s guide

26 Create Custom Configurations by Organizing Checks and Folders
26-16
Define Where Tasks Appear
You can specify where the Model Advisor places tasks within the Model Advisor using
the following guidelines:
To place a task in a new folder in the Model Advisor Task Manager, use the
ModelAdvisor.Group class. See “Define Custom Folders” on page 26-16.
To place a task in a new folder in the By Task folder, use the
ModelAdvisor.FactoryGroup class. See “Define Custom Folders” on page
26-16.
Define Custom Folders
“About Custom Folders” on page 26-16
“Add Custom Folders” on page 26-16
“Define Where Custom Folders Appear” on page 26-17
About Custom Folders
Use folders to group checks in the Model Advisor by functionality or usage. You define
custom folders in:
A factory group definition function that specifies the properties of each instance of the
ModelAdvisor.FactoryGroup class.
A task definition function that specifies the properties of each instance of the
ModelAdvisor.Group class. For more information about task definition functions,
see “Add Check to Custom or Multiple Folders Using Tasks” on page 26-15.
Define one instance of the group classes for each folder that you want to add to the Model
Advisor.
Add Custom Folders
To add a custom folder:
1
Create the folder using the ModelAdvisor.Group or
ModelAdvisor.FactoryGroup classes.
2
Register the folder, as described in “Register Tasks and Folders” on page 26-13.