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

Packages that use ActionDescription
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 ActionDescription in com.jbbres.lib.actions.elements
 

Methods in com.jbbres.lib.actions.elements that return ActionDescription
 ActionDescription Action.getDescription()
           
 

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

Classes in com.jbbres.lib.actions.tools.elements that implement ActionDescription
 class DefaultActionDescription
          Provides information regarding the action, such as its name, a short description, its version number etc.
 class ResourceBundleActionDescription
          Provides information regarding the action, such as its name, a short description, its version number etc.
 class SimpleActionDescription
          Provides information regarding the action, such as its name, a short description, its version number etc.
 

Methods in com.jbbres.lib.actions.tools.elements that return ActionDescription
 ActionDescription SimpleAction.getDescription()
           
 ActionDescription AbstractActionUI.getDescription()
          Returns the action description.
 ActionDescription AbstractAction.getDescription()
           
 

Methods in com.jbbres.lib.actions.tools.elements with parameters of type ActionDescription
static java.lang.String DefaultActionDescription.defaultShowDuringExecutionPrompt(ActionDescription actionDescription)
          A convenience method that returns the default prompt value of the action.
static boolean DefaultActionDescription.defaultShowDuringExecutionStatus(ActionDescription actionDescription)
          A convenience method that returns true if the "show when running the workflow" checkbox is selected by default.
static java.lang.Class<AbstractActionUI> DefaultActionDescription.getUIClass(ActionDescription actionDescription)
          A convenience method that returns the UI class associated to the action.
static boolean DefaultActionDescription.isShowDuringExecutionAvailable(ActionDescription actionDescription)
          A convenience method that returns true if the "show when run" functionalitity is available for the action.
 

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

Classes in com.jbbres.lib.actions.tools.elements.variables that implement ActionDescription
 class VariableActionDescription
          The ActionDescription for VariableAction.
 

Methods in com.jbbres.lib.actions.tools.elements.variables that return ActionDescription
 ActionDescription VariableAction.getDescription()
           
 



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.