A C D E F G H I J M N O P R S T U V W

A

AbstractAction - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the Action interface.
AbstractAction(Workflow) - Constructor for class com.jbbres.lib.actions.tools.elements.AbstractAction
Instantiates a new action.
AbstractActionService<I,O> - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the ActionService interface.
AbstractActionService(AbstractAction) - Constructor for class com.jbbres.lib.actions.tools.elements.AbstractActionService
Instantiates a new action service.
AbstractActionUI - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for an Action user interface.
AbstractActionUI(AbstractAction) - Constructor for class com.jbbres.lib.actions.tools.elements.AbstractActionUI
Instantiates a new UI.
AbstractElement - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the Element interface.
AbstractElement(Workflow) - Constructor for class com.jbbres.lib.actions.tools.elements.AbstractElement
Instantiates a new element.
AbstractElementDescription<T extends Element> - Class in com.jbbres.lib.actions.tools.elements
Provides information regarding the element, such as its name, a short description, its version number etc.
AbstractElementDescription(Class<? extends AbstractElement>) - Constructor for class com.jbbres.lib.actions.tools.elements.AbstractElementDescription
Instantiates a new element properties.
AbstractElementService - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the ElementService interface.
AbstractElementService(AbstractElement) - Constructor for class com.jbbres.lib.actions.tools.elements.AbstractElementService
Creates the element service.
AbstractVariable - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the Variable interface.
AbstractVariable(Workflow) - Constructor for class com.jbbres.lib.actions.tools.elements.AbstractVariable
Instantiates a new variable.
AbstractVariableComboBox<C> - Class in com.jbbres.lib.actions.tools.swing
An abstract JComboBox to display Variable instances within an Action UI All sub-classes of AbstractVariableComboBox can display the Variable instances available in the workflow.
AbstractVariableComboBox(Workflow) - Constructor for class com.jbbres.lib.actions.tools.swing.AbstractVariableComboBox
Creates a new box.
AbstractVariableService<C> - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the VariableService interface.
AbstractVariableService(AbstractVariable) - Constructor for class com.jbbres.lib.actions.tools.elements.AbstractVariableService
Instantiates a new abstract variable service.
AbstractWorkflowDefinitionNotification - Class in com.jbbres.lib.actions.workflow
An implementation of WorkflowDefinitionNotification.
AbstractWorkflowDefinitionNotification(String) - Constructor for class com.jbbres.lib.actions.workflow.AbstractWorkflowDefinitionNotification
Instantiates a new notification.
AbstractWorkflowDefinitionNotification(String, AbstractWorkflowDefinitionNotification.MessageType) - Constructor for class com.jbbres.lib.actions.workflow.AbstractWorkflowDefinitionNotification
Instantiates a new notification.
AbstractWorkflowDefinitionNotification(String, Icon) - Constructor for class com.jbbres.lib.actions.workflow.AbstractWorkflowDefinitionNotification
Instantiates a new notification.
AbstractWorkflowDefinitionNotification.MessageType - Enum in com.jbbres.lib.actions.workflow
The type of notification message.
Action - Interface in com.jbbres.lib.actions.elements
An interface that specifies all methods essential to an Action(s)'s action.
ACTION_FAILED - Static variable in class com.jbbres.lib.actions.elements.ActionExecutionEvent
The action has failed during its execution.
ACTION_IN_PROGRESS - Static variable in class com.jbbres.lib.actions.elements.ActionExecutionEvent
The action is currently executing.
ACTION_SUCCEED - Static variable in class com.jbbres.lib.actions.elements.ActionExecutionEvent
The action has been processed successfully and came to its end.
ActionDescription - Interface in com.jbbres.lib.actions.elements
Provides information regarding the action, such as its name, a short description, its version number etc.
actionExecutionEnded(ActionExecutionEvent) - Method in interface com.jbbres.lib.actions.elements.ActionExecutionListener
Invoked when an action execution ends.
ActionExecutionEvent - Class in com.jbbres.lib.actions.elements
A semantic event which indicates that an event related to the action execution occured.
ActionExecutionEvent(ActionService) - Constructor for class com.jbbres.lib.actions.elements.ActionExecutionEvent
Instantiates a new event.
ActionExecutionEvent(ActionService, int) - Constructor for class com.jbbres.lib.actions.elements.ActionExecutionEvent
Instantiates a new event.
ActionExecutionEvent(ActionService, Object, Parameters) - Constructor for class com.jbbres.lib.actions.elements.ActionExecutionEvent
Instantiates a new event.
ActionExecutionEvent(ActionService, int, Object, Parameters, Object) - Constructor for class com.jbbres.lib.actions.elements.ActionExecutionEvent
Instantiates a new event.
ActionExecutionEvent(ActionService, int, Object, Parameters, Object, Throwable) - Constructor for class com.jbbres.lib.actions.elements.ActionExecutionEvent
Instantiates a new event.
ActionExecutionException - Exception in com.jbbres.lib.actions.elements
Thrown to indicate an error has occurred during the ActionService execution and that the execution has been stopped.
ActionExecutionException() - Constructor for exception com.jbbres.lib.actions.elements.ActionExecutionException
Intantiates a new ActionModelException with no detail message.
ActionExecutionException(String) - Constructor for exception com.jbbres.lib.actions.elements.ActionExecutionException
Intantiates a new ActionModelException with the specified detail message.
ActionExecutionException(String, Throwable) - Constructor for exception com.jbbres.lib.actions.elements.ActionExecutionException
Intantiates a new ActionModelException with the specified detail message.
ActionExecutionException(Throwable) - Constructor for exception com.jbbres.lib.actions.elements.ActionExecutionException
Intantiates a new ActionModelException with the detailled message inherited from a Throwable object.
ActionExecutionListener - Interface in com.jbbres.lib.actions.elements
The listener interface for receiving ActionService execution related events.
actionExecutionStarted(ActionExecutionEvent) - Method in interface com.jbbres.lib.actions.elements.ActionExecutionListener
Invoked when the action execution begins.
actionMoved(WorkflowDefinitionEvent) - Method in class com.jbbres.lib.actions.tools.swing.AbstractVariableComboBox
 
