Package com.biglybt.ui.swt.pif
Interface UISWTParameterContext
- All Superinterfaces:
UIParameterContext
- All Known Implementing Classes:
ConfigSectionIPFilterSWT.IPEditorParameter
,ConfigSectionPluginsSWT.PluginListContext
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 TypeMethodDescriptionvoid
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.
-