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 VEditor
getEditor(GridTab mTab, GridField mField, boolean tableEditor)
Create Editor for MField.
-