Uses of Interface
com.jbbres.lib.actions.elements.VariableServiceListener

Packages that use VariableServiceListener
com.jbbres.lib.actions.elements Provides the public model (interfaces and classes) that developers can use to create their own actions and variables. 
com.jbbres.lib.actions.tools.elements Provides the public classes that developers can use to create their own actions and variables. 
com.jbbres.lib.actions.tools.swing Provides Swing object to interrect with workflow elements, especially variables. 
 

Uses of VariableServiceListener in com.jbbres.lib.actions.elements
 

Methods in com.jbbres.lib.actions.elements with parameters of type VariableServiceListener
 void VariableService.addVariableServiceListener(VariableServiceListener l)
          Adds a listener to this variable.
 void VariableService.removeVariableServiceListener(VariableServiceListener l)
          Removes a listener to this variable.
 

Uses of VariableServiceListener in com.jbbres.lib.actions.tools.elements
 

Methods in com.jbbres.lib.actions.tools.elements that return VariableServiceListener
 VariableServiceListener[] SimpleVariable.getVariableListeners()
          Returns the variables listeners.
 VariableServiceListener[] AbstractVariableService.getVariableListeners()
          Returns the variables listeners.
 

Methods in com.jbbres.lib.actions.tools.elements with parameters of type VariableServiceListener
 void SimpleVariable.addVariableServiceListener(VariableServiceListener l)
           
 void AbstractVariableService.addVariableServiceListener(VariableServiceListener l)
           
 void SimpleVariable.removeVariableServiceListener(VariableServiceListener l)
           
 void AbstractVariableService.removeVariableServiceListener(VariableServiceListener l)
           
 

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

Classes in com.jbbres.lib.actions.tools.swing that implement VariableServiceListener
 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.
 



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.