Interface UISWTParameterContext

All Superinterfaces:
UIParameterContext
All Known Implementing Classes:
ConfigSectionIPFilterSWT.IPEditorParameter, ConfigSectionPluginsSWT.PluginListContext

public interface UISWTParameterContext extends UIParameterContext
This is to be used in conjunction with the addUIParameter2 method - any plugin that wants to add a SWT object directly to a configuration section should create a parameter with an object that implements this interface.
Since:
3.0.5.3
  • Method Summary

    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 Details

    • 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.