Uses of Class
dsto.dfc.swt.forms.AbstractPipe

Packages that use AbstractPipe
dsto.dfc.swt.forms   
 

Uses of AbstractPipe in dsto.dfc.swt.forms
 

Subclasses of AbstractPipe in dsto.dfc.swt.forms
 class AbstractBiDiPipe
          Abstract base for pipes that are bi-directional (accept inputs and outputs).
 class BeanEndpoint
          A pipe endpoint that outputs its input to bean property (ie via set/get methods on a target object).
 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 DataObjectCopyPipe
          A pipe that inputs a data object and outputs a clone.
 class JavaBeanPropertyPipe
          A pipe that inputs a data bean and outputs the value of one of its properties.
 class LabelizerPipe
          A pipe that turns a value into a UI label and vice-versa.
 class MultiPipe
          A multiplex pipe that outputs its input to a list of children.
 class NumberEndpoint
          A pipe endpoint that connects its input to SWT number-like widgets (Scale, Slider, and Spinner currently).
 class PipeEndpoint
          Base class for pipe endpoints: pipe segments that put their input into a non-pipe (eg a UI control).
 class PropertyPipe
          A pipe that inputs a data object and outputs the value of one of its properties.
 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).
 class TranslatorPipe
          A pipe that outputs a transformed version of its input using a ITranslator.
 



Copyright © 2008 Commonwealth of Australia