Uses of Interface
com.jbbres.lib.actions.workflow.WorkflowDefinitionListener

Packages that use WorkflowDefinitionListener
com.jbbres.lib.actions.tools.swing Provides Swing object to interrect with workflow elements, especially variables. 
com.jbbres.lib.actions.workflow Provides the public model that developers can use to interact with Workflow objects. 
 

Uses of WorkflowDefinitionListener in com.jbbres.lib.actions.tools.swing
 

Classes in com.jbbres.lib.actions.tools.swing that implement WorkflowDefinitionListener
 class AbstractVariableComboBox<C>
          An abstract JComboBox to display Variable instances within an Action UI All sub-classes of AbstractVariableComboBox can display the Variable instances available in the workflow.
 class JDateComboBox
          A JComboBox that displays the Variables that could contain a Date object.
 class JFileComboBox
          A JComboBox that displays the Variable that could contain a File object.
 class JImageComboBox
          A JComboBox that displays the Variable that could contain an Image object.
 class JVComboBox
          A JComboBox that displays all the Variables in the workflow
If variables are added or removed from the workflow, the box is automatically updated.
 

Uses of WorkflowDefinitionListener in com.jbbres.lib.actions.workflow
 

Methods in com.jbbres.lib.actions.workflow that return WorkflowDefinitionListener
 WorkflowDefinitionListener[] Workflow.getWorkflowDefinitionListeners()
          Returns the definition listeners to this workflow.
 

Methods in com.jbbres.lib.actions.workflow with parameters of type WorkflowDefinitionListener
 void Workflow.addWorkflowDefinitionListener(WorkflowDefinitionListener l)
          Adds a definition listener to this workflow.
 void Workflow.removeWorkflowDefinitionListener(WorkflowDefinitionListener l)
          Removes a definition listener to this workflow.
 



To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.