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

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

Subinterfaces of ElementService in com.jbbres.lib.actions.elements
 interface ActionService
          The service provided by an action.
 interface VariableService
          The service provided by a variable.
 

Methods in com.jbbres.lib.actions.elements that return ElementService
 ElementService Element.getService()
          Returns the service associated to the element.
 

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

Classes in com.jbbres.lib.actions.tools.elements that implement ElementService
 class AbstractActionService<I,O>
          This abstract class provides default implementations for most of the methods in the ActionService interface.
 class AbstractElementService
          This abstract class provides default implementations for most of the methods in the ElementService interface.
 class AbstractVariableService<C>
          This abstract class provides default implementations for most of the methods in the VariableService interface.
 class RuntimeVariable<C>
          This abstract class provides default implementations for most of the methods in the Variable interface.
 class SimpleAction<I,O>
          This abstract class provides default implementations for most of the methods in the Action interface.
 class SimpleElement
          This abstract class provides default implementations for most of the methods in the Element 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.
 

Methods in com.jbbres.lib.actions.tools.elements that return ElementService
 ElementService SimpleElement.getService()
           
 

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

Classes in com.jbbres.lib.actions.tools.elements.variables that implement ElementService
 class VariableActionService
          The ActionService for VariableAction.
 



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.