Subclasses of PipeEndpoint in dsto.dfc.swt.forms |
class |
ButtonEndpoint
A pipe endpoint that connects a boolean input to the selected state of a SWT
button (usually a checkbox or toggle button). |
class |
NumberEndpoint
A pipe endpoint that connects its input to SWT number-like widgets
(Scale, Slider, and Spinner currently). |
class |
RadioEndpoint
A pipe endpoint that allows selection of a value from a list of radio
buttons. |
class |
TextEndpoint
A pipe endpoint that connects its input to SWT text-like widgets
(Text, Combo, and Spinner currently). |