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

S

SAVE_DIALOG - Static variable in class com.jbbres.lib.actions.tools.swing.JFileSelection
Type value indicating that the JXFileChoosers associated to this action support a "Save" file operation.
SELECTED_VARIABLE - Static variable in class com.jbbres.lib.actions.tools.elements.variables.VariableActionParameters
The key associated to the selected variable parameter.
selectFile(Component, String) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Open a window to select a file.
selectFile() - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Open a window to select a file.
sendNotification(WorkflowDefinitionNotification) - Method in class com.jbbres.lib.actions.workflow.Workflow
Send the notification to all the WorkflowDefinitionListeners.
SERVICE - Static variable in class com.jbbres.lib.actions.tools.elements.AbstractElementDescription
The Class full name that contains the model associated to the element.
setAcceptAllFileFilterUsed(boolean) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Determines whether the AcceptAll FileFilter is used as an available choice in the choosable filter list.
setAssignValue(boolean) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionService
Sets if the assign value functionality is on.
setAssignValue(boolean) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionUI
Sets the flag defining if the variable value should be assigned with the result of the previous action.
setCurrentDirectory(File) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Sets the current directory.
setCurrentDirectory(File) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Sets the current directory.
setDescription(String) - Method in class com.jbbres.lib.actions.tools.categories.SimpleCategory
Sets the description of the category.
setDescription(String, String) - Method in class com.jbbres.lib.actions.tools.elements.SimpleElementDescription
Sets a description value.
setDialogOwner(Frame) - Method in class com.jbbres.lib.actions.workflow.Workflow
Sets the dialog owner.
setDialogType(int) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Set the type of dialog window display when the user choose a file.
setEditable(boolean) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Set the panel editable.
setEditable(boolean) - Method in class com.jbbres.lib.actions.tools.swing.JImageSelection
Set the panel editable.
setEditable(boolean) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Sets the specified boolean to indicate whether or not this Component should be editable.
setEnabled(boolean) - Method in class com.jbbres.lib.actions.tools.elements.AbstractActionUI
 
setEnabled(boolean) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionUI
 
setEnabled(boolean) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Set the panel enabled.
setEnabled(boolean) - Method in class com.jbbres.lib.actions.tools.swing.JImageSelection
Set the panel enabled.
setEnabled(boolean) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
 
setFileName(String) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Sets the file name.
setFileNameLabelText(String) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Set the text displayed in front of the field where the user can input the file name.
setFileSelectionMode(int) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Sets the JXFileChooser to allow the user to just select files, just select directories, or select both files and directories.
setFolderLabelText(String) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Set the text displayed in front of the field where the user can input select the destination folder.
setIcon(ImageIcon) - Method in class com.jbbres.lib.actions.tools.categories.SimpleCategory
Sets the icon representing the category.
setIcon(ImageIcon) - Method in class com.jbbres.lib.actions.tools.elements.SimpleElementDescription
Sets the element icon.
setIcon(Icon) - Method in class com.jbbres.lib.actions.workflow.AbstractWorkflowDefinitionNotification
Sets the notification icon.
setID(String) - Method in class com.jbbres.lib.actions.tools.categories.SimpleCategory
Sets the iD.
setInstanceName(String) - Method in interface com.jbbres.lib.actions.elements.VariableService
Sets the variable instance name.
setInstanceName(String) - Method in class com.jbbres.lib.actions.tools.elements.AbstractVariableService
 
setInstanceName(String) - Method in class com.jbbres.lib.actions.tools.elements.SimpleVariable
 
