Package com.biglybt.ui.swt.pif
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 theaddUIParameter2
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
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.
-