actionMoved(WorkflowDefinitionEvent) - Method in interface com.jbbres.lib.actions.workflow.WorkflowDefinitionListener
Invoked when an action is moved from its current position to a new position.
actionPerformed(ActionEvent) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionUI
 
actionPerformed(ActionEvent) - Method in class com.jbbres.lib.actions.tools.swing.AbstractVariableComboBox
 
actionPerformed(ActionEvent) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
 
actionPerformed(ActionEvent) - Method in class com.jbbres.lib.actions.tools.swing.VComboBoxPersonalizedItem
 
ActionRenderer - Class in com.jbbres.lib.actions.tools.swing
Render an Action object.
ActionRenderer(Workflow) - Constructor for class com.jbbres.lib.actions.tools.swing.ActionRenderer
Instantiates a new action list renderer.
ActionsCollectionFile - Class in com.jbbres.lib.actions.files
Represents an Action(s) collection (.actc) file.
ActionsCollectionFile(File) - Constructor for class com.jbbres.lib.actions.files.ActionsCollectionFile
Creates a new ActionsCollectionFile instance by converting the pathname string of the given file into an abstract pathname.
ActionsCollectionFile(URI) - Constructor for class com.jbbres.lib.actions.files.ActionsCollectionFile
Creates a new ActionsCollectionFile instance by converting the given file: URI into an abstract pathname.
ActionsCollectionFile(String, String) - Constructor for class com.jbbres.lib.actions.files.ActionsCollectionFile
Creates a new ActionsCollectionFile instance from a parent pathname string and a child pathname string.
ActionsCollectionFile(File, String) - Constructor for class com.jbbres.lib.actions.files.ActionsCollectionFile
Creates a new ActionsCollectionFile instance from a parent abstract pathname and a child pathname string.
ActionsCollectionFile(String) - Constructor for class com.jbbres.lib.actions.files.ActionsCollectionFile
Creates a new ActionsCollectionFile instance by converting the given pathname string into an abstract pathname.
actionsCount() - Method in class com.jbbres.lib.actions.workflow.Workflow
Returns the number of actions in the workflow.
ActionService - Interface in com.jbbres.lib.actions.elements
The service provided by an action.
ActionsExecutableFile - Class in com.jbbres.lib.actions.files
Represents an Action(s) executable workflow file (.wexe).
ActionsExecutableFile(File) - Constructor for class com.jbbres.lib.actions.files.ActionsExecutableFile
Creates a new ActionsExecutableFile instance by converting the pathname string of the given file into an abstract pathname.
ActionsExecutableFile(URI) - Constructor for class com.jbbres.lib.actions.files.ActionsExecutableFile
Creates a new ActionsExecutableFile instance by converting the given file: URI into an abstract pathname.
ActionsExecutableFile(String, String) - Constructor for class com.jbbres.lib.actions.files.ActionsExecutableFile
Creates a new ActionsExecutableFile instance from a parent pathname string and a child pathname string.
ActionsExecutableFile(File, String) - Constructor for class com.jbbres.lib.actions.files.ActionsExecutableFile
Creates a new ActionsExecutableFile instance from a parent abstract pathname and a child pathname string.
ActionsExecutableFile(String) - Constructor for class com.jbbres.lib.actions.files.ActionsExecutableFile
Creates a new ActionsExecutableFile instance by converting the given pathname string into an abstract pathname.
ActionsWorkflowFile - Class in com.jbbres.lib.actions.files
Represents an Action(s) workflow file (.wkfl).
ActionsWorkflowFile(File) - Constructor for class com.jbbres.lib.actions.files.ActionsWorkflowFile
Creates a new ActionsWorkflowFile instance by converting the pathname string of the given file into an abstract pathname.
ActionsWorkflowFile(URI) - Constructor for class com.jbbres.lib.actions.files.ActionsWorkflowFile
Creates a new ActionsWorkflowFile instance by converting the given file: URI into an abstract pathname.
ActionsWorkflowFile(String, String) - Constructor for class com.jbbres.lib.actions.files.ActionsWorkflowFile
Creates a new ActionsWorkflowFile instance from a parent pathname string and a child pathname string.
ActionsWorkflowFile(File, String) - Constructor for class com.jbbres.lib.actions.files.ActionsWorkflowFile
Creates a new ActionsWorkflowFile instance from a parent abstract pathname and a child pathname string.
ActionsWorkflowFile(String) - Constructor for class com.jbbres.lib.actions.files.ActionsWorkflowFile
Creates a new ActionsWorkflowFile instance by converting the given pathname string into an abstract pathname.
ActionUIEvent - Class in com.jbbres.lib.actions.tools.elements
A semantic event which indicates that a AbstractActionUI event occurred.
ActionUIEvent(AbstractActionUI, boolean, String) - Constructor for class com.jbbres.lib.actions.tools.elements.ActionUIEvent
Instantiates a new event.
ActionUIListener - Interface in com.jbbres.lib.actions.tools.elements
The listener interface for receiving AbstractActionUI events.
add(Class<? extends Element>) - Method in class com.jbbres.lib.actions.workflow.Workflow
Creates an instance of the Element class and add it to the workflow.
add(Element) - Method in class com.jbbres.lib.actions.workflow.Workflow
Adds an element (an Action or a Variable) to the workflow.
add(Variable) - Method in class com.jbbres.lib.actions.workflow.Workflow
Add an Variable to the workflow.
add(Class<? extends Action>, int) - Method in class com.jbbres.lib.actions.workflow.Workflow
Creates an instance of the Action class and add it to the workflow.
add(Action) - Method in class com.jbbres.lib.actions.workflow.Workflow
Appends the specified action to the end of the workflow.
add(int, Action) - Method in class com.jbbres.lib.actions.workflow.Workflow
Inserts the given action at the specified position in this workflow.
add(Action, int) - Method in class com.jbbres.lib.actions.workflow.Workflow
Inserts the specified action at the specified position in this workflow.
add(int, Action, boolean) - Method in class com.jbbres.lib.actions.workflow.Workflow
Deprecated. since 1.1.0
add(Action, int, boolean) - Method in class com.jbbres.lib.actions.workflow.Workflow
Deprecated. since 1.1.0
add(Class<? extends Action>, int, boolean) - Method in class com.jbbres.lib.actions.workflow.Workflow
Deprecated. since 1.1.0
add(Element, boolean) - Method in class com.jbbres.lib.actions.workflow.Workflow
Deprecated. since 1.1.0
add(Class<? extends Element>, boolean) - Method in class com.jbbres.lib.actions.workflow.Workflow
Deprecated. since 1.1.0
add(Action, boolean) - Method in class com.jbbres.lib.actions.workflow.Workflow
Deprecated. since 1.1.0
addActionListener(ActionListener) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Add a file selection listener.
addActionListener(ActionListener) - Method in class com.jbbres.lib.actions.tools.swing.JImageSelection
Add a listener.
addActionListener(ActionListener) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Add a file selection listener.
addActionUIListener(ActionUIListener) - Method in class com.jbbres.lib.actions.tools.elements.AbstractActionUI
Adds an ActionUIListener to the User Interface.
addChoosableFileFilter(FileFilter) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Adds a filter to the list of user choosable file filters.
addElementDescriptionChangeListener(ElementDescriptionChangeListener) - Method in interface com.jbbres.lib.actions.elements.ElementDescription
Adds a element description change listener.
addElementDescriptionChangeListener(ElementDescriptionChangeListener) - Method in class com.jbbres.lib.actions.tools.elements.ResourceBundleElementDescription
 
