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

Packages that use TextEndpoint
dsto.dfc.swt.forms   
 

Uses of TextEndpoint in dsto.dfc.swt.forms
 

Methods in dsto.dfc.swt.forms that return TextEndpoint
static TextEndpoint Pipes.connect(Pipe source, String property, org.eclipse.swt.widgets.Combo combo)
           
static TextEndpoint Pipes.connect(Pipe source, String property, org.eclipse.swt.widgets.Combo combo, IStringTranslator translator)
           
static TextEndpoint Pipes.connect(Pipe source, String property, org.eclipse.swt.widgets.Combo combo, ITranslator inputTranslator, ITranslator outputTranslator)
           
static TextEndpoint Pipes.connect(Pipe source, String property, org.eclipse.swt.widgets.Label label)
           
static TextEndpoint Pipes.connect(Pipe source, String property, org.eclipse.swt.custom.StyledText textField)
           
static TextEndpoint Pipes.connect(Pipe source, String property, org.eclipse.swt.widgets.Text textField)
           
static TextEndpoint Pipes.connect(Pipe source, String property, org.eclipse.swt.widgets.Text textField, IStringTranslator translator)
           
static TextEndpoint Pipes.connect(Pipe source, String property, org.eclipse.swt.widgets.Text textField, ITranslator inputTranslator, ITranslator outputTranslator)
           
protected  TextEndpoint FormPanel.connect(String property, org.eclipse.swt.custom.StyledText textField)
           
protected  TextEndpoint FormPanel.connect(String property, org.eclipse.swt.widgets.Text textField)
          Shortcut for Pipes.connect(Pipe, String, Text).
 



Copyright © 2008 Commonwealth of Australia