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

Provides Swing object to interrect with workflow elements, especially variables.

See:
          Description

Class Summary
AbstractVariableComboBox<C> 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.
ActionRenderer Render an Action object.
JDateComboBox A JComboBox that displays the Variables that could contain a Date object.
JFileComboBox A JComboBox that displays the Variable that could contain a File object.
JFileSelection This panel allow the user to select a file, either by choosing one of the variables of the workflow, either by choosing a file on the hard drive.
JGoToActionComboBox A combo box allowing the user to pick an Action within the actions composing the workflow.
JImageComboBox A JComboBox that displays the Variable that could contain an Image object.
JImageSelection This panel allow the user to select a file, either by choosing one of the variables of the workflow, either by choosing a file on the hard drive.
JNewFileSelection An swing object that can be used to allow the user to select a file.
JVComboBox A JComboBox that displays all the Variables in the workflow
If variables are added or removed from the workflow, the box is automatically updated.
JVTextArea A text area that can also receive Variables as content.
JVTextField A text field that can also receive Variables as content.
JVTextPane A text field that can also receive Variables as content.
VariableRenderer A Variable renderer.
VComboBoxPersonalizedItem<C> A personalized item to be used in AbstractVariableComboBox instances.
 

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

Provides Swing object to interrect with workflow elements, especially variables.

Classes provided in this package are beta versions and are subject to change without notice. Future versions of this library might not ensure compatibility with the current classes.


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.