JIDE 3.5.15

com.jidesoft.converter
Interface ConverterContextSupport

All Known Implementing Classes:
AbstractComboBox, AbstractComboBoxCellEditor, AbstractFileComboBox, AbstractFileExComboBox, AbstractTableCellEditorRenderer, BeanProperty, BooleanCellEditor, BooleanCheckBoxCellEditor, ButtonTableCellEditorRenderer, ByteCellEditor, CalculatorCellEditor, CalculatorComboBox, CheckBoxListComboBox, CheckBoxListComboBoxCellEditor, CheckBoxListExComboBox, CheckBoxTreeComboBoxCellEditor, CheckBoxTreeExComboBox, ChildBeanProperty, ColorCellEditor, ColorCellRenderer, ColorComboBox, ColorExComboBox, ContextSensitiveCellEditor, ContextSensitiveCellRenderer, DateCellEditor, DateComboBox, DateExComboBox, DateSpinnerComboBox, DefaultProperty, DimensionCellEditor, DoubleCellEditor, EnumCellEditor, EnumCellRenderer, ExComboBox, ExComboBoxCellEditor, FileCellEditor, FileChooserComboBox, FileChooserExComboBox, FileNameCellEditor, FileNameChooserComboBox, FileNameChooserExComboBox, FilterListCellRenderer, FloatCellEditor, FolderCellEditor, FolderChooserComboBox, FolderChooserExComboBox, FolderNameCellEditor, FolderNameChooserComboBox, FolderNameChooserExComboBox, FontCellEditor, FontComboBox, FontExComboBox, FontNameCellEditor, FormattedTextFieldCellEditor, HyperlinkTableCellEditorRenderer, IconCellRenderer, IconRenderer, InsetsCellEditor, InsetsComboBox, InsetsExComboBox, IntegerCellEditor, IPAddressCellEditor, LegacyBooleanCellEditor, LegacyCheckBoxListComboBoxCellEditor, LegacyColorCellEditor, LegacyColorCellRenderer, LegacyDateCellEditor, LegacyEnumCellEditor, LegacyEnumCellRenderer, LegacyFileCellEditor, LegacyFileNameCellEditor, LegacyFolderCellEditor, LegacyFolderNameCellEditor, LegacyFontNameCellEditor, LegacyInsetsCellEditor, LegacyListComboBoxCellEditor, LegacyMonthCellEditor, LegacyMultilineStringCellEditor, LegacyStringArrayCellEditor, LegacyTableComboBoxCellEditor, LegacyTreeComboBoxCellEditor, ListComboBox, ListComboBoxCellEditor, ListExComboBox, LongCellEditor, MonthCellEditor, MonthComboBox, MonthExComboBox, MultilineStringCellEditor, MultilineStringCellRenderer, MultilineStringComboBox, MultilineStringExComboBox, MultilineTableCellEditor, MultilineTableCellRenderer, MultilineTableCellRenderer.UIResource, MultipleEnumCellEditor, MultiSelectListComboBox, MultiSelectListExComboBox, NumberCellEditor, NumberCellRenderer, NumberSpinnerComboBox, PasswordCellEditor, PointCellEditor, Property, RectangleCellEditor, ShortCellEditor, SliderCellEditor, SpinnerCellEditor, StringArrayCellEditor, StringArrayComboBox, StringArrayExComboBox, StringCellEditor, StyledTableCellRenderer, StyledTableCellRenderer.UIResource, TableComboBox, TableComboBoxCellEditor, TableExComboBox, TextFieldCellEditor, TreeComboBox, TreeComboBoxCellEditor, TreeExComboBox, TristateCheckBoxCellEditor, VerticalContextSensitiveCellRenderer

public interface ConverterContextSupport

The interface indicates the class who extends it can support ConverterContext.

See Also:
ConverterContext

Method Summary
 ConverterContext getConverterContext()
          Gets the converter context.
 Class<?> getType()
          Gets the class of the value.
 void setConverterContext(ConverterContext context)
          Sets the converter context.
 void setType(Class<?> clazz)
          Sets the class of the value.
 

Method Detail

setConverterContext

void setConverterContext(ConverterContext context)
Sets the converter context.

Parameters:
context - converter context

getConverterContext

ConverterContext getConverterContext()
Gets the converter context.

Returns:
converter context

getType

Class<?> getType()
Gets the class of the value.

Returns:
the class of the value.

setType

void setType(Class<?> clazz)
Sets the class of the value.

Parameters:
clazz -

JIDE 3.5.15