Package com.jbbres.lib.actions.tools.elements

Provides the public classes that developers can use to create their own actions and variables.

See:
          Description

Interface Summary
ActionUIListener The listener interface for receiving AbstractActionUI events.
 

Class Summary
AbstractAction This abstract class provides default implementations for most of the methods in the Action interface.
AbstractActionService<I,O> This abstract class provides default implementations for most of the methods in the ActionService interface.
AbstractActionUI This abstract class provides default implementations for an Action user interface.
AbstractElement This abstract class provides default implementations for most of the methods in the Element interface.
AbstractElementDescription<T extends Element> Provides information regarding the element, such as its name, a short description, its version number etc.
AbstractElementService This abstract class provides default implementations for most of the methods in the ElementService interface.
AbstractVariable This abstract class provides default implementations for most of the methods in the Variable interface.
AbstractVariableService<C> This abstract class provides default implementations for most of the methods in the VariableService interface.
ActionUIEvent A semantic event which indicates that a AbstractActionUI event occurred.
DefaultActionDescription Provides information regarding the action, such as its name, a short description, its version number etc.
DefaultVariableDescription Provides information regarding the variable, such as its name, a short description, its version number etc.
ResourceBundleActionDescription Provides information regarding the action, such as its name, a short description, its version number etc.
ResourceBundleElementDescription<T extends Element> Provides information regarding the element, such as its name, a short description, its version number etc.
ResourceBundleVariableDescription Provides information regarding the variable, such as its name, a short description, its version number etc.
RuntimeVariable<C> This abstract class provides default implementations for most of the methods in the Variable interface.
SimpleAction<I,O> This abstract class provides default implementations for most of the methods in the Action interface.
SimpleActionDescription Provides information regarding the action, such as its name, a short description, its version number etc.
SimpleElement This abstract class provides default implementations for most of the methods in the Element interface.
SimpleElementDescription<T extends Element> Provides information regarding the element, such as its name, a short description, its version number etc.
SimpleVariable<C> This abstract class provides default implementations for most of the methods in the Variable interface.
SimpleVariableDescription Provides information regarding the variable, such as its name, a short description, its version number etc.
StorageVariable<C> This abstract class provides default implementations for most of the methods in the Variable interface.
 

Package com.jbbres.lib.actions.tools.elements Description

Provides the public classes that developers can use to create their own actions and variables.


Related Documentation

For more information on how to create your own elements, consult the Action(s) Developer Guide or visit http://app.jbbres.com/actions/developers/.



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.