Uses of Class
com.jbbres.lib.actions.tools.elements.AbstractElement

Packages that use AbstractElement
com.jbbres.lib.actions.tools.elements Provides the public classes that developers can use to create their own actions and variables. 
 

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

Subclasses of AbstractElement in com.jbbres.lib.actions.tools.elements
 class AbstractAction
          This abstract class provides default implementations for most of the methods in the Action interface.
 class AbstractVariable
          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 AbstractElement
 AbstractElement AbstractElementService.getParent()
          Returns the parent element.
 

Constructors in com.jbbres.lib.actions.tools.elements with parameters of type AbstractElement
AbstractElementService(AbstractElement parent)
          Creates the element service.
 

Constructor parameters in com.jbbres.lib.actions.tools.elements with type arguments of type AbstractElement
AbstractElementDescription(java.lang.Class<? extends AbstractElement> elementClazz)
          Instantiates a new element properties.
 



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.