Enabling State Policy awareness in a UI plugin
Enabling State Policy awareness in a UI plugin
A UI Plugin's Dialogs, Editors, Wizards, and Actions can all be made state policies aware. The basic process for this is as follows:
- Create a Creating a State Policy extension point and add it to the plugin.xml of the plugin that needs to support State Policies.
- Create a State Policy aware Creating a State Policy aware UI plugin class.
- Create State Policy aware Creating a State Policy aware dialog and Creating a State Policy aware action.
- In your dialogs, Adding State Policy aware UI controls.
- Create Creating a State Policy Contribution to map your State Policies to State Policy Targets.