FileDocCategorySizeDatePackage
ConfigSectionSWT.javaAPI DocAzureus 3.0.3.41534Sun Sep 11 04:02:26 BST 2005org.gudy.azureus2.plugins.ui.config

ConfigSectionSWT

public interface ConfigSectionSWT implements org.gudy.azureus2.plugins.ui.config.ConfigSection
Extend this class to add a new configuration panel to the SWT config view.
deprecated
use {@link org.gudy.azureus2.ui.swt.plugins.UISWTInstance}

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