JIDE 3.5.15

com.jidesoft.grid
Interface EditorContextSupport

All Known Implementing Classes:
AbstractComboBoxCellEditor, AbstractTableCellEditorRenderer, BeanProperty, BooleanCellEditor, BooleanCheckBoxCellEditor, ButtonTableCellEditorRenderer, ByteCellEditor, CalculatorCellEditor, CheckBoxListComboBoxCellEditor, CheckBoxTreeComboBoxCellEditor, ChildBeanProperty, ColorCellEditor, ColorCellRenderer, ContextSensitiveCellEditor, ContextSensitiveCellRenderer, DateCellEditor, DefaultProperty, DimensionCellEditor, DoubleCellEditor, EnumCellEditor, ExComboBoxCellEditor, FileCellEditor, FileNameCellEditor, FloatCellEditor, FolderCellEditor, FolderNameCellEditor, FontCellEditor, FontNameCellEditor, FormattedTextFieldCellEditor, HyperlinkTableCellEditorRenderer, IconCellRenderer, IconRenderer, InsetsCellEditor, IntegerCellEditor, IPAddressCellEditor, LegacyBooleanCellEditor, LegacyCheckBoxListComboBoxCellEditor, LegacyColorCellEditor, LegacyDateCellEditor, LegacyEnumCellEditor, LegacyFileCellEditor, LegacyFileNameCellEditor, LegacyFolderCellEditor, LegacyFolderNameCellEditor, LegacyFontNameCellEditor, LegacyInsetsCellEditor, LegacyListComboBoxCellEditor, LegacyMonthCellEditor, LegacyMultilineStringCellEditor, LegacyStringArrayCellEditor, LegacyTableComboBoxCellEditor, LegacyTreeComboBoxCellEditor, ListComboBoxCellEditor, LongCellEditor, MonthCellEditor, MultilineStringCellEditor, MultilineTableCellEditor, MultipleEnumCellEditor, NumberCellEditor, NumberCellRenderer, PasswordCellEditor, PointCellEditor, Property, RectangleCellEditor, ShortCellEditor, SliderCellEditor, SpinnerCellEditor, StringArrayCellEditor, StringCellEditor, TableComboBoxCellEditor, TextFieldCellEditor, TreeComboBoxCellEditor, TristateCheckBoxCellEditor, VerticalContextSensitiveCellRenderer

public interface EditorContextSupport

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

See Also:
EditorContext

Method Summary
 EditorContext getEditorContext()
          Gets the editor context.
 void setEditorContext(EditorContext context)
          Sets the editor context.
 

Method Detail

setEditorContext

void setEditorContext(EditorContext context)
Sets the editor context.

Parameters:
context - editor context

getEditorContext

EditorContext getEditorContext()
Gets the editor context.

Returns:
editor context

JIDE 3.5.15