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

Packages that use VariableDescription
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. 
 

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

Methods in com.jbbres.lib.actions.elements that return VariableDescription
 VariableDescription Variable.getDescription()
           
 

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

Classes in com.jbbres.lib.actions.tools.elements that implement VariableDescription
 class DefaultVariableDescription
          Provides information regarding the variable, such as its name, a short description, its version number etc.
 class ResourceBundleVariableDescription
          Provides information regarding the variable, such as its name, a short description, its version number etc.
 class SimpleVariableDescription
          Provides information regarding the variable, such as its name, a short description, its version number etc.
 

Methods in com.jbbres.lib.actions.tools.elements that return VariableDescription
 VariableDescription SimpleVariable.getDescription()
           
 VariableDescription AbstractVariable.getDescription()
           
 

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

Methods in com.jbbres.lib.actions.tools.elements.variables with parameters of type VariableDescription
 void VariableActionDescription.fireElementDescriptionChange(java.lang.String descriptionKey, VariableDescription oldDescription)
          Calls the elementDescriptionChange(ElementDescriptionChangeEvent) of all listeners.
 void VariableActionDescription.fireElementDescriptionChange(VariableDescription oldDescription)
          Calls VariableActionDescription.fireElementDescriptionChange(String, VariableDescription) for all possible description key.
 



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.