A workflow is a sequence of steps. In this example, we will add a workflow window that contains 4 identical steps. This workflow will be accessible from the Tools menu.
Reviewing Dependencies
The creation of a menu item requires one INT module that is part of the INTViewer platform:
See the list of INTViewer modules to load the INTViewer platform and for a description of each module.
This requires the import of com.interactive.intviewerapi.util.DialogManager.
You can download the DemoWorkflowTask.java from the attachments at the bottom of this page.
You can download the DemoWorkflowTaskFactory.java file from the attachments at the bottom of this page.
You can download the DemoWorkflowTasks.xml file from the attachments at the bottom of this page.
You can download the DemoWorkflowAction.java file from the attachments at the bottom of this page.
A walkthrough is available to better understand how actions and menu items are in NetBeans.
You can download the layer.xml file from the attachments at the bottom of this page.
More information about workflows is available in the references section.