IBM.Watson.DeveloperCloud.Widgets Namespace |
Class | Description | |
---|---|---|
![]() | Widget |
This is the base class for all widgets. A Widget has any number of inputs and outputs that carry a specific type of data.
|
![]() | WidgetData |
This is the base class for any type of data that can be passed through a connection.
|
![]() | WidgetInput |
This object handles input on a widget.
|
![]() | WidgetOutput |
This object handles output on a widget.
|
![]() | WidgetOutputConnection |
The connection between widgets.
|
Delegate | Description | |
---|---|---|
![]() | WidgetOnInputAdded |
The callback on input connection added.
|
![]() | WidgetOnInputRemoved |
The callback on input connection removed.
|
![]() | WidgetOnOutputAdded |
The callback on output connection added.
|
![]() | WidgetOnOutputRemoved |
The callback on output connection removed.
|
![]() | WidgetOnReceiveData |
The callback object used by Widget for receiving data from an input.
|