org.gudy.azureus2.ui.swt.plugins
Interface UISWTParameterContext
- All Superinterfaces:
- UIParameterContext
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 |
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. |
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.