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

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

Subinterfaces of ElementDescription in com.jbbres.lib.actions.elements
 interface ActionDescription
          Provides information regarding the action, such as its name, a short description, its version number etc.
 interface VariableDescription
          Provides information regarding the variable, such as its name, a short description, its version number etc.
 

Methods in com.jbbres.lib.actions.elements that return ElementDescription
 ElementDescription<?> Element.getDescription()
          Returns the description of the element.
static ElementDescription<?> ElementUtilities.getDescription(java.lang.Class<? extends Element> elementClass)
          Extracts the element description object associated to a given Element class.
 ElementDescription<?> ElementDescriptionChangeEvent.getElementDescription()
          Returns the source element description.
 

Constructors in com.jbbres.lib.actions.elements with parameters of type ElementDescription
ElementDescriptionChangeEvent(ElementDescription<?> elementDescription, java.lang.String key, java.lang.String oldValue, java.lang.String newValue)
          Instantiates a new element description change event.
 

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

Classes in com.jbbres.lib.actions.tools.elements that implement ElementDescription
 class AbstractElementDescription<T extends Element>
          Provides information regarding the element, such as its name, a short description, its version number etc.
 class DefaultActionDescription
          Provides information regarding the action, such as its name, a short description, its version number etc.
 class DefaultVariableDescription
          Provides information regarding the variable, 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 ResourceBundleElementDescription<T extends Element>
          Provides information regarding the element, 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 SimpleActionDescription
          Provides information regarding the action, such as its name, a short description, its version number etc.
 class SimpleElementDescription<T extends Element>
          Provides information regarding the element, 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 ElementDescription
 ElementDescription<?> SimpleElement.getDescription()
           
 ElementDescription<?> AbstractElementService.getDescription()
          Returns the element description.
 ElementDescription<?> AbstractElement.getDescription()
           
static ElementDescription<?> ResourceBundleElementDescription.getElementDescription(java.lang.Class<? extends Element> clazz)
          Extracts the element description object associated to a given Element class.
 

Methods in com.jbbres.lib.actions.tools.elements with parameters of type ElementDescription
 int SimpleElementDescription.compareTo(ElementDescription<?> properties)
           
 int ResourceBundleElementDescription.compareTo(ElementDescription<?> properties)
           
 

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

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

Methods in com.jbbres.lib.actions.tools.elements.variables with parameters of type ElementDescription
 int VariableActionDescription.compareTo(ElementDescription<?> element)
           
 



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.