[kepler-dev] [Bug 3277] New: - Create reusable jython-based SelectionDialog actor to collect runtime parameters
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue May 6 14:42:44 PDT 2008
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3277
Summary: Create reusable jython-based SelectionDialog actor to
collect runtime parameters
Product: Kepler
Version: 1.0.0rc1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: actors
AssignedTo: leinfelder at nceas.ucsb.edu
ReportedBy: leinfelder at nceas.ucsb.edu
QAContact: kepler-dev at ecoinformatics.org
Dan (Higgins) did a prototype of this use of the PythonScript actor to create
Swing interfaces for displaying drop down lists and then sending the selected
value out on a port.
This will be a useful feature when workflows need to provide data-driven
parameters (select date ranges or sites from a list of possible values).
The prototype SelectionDialog actor I have drafted so far includes the
following ports:
"choices" (list)
"prompt" (message for prompt as a string)
output (the value selected)
More information about the Kepler-dev
mailing list