Interface IRefreshableEditor
-
- All Known Subinterfaces:
IOverridingEditor,IUpdateProvider
- All Known Implementing Classes:
ComboboxGUICellEditor,TextGUICellEditor
public interface IRefreshableEditorDeclares the interface of an editor, which may refresh its contents based on model changes.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefresh()Refreshes the contents of the editor.
-