setMessage(String) - Method in class com.jbbres.lib.actions.workflow.AbstractWorkflowDefinitionNotification
Sets the notification message.
setMessageType(AbstractWorkflowDefinitionNotification.MessageType) - Method in class com.jbbres.lib.actions.workflow.AbstractWorkflowDefinitionNotification
Sets the message type.
setName(String) - Method in class com.jbbres.lib.actions.tools.categories.SimpleCategory
Sets the name of the category.
setNextAction(Action) - Method in class com.jbbres.lib.actions.workflow.Workflow
Sets the next action to be executed by the workflow.
setParameter(String, String) - Method in class com.jbbres.lib.actions.elements.Parameters
Calls the Hashtable method put.
setParameter(String, int) - Method in class com.jbbres.lib.actions.elements.Parameters
Similar to setParameter(key, Integer.toString(value))
setParameter(String, long) - Method in class com.jbbres.lib.actions.elements.Parameters
Similar to setParameter(key, Long.toString(value))
setParameter(String, double) - Method in class com.jbbres.lib.actions.elements.Parameters
Similar to setParameter(key, Double.toString(value))
setParameter(String, float) - Method in class com.jbbres.lib.actions.elements.Parameters
Similar to setParameter(key, Float.toString(value))
setParameter(String, boolean) - Method in class com.jbbres.lib.actions.elements.Parameters
Similar to setParameter(key, Boolean.toString(value))
setParameters(Parameters) - Method in interface com.jbbres.lib.actions.elements.Element
Sets the current state of the element.
setParameters(Parameters) - Method in class com.jbbres.lib.actions.tools.elements.AbstractAction
 
setParameters(Parameters) - Method in class com.jbbres.lib.actions.tools.elements.AbstractActionUI
Restores the UI settings.
setParameters(Parameters) - Method in class com.jbbres.lib.actions.tools.elements.AbstractVariable
 
setParameters(Parameters) - Method in class com.jbbres.lib.actions.tools.elements.AbstractVariableService
Sets the value of the variable.
setParameters(Parameters) - Method in class com.jbbres.lib.actions.tools.elements.RuntimeVariable
 
setParameters(Parameters) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableAction
 
setPrompt(String) - Method in class com.jbbres.lib.actions.tools.elements.AbstractActionUI
Sets the "Show When Run" prompt text.
setPromptAvailable(boolean) - Method in class com.jbbres.lib.actions.tools.elements.AbstractActionUI
Allows the user to input a personalized "Show When Run" prompt text.
setProperties(Properties) - Method in class com.jbbres.lib.actions.tools.swing.AbstractVariableComboBox
 
setProperties(Properties) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Restore the selected file based on the properties provided.
setProperties(Properties) - Method in class com.jbbres.lib.actions.tools.swing.JImageSelection
Restore the selected file based on the properties provided.
setProperties(Properties) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
 
setProperties(Properties) - Method in class com.jbbres.lib.actions.tools.swing.JVTextArea
 
setProperties(Properties) - Method in class com.jbbres.lib.actions.tools.swing.JVTextField
Sets the JTextField with the given properties.
setProperties(Properties) - Method in class com.jbbres.lib.actions.tools.swing.JVTextPane
 
setSelectedDirectory(File) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Sets the selected directory.
setSelectedFile(File) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Set the current file.
setSelectedFile(File) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Sets the selected file.
setSelectedFilePath(String) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Set the current path and the current selected file.
setSelectedFilePath(String) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Set the current path and the current selected file.
setSelectedItem(Object) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Sets the selected item in the combo box display area to the object in the argument.
setShownWhenRun(boolean) - Method in class com.jbbres.lib.actions.tools.elements.AbstractActionUI
Changes the states of the "Show When Running the Workflow" check box.
setValue(Object) - Method in interface com.jbbres.lib.actions.elements.VariableService
Sets the current value of the variable.
setValue(Object) - Method in class com.jbbres.lib.actions.tools.elements.AbstractVariableService
 
setValue(Object) - Method in class com.jbbres.lib.actions.tools.elements.SimpleVariable
Overriden for internal use.
setVariable(Variable) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionService
Sets the variable.
setVariable(Variable) - Method in class com.jbbres.lib.actions.tools.elements.variables.VariableActionUI
Sets the variable associated to the action.
setVariableValue(C) - Method in class com.jbbres.lib.actions.tools.elements.RuntimeVariable
 
setVariableValue(C) - Method in class com.jbbres.lib.actions.tools.elements.SimpleVariable
Sets the variable value.
setVariableValue(C) - Method in class com.jbbres.lib.actions.tools.elements.StorageVariable
 
