Uses of Interface
org.gudy.azureus2.plugins.ui.config.ConfigSection

Packages that use ConfigSection
org.gudy.azureus2.plugins Provides interfaces in order to create Azureus Plugins. 
org.gudy.azureus2.plugins.ui.config   
org.gudy.azureus2.ui.swt.plugins   
 

Uses of ConfigSection in org.gudy.azureus2.plugins
 

Methods in org.gudy.azureus2.plugins that return ConfigSection
 ConfigSection[] PluginInterface.getConfigSections()
           
 

Methods in org.gudy.azureus2.plugins with parameters of type ConfigSection
 void PluginInterface.addConfigSection(ConfigSection section)
          Deprecated. Use UIManager.createBasicPluginConfigModel(String) instead.
 void PluginInterface.removeConfigSection(ConfigSection section)
           
 

Uses of ConfigSection in org.gudy.azureus2.plugins.ui.config
 

Subinterfaces of ConfigSection in org.gudy.azureus2.plugins.ui.config
 interface ConfigSectionSWT
          Deprecated. use UISWTInstance
 

Uses of ConfigSection in org.gudy.azureus2.ui.swt.plugins
 

Subinterfaces of ConfigSection in org.gudy.azureus2.ui.swt.plugins
 interface UISWTConfigSection