|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITranslator | |
---|---|
dsto.dfc.swt.forms | |
dsto.dfc.text | Text handling/conversion utilities. |
dsto.dfc.util | Miscellaneous utility classes. |
Uses of ITranslator in dsto.dfc.swt.forms |
---|
Methods in dsto.dfc.swt.forms with parameters of type ITranslator | |
---|---|
static ButtonEndpoint |
Pipes.connect(Pipe source,
String property,
org.eclipse.swt.widgets.Button button,
ITranslator inputTranslator,
ITranslator outputTranslator)
|
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.Text textField,
ITranslator inputTranslator,
ITranslator outputTranslator)
|
Constructors in dsto.dfc.swt.forms with parameters of type ITranslator | |
---|---|
TranslatorPipe(ITranslator inputTranslator,
ITranslator outputTranslator)
Create a new instance. |
Uses of ITranslator in dsto.dfc.text |
---|
Classes in dsto.dfc.text that implement ITranslator | |
---|---|
static class |
IStringTranslator.FromString
Adapts a IStringTranslator to the one-way ITranslator
interface. |
static class |
IStringTranslator.ToString
Adapts a IStringTranslator to the one-way ITranslator
interface. |
Uses of ITranslator in dsto.dfc.util |
---|
Classes in dsto.dfc.util that implement ITranslator | |
---|---|
class |
StringTranslator
Translates any value to a string using toString (). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |