Package org.adempiere.ui.swing.factory
Interface IEditorFactory
-
- All Known Implementing Classes:
DefaultEditorFactory
public interface IEditorFactory- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VEditorgetEditor(GridTab mTab, GridField mField, boolean tableEditor)Create Editor for MField.
-