Serialized Form


Package com.jbbres.lib.actions.elements

Class com.jbbres.lib.actions.elements.ActionExecutionEvent extends java.util.EventObject implements Serializable

serialVersionUID: -8308322715415072078L

Serialized Fields

actionStatus

int actionStatus
The action status.


actionInput

java.lang.Object actionInput
The input object of the action's execution.


actionParameters

Parameters actionParameters
The parameters of the action's execution.


actionResult

java.lang.Object actionResult
The output object of the action's execution.


actionException

java.lang.Throwable actionException
The exception raised during the action.

Class com.jbbres.lib.actions.elements.ActionExecutionException extends java.lang.Exception implements Serializable

serialVersionUID: 7482448717282523728L

Class com.jbbres.lib.actions.elements.ElementDescriptionChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: -2152697262778537793L

Serialized Fields

key

java.lang.String key
The key of the value that has changed.


oldValue

java.lang.String oldValue
The previous value.


newValue

java.lang.String newValue
The new value.

Class com.jbbres.lib.actions.elements.InvalidParametersException extends java.lang.Exception implements Serializable

serialVersionUID: -2726829956426985423L

Serialized Fields

element

Element element
The element.


parameters

Parameters parameters
The Parameters object.

Class com.jbbres.lib.actions.elements.InvalidVariableInstanceNameException extends java.lang.Exception implements Serializable

serialVersionUID: -1867514656467084539L

Serialized Fields

service

VariableService service
The variable service.


instanceName

java.lang.String instanceName
The incorrect instance name.

Class com.jbbres.lib.actions.elements.InvalidVariableValueException extends java.lang.Exception implements Serializable

serialVersionUID: -1867514656467084539L

Serialized Fields

service

VariableService service
The variable's service.


value

java.lang.Object value
The invalid value.

Class com.jbbres.lib.actions.elements.Parameters extends java.util.Properties implements Serializable

serialVersionUID: 6559140599102666146L

Class com.jbbres.lib.actions.elements.VariableServiceEvent extends java.util.EventObject implements Serializable

serialVersionUID: 5967730083046042910L

Serialized Fields

oldValue

java.lang.Object oldValue
The previous value of the variable.


oldInstanceName

java.lang.String oldInstanceName
The previous instance name of the variable.


Package com.jbbres.lib.actions.files

Class com.jbbres.lib.actions.files.ActionsCollectionFile extends java.io.File implements Serializable

serialVersionUID: -951952804252762400L

Class com.jbbres.lib.actions.files.ActionsExecutableFile extends ActionsWorkflowFile implements Serializable

serialVersionUID: -673637656653046504L

Class com.jbbres.lib.actions.files.ActionsWorkflowFile extends com.jbbres.lib.file.formats.ZipFile implements Serializable

serialVersionUID: -951952804252762400L

Serialized Fields

progressListeners

java.util.Vector<E> progressListeners
The progression listeners.

Class com.jbbres.lib.actions.files.ElementNotFoundException extends java.lang.ClassNotFoundException implements Serializable

serialVersionUID: -5013710229791866398L

Serialized Fields

className

java.lang.String className
The element class name.

Class com.jbbres.lib.actions.files.InvalidFileFormatException extends java.lang.Exception implements Serializable

serialVersionUID: -1464353741733026678L


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

Class com.jbbres.lib.actions.tools.elements.AbstractActionUI extends javax.swing.JPanel implements Serializable

serialVersionUID: 624486067168012300L

Serialized Fields

promptAvailable

boolean promptAvailable
The prompt available flag.


shownWhenRun

boolean shownWhenRun
The shown when run flag.

Since:
1.1.0

promptLabel

javax.swing.JLabel promptLabel
The show when run prompt label.


promptTextField

javax.swing.JTextField promptTextField
The show when run prompt text field.


showWhenRunCheckBox

javax.swing.JCheckBox showWhenRunCheckBox
The show when run check box.


showWhenRunPanel

javax.swing.JPanel showWhenRunPanel
The show when run panel.


promptPanel

javax.swing.JPanel promptPanel
The show when run prompt panel.


contentPane

javax.swing.JPanel contentPane
The main panel.


listeners

java.util.Vector<E> listeners
The listeners.


action

AbstractAction action
The associated action.

Class com.jbbres.lib.actions.tools.elements.ActionUIEvent extends java.util.EventObject implements Serializable

serialVersionUID: -7799946070161239058L

Serialized Fields

showWhenRun

boolean showWhenRun
The show when run flag.


prompt

java.lang.String prompt
The prompt.


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

Class com.jbbres.lib.actions.tools.elements.variables.VariableActionParameters extends Parameters implements Serializable

serialVersionUID: 6780882340677521094L

Class com.jbbres.lib.actions.tools.elements.variables.VariableActionServiceEvent extends java.util.EventObject implements Serializable

serialVersionUID: -7383613348459953860L

Class com.jbbres.lib.actions.tools.elements.variables.VariableActionUI extends javax.swing.JPanel implements Serializable

serialVersionUID: -8683397842120612311L

Serialized Fields

txtAffectValue

java.lang.String txtAffectValue

txtVariable

java.lang.String txtVariable

parent

VariableAction parent
The parent action.


modificationSemaphore

boolean modificationSemaphore
The modification semaphore.


checkBoxAffectValue