setWorkflow(Workflow) - Method in class com.jbbres.lib.actions.tools.swing.AbstractVariableComboBox
Sets the workflow whom variables are displayed in this box.
setWorkflow(Workflow) - Method in class com.jbbres.lib.actions.tools.swing.JFileSelection
Set the workflow that this panel is working on.
setWorkflow(Workflow) - Method in class com.jbbres.lib.actions.tools.swing.JImageSelection
Set the workflow that this panel is working on.
setWorkflow(Workflow) - Method in class com.jbbres.lib.actions.tools.swing.JNewFileSelection
Sets the workflow.
setWorkflow(Workflow) - Method in class com.jbbres.lib.actions.tools.swing.JVTextArea
Set the workflow associated to the JVariableTextField.
setWorkflow(Workflow) - Method in class com.jbbres.lib.actions.tools.swing.JVTextField
Set the workflow associated to the JVariableTextField.
setWorkflow(Workflow) - Method in class com.jbbres.lib.actions.tools.swing.JVTextPane
Set the workflow associated to the JVariableTextField.
SHOW_WHEN_RUN - Static variable in class com.jbbres.lib.actions.tools.elements.DefaultActionDescription
The property key associated to a boolean value that define the default state of the "Show when run" option
showWhenRunOptionChanged(ActionUIEvent) - Method in interface com.jbbres.lib.actions.tools.elements.ActionUIListener
Invoked when the "Show When Run" status changes.
SimpleAction<I,O> - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the Action interface.
SimpleAction(Workflow) - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleAction
Instantiates a new simple action.
SimpleActionDescription - Class in com.jbbres.lib.actions.tools.elements
Provides information regarding the action, such as its name, a short description, its version number etc.
SimpleActionDescription() - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleActionDescription
Instantiates a new action description.
SimpleActionDescription(String) - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleActionDescription
Instantiates a new action description.
SimpleActionDescription(String, ImageIcon) - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleActionDescription
Instantiates a new action description.
SimpleCategory - Class in com.jbbres.lib.actions.tools.categories
Provides a basic implementations for the Category interface.
SimpleCategory(String) - Constructor for class com.jbbres.lib.actions.tools.categories.SimpleCategory
Creates a new Category, with the given name and the default category icon.
SimpleCategory(String, ImageIcon) - Constructor for class com.jbbres.lib.actions.tools.categories.SimpleCategory
Creates a new Category, with the given name and icon.
SimpleCategory(String, String, ImageIcon) - Constructor for class com.jbbres.lib.actions.tools.categories.SimpleCategory
Creates a new Category, with the given name, description and icon.
SimpleElement - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the Element interface.
SimpleElement(Workflow) - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleElement
Instantiates a new simple element.
SimpleElementDescription<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.
SimpleElementDescription() - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleElementDescription
Instantiates a new simple element description.
SimpleElementDescription(String) - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleElementDescription
Instantiates a new simple element description.
SimpleElementDescription(String, ImageIcon) - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleElementDescription
Instantiates a new simple element description.
SimpleVariable<C> - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the Variable interface.
SimpleVariable(Workflow) - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleVariable
Instantiates a new variable.
SimpleVariableDescription - Class in com.jbbres.lib.actions.tools.elements
Provides information regarding the variable, such as its name, a short description, its version number etc.
SimpleVariableDescription() - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleVariableDescription
Instantiates a new variable description.
SimpleVariableDescription(String) - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleVariableDescription
Instantiates a new variable description.
SimpleVariableDescription(String, ImageIcon) - Constructor for class com.jbbres.lib.actions.tools.elements.SimpleVariableDescription
Instantiates a new variable description.
step() - Method in class com.jbbres.lib.actions.workflow.Workflow
Asks the workflow to process only the next step and then pause.
StorageVariable<C> - Class in com.jbbres.lib.actions.tools.elements
This abstract class provides default implementations for most of the methods in the Variable interface.
StorageVariable(Workflow) - Constructor for class com.jbbres.lib.actions.tools.elements.StorageVariable
Instantiates a new storage variable.

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.