Interface EMFFormsSWTControlDataService


  • public interface EMFFormsSWTControlDataService
    This service is used by renderers to set data on SWT controls.
    Since:
    1.18
    Author:
    Johannes Faltermeier
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getData​(VElement element, org.eclipse.swt.widgets.Widget widget, java.lang.String id, java.lang.String subId)
      Returns the string which is set as data.
    • Method Detail

      • getData

        java.lang.String getData​(VElement element,
                                 org.eclipse.swt.widgets.Widget widget,
                                 java.lang.String id,
                                 java.lang.String subId)
        Returns the string which is set as data.
        Parameters:
        element - the VElement
        widget - the Widget
        id - the main id of the VElement
        subId - the sub-id for the Widget
        Returns:
        the data