addElementDescriptionChangeListener(ElementDescriptionChangeListener) - Method in class com.jbbres.lib.actions.tools.elements.SimpleElementDescription
 
addElementDescriptionChangeListener(ElementDescriptionChangeListener) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionDescription
 
addExecutionListener(ActionExecutionListener) - Method in interface com.jbbres.lib.actions.elements.ActionService
Adds a listener to the execution.
addExecutionListener(ActionExecutionListener) - Method in class com.jbbres.lib.actions.tools.elements.AbstractActionService
 
addExecutionListener(ActionExecutionListener) - Method in class com.jbbres.lib.actions.tools.elements.SimpleAction
 
addExecutionListener(ActionExecutionListener) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionService
 
addItem(Object) - Method in class com.jbbres.lib.actions.tools.swing.AbstractVariableComboBox
Adds an item to the item list.
addPersonalizedItem(VComboBoxPersonalizedItem<C>) - Method in class com.jbbres.lib.actions.tools.swing.AbstractVariableComboBox
Adds an ComboVariablePersonalizedItem from the box.
addProgressListener(ProgressListener) - Method in class com.jbbres.lib.actions.files.ActionsWorkflowFile
Adds a progression listener.
addServiceListener(VariableActionServiceListener) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionService
Adds a model listener.
addStaticFile(File) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Add a static file to the list.
addStaticFolder(File) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Add a static folder to the "in folder" list.
addStaticImageFile(File) - Method in class com.jbbres.lib.actions.tools.swing.JImageSelection
Add a static file to the list.
addStaticItem(C) - Method in class com.jbbres.lib.actions.tools.swing.AbstractVariableComboBox
Adds a static item in the box.
addToCategory(Category) - Method in class com.jbbres.lib.actions.tools.elements.SimpleElementDescription
Adds the element into the given category.
addVariableServiceListener(VariableServiceListener) - Method in interface com.jbbres.lib.actions.elements.VariableService
Adds a listener to this variable.
addVariableServiceListener(VariableServiceListener) - Method in class com.jbbres.lib.actions.tools.elements.AbstractVariableService
 
addVariableServiceListener(VariableServiceListener) - Method in class com.jbbres.lib.actions.tools.elements.SimpleVariable
 
addWorkflowDefinitionListener(WorkflowDefinitionListener) - Method in class com.jbbres.lib.actions.workflow.Workflow
Adds a definition listener to this workflow.
addWorkflowListener(WorkflowListener) - Method in class com.jbbres.lib.actions.workflow.Workflow
Adds a listener to this workflow.
allowsNegation() - Method in class com.jbbres.lib.actions.elements.Category.SearchField
 
ASSIGN_VALUE - Static variable in class com.jbbres.lib.actions.tools.elements.variables.VariableActionParameters
The key associated to the assign value parameter.
assignValueChange(VariableActionServiceEvent) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionDescription
 
assignValueChange(VariableActionServiceEvent) - Method in interface com.jbbres.lib.actions.tools.elements.variables.VariableActionServiceListener
Invocated when the assign value flag changes.
assignValueChange(VariableActionServiceEvent) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionUI
 

A C D E F G H I J M N O P R S T U V W
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.