Uses of Interface
dsto.dfc.swing.text.ValueConverter

Packages that use ValueConverter
dsto.dfc.swing.controls Miscellaneous UI components and support classes. 
dsto.dfc.swing.forms A high-level framework supporting the assembly of UI editor components into forms. 
dsto.dfc.swing.text Generic expression tree editing framework. 
dsto.dfc.swing.text.selection Support for pattern matching text (eg using regular expressions or numeric comparisons). 
 

Uses of ValueConverter in dsto.dfc.swing.controls
 

Fields in dsto.dfc.swing.controls declared as ValueConverter
static ValueConverter Insets2D.CONVERTER
           
 

Methods in dsto.dfc.swing.controls that return ValueConverter
 ValueConverter Insets2D.getConverter()
           
 

Constructors in dsto.dfc.swing.controls with parameters of type ValueConverter
JTextFieldEditorAdapter(JTextField textField, Class valueClass, ValueConverter converter)
          Create an adapter that converts data from text field to values of a given type.
 

Uses of ValueConverter in dsto.dfc.swing.forms
 

Fields in dsto.dfc.swing.forms declared as ValueConverter
 ValueConverter BasicForm.EditorEntry.converter
           
protected  ValueConverter AbstractFormEditor.converter
           
 

Methods in dsto.dfc.swing.forms that return ValueConverter
 ValueConverter BasicForm.EditorEntry.getConverter()
           
 

Methods in dsto.dfc.swing.forms with parameters of type ValueConverter
 void FormPanel.addEditor(String property, FormEditor editor, ValueConverter converter)
           
 void FormDialog.addEditor(String property, FormEditor editor, ValueConverter converter)
           
 void Form.addEditor(String property, FormEditor editor, ValueConverter converter)
          Add an editor for a given property of the form value.
 void BasicForm.addEditor(String property, FormEditor editor, ValueConverter converter)
           
 

Constructors in dsto.dfc.swing.forms with parameters of type ValueConverter
AbstractFormEditor(String description, ValueConverter converter)
           
AbstractFormEditor(ValueConverter converter)
           
BasicForm.EditorEntry(String property, FormEditor editor, ValueConverter converter)
           
FormEditorValueAdapter(FormEditor adaptee, ValueConverter converter)
           
JComboBoxFormEditor(JComboBox comboBox, ValueConverter converter, String description)
           
JComboBoxFormEditor(JComboBox comboBox, ValueConverter converter, String description, Class comboItemType)
          Creates a new JComboBoxFormEditor instance.
JLabelFormEditor(JLabel label, int iconicMode, ValueConverter converter)
          Create a new JLabelFormEditor instance.
JLabelFormEditor(JLabel label, ValueConverter converter)
           
JSliderFormEditor(JSlider slider, ValueConverter converter, String description)
           
JTextFieldFormEditor(JTextComponent textField, ValueConverter converter, String description)
           
NumericSpinnerFormEditor(NumericSpinner spinner, ValueConverter converter, String Desc)
           
 

Uses of ValueConverter in dsto.dfc.swing.text
 

Classes in dsto.dfc.swing.text that implement ValueConverter
 class NullValueConverter
          Simple value converter that does no conversion at all.
 class NumberConverter
          A value converter that supports conversion of standard Java numeric types to/from String form.
 

Fields in dsto.dfc.swing.text declared as ValueConverter
static ValueConverter NullValueConverter.INSTANCE
           
 

Methods in dsto.dfc.swing.text that return ValueConverter
 ValueConverter Convertable.getConverter()
           
static ValueConverter Text.getDefaultConverter(Class from, Class to)
           
 

Methods in dsto.dfc.swing.text with parameters of type ValueConverter
static Object Text.convertValue(Object value, Class targetForm, ValueConverter converter)
          Attempt to convert a value to a given class.
 

Uses of ValueConverter in dsto.dfc.swing.text.selection
 

Classes in dsto.dfc.swing.text.selection that implement ValueConverter
static class PatternSelector.SelectAllSelector
           
static class Selector.SelectAllSelector
           
 

Fields in dsto.dfc.swing.text.selection declared as ValueConverter
static ValueConverter StringSelector.CONVERTER
           
static ValueConverter RegexSelector.CONVERTER
           
static ValueConverter NumberSelector.CONVERTER
          ValueConverter for this class: converts to/from String.
static ValueConverter DateSelector.CONVERTER
          ValueConverter for this class: converts to/from String.
static ValueConverter BooleanSelector.CONVERTER
           
 

Methods in dsto.dfc.swing.text.selection that return ValueConverter
 ValueConverter StringSelector.getConverter()
           
 ValueConverter StringContainsSelector.getConverter()
           
 ValueConverter Selector.SelectAllSelector.getConverter()
           
 ValueConverter RegexSelector.getConverter()
           
 ValueConverter PatternSelector.getConverter()
          Return a converter that at least supports conversion to and from String.
 ValueConverter PatternSelector.SelectAllSelector.getConverter()
           
 ValueConverter NumberSelector.getConverter()
           
 ValueConverter DateSelector.getConverter()
           
 ValueConverter BooleanSelector.getConverter()
           
static ValueConverter StringContainsSelector.getConverterInstance()
           
static ValueConverter PatternSelectorFactory.getPatternConverter(Class valueType)
          Get a value converter suitable for converting between a pattern selector for the given value type and (at the minimum) strings.
 



Copyright © 2008 Commonwealth of Australia