javax.swing.JCheckBox checkBoxAffectValue
The check box defining if the Variable value is assigned by the result of the previous action.


variablesCombo

JVComboBox variablesCombo
The combo box with the list of available variables.


variableLabel

javax.swing.JLabel variableLabel
The variable label.


Package com.jbbres.lib.actions.tools.swing

Class com.jbbres.lib.actions.tools.swing.AbstractVariableComboBox extends javax.swing.JComboBox implements Serializable

serialVersionUID: -5452111899859296310L

Serialized Fields

workflow

Workflow workflow
The workflow.


executePersonalizedItemsAssociatedAction

boolean executePersonalizedItemsAssociatedAction
The execute personalized items associated action flag.

Class com.jbbres.lib.actions.tools.swing.JDateComboBox extends AbstractVariableComboBox<java.util.Date> implements Serializable

serialVersionUID: 2186569245152803938L

Class com.jbbres.lib.actions.tools.swing.JFileComboBox extends AbstractVariableComboBox<java.io.File> implements Serializable

serialVersionUID: 2186569245152803938L

Class com.jbbres.lib.actions.tools.swing.JFileSelection extends javax.swing.JPanel implements Serializable

serialVersionUID: 5955743501174603988L

Serialized Fields

actionListeners

java.util.Vector<E> actionListeners
The action listeners.


fileLabel

javax.swing.JLabel fileLabel
The file label.


fileVariableComboBox

JFileComboBox fileVariableComboBox
The file combo box.


fileChooser

com.jbbres.lib.swing.JXFileChooser fileChooser
The file chooser.


chooseFilePersonalizedItem

com.jbbres.lib.actions.tools.swing.JFileSelection.JPanelFileSelection_SelectFilePersonalizedItem chooseFilePersonalizedItem
The personalized item for selecting files.


selectedFile

java.io.File selectedFile
The selected file if the file is not a variable.


dialogType

int dialogType
The dialog type.


displayPath

boolean displayPath
The display path flag.

Class com.jbbres.lib.actions.tools.swing.JGoToActionComboBox extends javax.swing.JComboBox implements Serializable

serialVersionUID: -141596420414129581L

Serialized Fields

workflow

Workflow workflow
The workflow.


action

Action action
The parent action.

Class com.jbbres.lib.actions.tools.swing.JImageComboBox extends AbstractVariableComboBox<java.awt.Image> implements Serializable

serialVersionUID: -2234899652788780998L

Class com.jbbres.lib.actions.tools.swing.JImageSelection extends javax.swing.JPanel implements Serializable

serialVersionUID: 948142847854909808L

Serialized Fields

actionListeners

java.util.Vector<E> actionListeners
The action listeners.


imageLabel

javax.swing.JLabel imageLabel
The image label.


imageVariableComboBox

JImageComboBox imageVariableComboBox
The file combo box.


chooseImagePersonalizedItem

com.jbbres.lib.actions.tools.swing.JImageSelection.JImageSelection_SelectImagePersonalizedItem chooseImagePersonalizedItem
The personalized item for selecting files.


staticImages

java.util.Hashtable<K,V> staticImages
The static images.

Class com.jbbres.lib.actions.tools.swing.JNewFileSelection extends javax.swing.JPanel implements Serializable

serialVersionUID: -309442239895101520L

Serialized Fields

workflow

Workflow workflow
The workflow.


newFileNameTextField

JVTextField newFileNameTextField
The file name text field.


inFolderComboBox

JFileSelection inFolderComboBox
The in folder combo box.


labelInFolder

javax.swing.JLabel labelInFolder
The label in folder.


labelNewFileName

javax.swing.JLabel labelNewFileName
The label new file name.


actionListeners

java.util.Vector<E> actionListeners
The action listeners.

Class com.jbbres.lib.actions.tools.swing.JVComboBox extends AbstractVariableComboBox<java.lang.Object> implements Serializable

serialVersionUID: -5018388314186896602L

Class com.jbbres.lib.actions.tools.swing.JVTextArea extends javax.swing.JTextArea implements Serializable

serialVersionUID: 7445817659586570093L

Serialized Fields

workflow

Workflow workflow
The workflow.

Class com.jbbres.lib.actions.tools.swing.JVTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: 7445817659586570093L

Serialized Fields

workflow

Workflow workflow
The workflow.

Class com.jbbres.lib.actions.tools.swing.JVTextPane extends javax.swing.JTextPane implements Serializable

serialVersionUID: 7445817659586570093L

Serialized Fields

workflow

Workflow workflow
The workflow.

Class com.jbbres.lib.actions.tools.swing.VComboBoxPersonalizedItem extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -7609097624225196314L


Package com.jbbres.lib.actions.workflow

Class com.jbbres.lib.actions.workflow.WorkflowDefinitionEvent extends java.util.EventObject implements Serializable

serialVersionUID: 4924738792675142345L

Serialized Fields

element

Element element
The modified element.


oldPosition

int oldPosition
The action old position, if the event is an action movement.


notification

WorkflowDefinitionNotification notification
The workflow definition notification.

Class com.jbbres.lib.actions.workflow.WorkflowEvent extends java.util.EventObject implements Serializable

serialVersionUID: 4924738792675142345L

Serialized Fields

workflowStatus

int workflowStatus
The workflow status.


workflowResult

java.lang.Object workflowResult
The result of the last action of the workflow.



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.