Interface UISWTParameterContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void create​(org.eclipse.swt.widgets.Composite c)
      This method is invoked when the config section is going to be displayed in a SWT user interface.
    • Method Detail

      • create

        void create​(org.eclipse.swt.widgets.Composite c)
        This method is invoked when the config section is going to be displayed in a SWT user interface.
        Parameters:
        c - The parent composite object which will contain the SWT object.