FileDocCategorySizeDatePackage
UISWTConfigSection.javaAPI DocAzureus 3.0.3.41551Thu Feb 09 19:42:58 GMT 2006org.gudy.azureus2.ui.swt.plugins

UISWTConfigSection

public interface UISWTConfigSection implements org.gudy.azureus2.plugins.ui.config.ConfigSection
since
2.3.0.5

Fields Summary
Constructors Summary
Methods Summary
public org.eclipse.swt.widgets.CompositeconfigSectionCreate(org.eclipse.swt.widgets.Composite parent)
Create your own configuration panel here. It can be anything that inherits from SWT's Composite class. Please be mindfull of small screen resolutions

param
parent The parent of your configuration panel
return
your configuration panel