Ruby Script 2x2 

This node implements Ruby scripts with 2 inputs and outputs. jRuby-based.

Integer Widget 

Creates a number input widget for use in components views. Outputs an integer flow variable with a given value.

File Chooser Widget 

Allows choosing single or multiple files, workflows or directories from a remote mountpoint. Outputs a table with the selected files.

String Widget 

Creates a text input widget for use in components views. Outputs an string flow variable with a given value.

Slider Widget 

Creates a slider input widget for use in components views. Outputs a string flow variable with a given value.

Double Widget 

Creates a number input widget for use in components views. Outputs a double flow variable with a given value.

Boolean Widget 

Creates a boolean widget for use in components views. Outputs an integer flow variable with a given value (boolean).

Ruby Script 

This node implements Ruby scripts. jRuby-based.

Column Selection Widget 

Creates a column selection widget for use in components views. Outputs a string flow variable with the name of the selected column.