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

Packages that use Variable
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.elements.variables Provides classes associated to an action that gets the value of the specified variable and, when applicable, allows to modify it. 
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 Variable in com.jbbres.lib.actions.elements
 

Methods in com.jbbres.lib.actions.elements with parameters of type Variable
static java.lang.String VariableUtilities.toTextArgument(Variable v)
          Return a String representing the variable as a text argument.
 

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

Classes in com.jbbres.lib.actions.tools.elements that implement Variable
 class AbstractVariable
          This abstract class provides default implementations for most of the methods in the Variable interface.
 class RuntimeVariable<C>
          This abstract class provides default implementations for most of the methods in the Variable interface.
 class SimpleVariable<C>
          This abstract class provides default implementations for most of the methods in the Variable interface.
 class StorageVariable<C>
          This abstract class provides default implementations for most of the methods in the Variable interface.
 

Constructor parameters in com.jbbres.lib.actions.tools.elements with type arguments of type Variable
ResourceBundleVariableDescription(java.lang.Class<? extends Variable> variableClass)
          Extract the variable description object associated to a given Variable class.
 

Uses of Variable in com.jbbres.lib.actions.tools.elements.variables
 

Methods in com.jbbres.lib.actions.tools.elements.variables that return Variable
 Variable VariableActionUI.getVariable()
          Gets the variable associated to the action.
 Variable VariableActionServiceEvent.getVariable()
          Returns the variable associated to the source model.
 Variable VariableActionService.getVariable()
          Returns the variable.
static Variable VariableActionParameters.getVariable(Workflow workflow, Parameters parameters)
          Returns the variable referenced in a VariableActionParameters.
 

Methods in com.jbbres.lib.actions.tools.elements.variables with parameters of type Variable
 void VariableActionUI.setVariable(Variable variable)
          Sets the variable associated to the action.
 void VariableActionService.setVariable(Variable variable)
          Sets the variable.
 

Constructors in com.jbbres.lib.actions.tools.elements.variables with parameters of type Variable
VariableAction(Workflow workflow, Variable variable)
          Instantiates a new variable action.
VariableActionParameters(Variable variable)
          Instantiates a new object.
VariableActionParameters(Variable variable, boolean affectValue)
          Instantiates a new vobject.
 

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

Methods in com.jbbres.lib.actions.tools.swing that return Variable
 Variable[] AbstractVariableComboBox.getAllVariables()
          Returns all the variables available in the list.
 

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

Methods in com.jbbres.lib.actions.workflow that return Variable
 Variable Workflow.getVariable(int index)
          Returns the variable at the specified index.
 Variable[] Workflow.getVariables()
          Returns the variables associated to the workflow.
 

Methods in com.jbbres.lib.actions.workflow with parameters of type Variable
 boolean Workflow.add(Variable variable)
          Add an Variable to the workflow.
 boolean Workflow.remove(Variable variable)
          Removes a Variable from the 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.