org.gudy.azureus2.plugins.ui.config
Interface ConfigSectionSWT

All Superinterfaces:
ConfigSection

Deprecated. use UISWTInstance

public interface ConfigSectionSWT
extends ConfigSection

Extend this class to add a new configuration panel to the SWT config view.


Field Summary
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.config.ConfigSection
SECTION_CONNECTION, SECTION_FILES, SECTION_INTERFACE, SECTION_PLUGINS, SECTION_ROOT, SECTION_TRACKER, SECTION_TRANSFER
 
Method Summary
 org.eclipse.swt.widgets.Composite configSectionCreate(org.eclipse.swt.widgets.Composite parent)
          Deprecated. Create your own configuration panel here.
 
Methods inherited from interface org.gudy.azureus2.plugins.ui.config.ConfigSection
configSectionDelete, configSectionGetName, configSectionGetParentSection, configSectionSave
 

Method Detail

configSectionCreate

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

Parameters:
parent - The parent of your configuration panel
Returns:
your configuration panel