|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IStringTranslator | |
|---|---|
| dsto.dfc.swt.forms | |
| dsto.dfc.swt.viewers | |
| dsto.dfc.text | Text handling/conversion utilities. |
| dsto.dfc.util | Miscellaneous utility classes. |
| Uses of IStringTranslator in dsto.dfc.swt.forms |
|---|
| Methods in dsto.dfc.swt.forms with parameters of type IStringTranslator | |
|---|---|
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.Text textField,
IStringTranslator translator)
|
| Constructors in dsto.dfc.swt.forms with parameters of type IStringTranslator | |
|---|---|
TranslatorPipe(IStringTranslator translator)
Create a new instance using an IStringTranslator to
convert to string for input and back again for output. |
|
| Uses of IStringTranslator in dsto.dfc.swt.viewers |
|---|
| Constructors in dsto.dfc.swt.viewers with parameters of type IStringTranslator | |
|---|---|
StringTranslatorCellValidator(IStringTranslator translator)
|
|
| Uses of IStringTranslator in dsto.dfc.text |
|---|
| Classes in dsto.dfc.text that implement IStringTranslator | |
|---|---|
class |
BooleanTranslator
Converts boolean to/from string format. |
class |
DurationConverter
Converts time durations between string form and seconds form (eg between "2 minutes" and 120). |
class |
FormatTranslator
A string translator implemented by a Java Format instance. |
class |
NumberTranslator
Translates numbers to/from strings. |
class |
URLTranslator
|
| Methods in dsto.dfc.text that return IStringTranslator | |
|---|---|
static IStringTranslator |
StringUtility.translatorFor(Class type)
Get a registered string translator for a given type. |
| Constructors in dsto.dfc.text with parameters of type IStringTranslator | |
|---|---|
IStringTranslator.FromString(IStringTranslator translator)
|
|
IStringTranslator.ToString(IStringTranslator translator)
|
|
| Uses of IStringTranslator in dsto.dfc.util |
|---|
| Classes in dsto.dfc.util that implement IStringTranslator | |
|---|---|
class |
StringTranslator
Translates any value to a string using toString (). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||