Class CellEditorFactory


  • public final class CellEditorFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jface.viewers.CellEditor getCellEditor​(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, org.eclipse.emf.ecore.EObject eObject, org.eclipse.swt.widgets.Table table, ViewModelContext viewModelContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCellEditor

        public org.eclipse.jface.viewers.CellEditor getCellEditor​(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
                                                                  org.eclipse.emf.ecore.EObject eObject,
                                                                  org.eclipse.swt.widgets.Table table,
                                                                  ViewModelContext viewModelContext)