| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.ui.swt.views.configsections.ConfigSectionInterfaceLegacy
public class ConfigSectionInterfaceLegacy
| 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 | 
| Constructor Summary | |
|---|---|
ConfigSectionInterfaceLegacy()
 | 
|
| Method Summary | |
|---|---|
 org.eclipse.swt.widgets.Composite | 
configSectionCreate(org.eclipse.swt.widgets.Composite parent)
Create your own configuration panel here.  | 
 void | 
configSectionDelete()
Config view is closing  | 
 String | 
configSectionGetName()
In order for the plugin to display its section correctly, a key in the Plugin language file will need to contain ConfigView.section.<configSectionGetName() result>=The Section name.  | 
 String | 
configSectionGetParentSection()
Returns section you want your configuration panel to be under.  | 
 void | 
configSectionSave()
User selected Save.  | 
 int | 
maxUserMode()
Indicate if additional options are available to display a hint to the users  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ConfigSectionInterfaceLegacy()
| Method Detail | 
|---|
public org.eclipse.swt.widgets.Composite configSectionCreate(org.eclipse.swt.widgets.Composite parent)
UISWTConfigSection
configSectionCreate in interface UISWTConfigSectionparent - The parent of your configuration panel
public int maxUserMode()
UISWTConfigSection
maxUserMode in interface UISWTConfigSectionpublic void configSectionDelete()
ConfigSection
configSectionDelete in interface ConfigSectionpublic String configSectionGetName()
ConfigSection
configSectionGetName in interface ConfigSectionpublic String configSectionGetParentSection()
ConfigSection
configSectionGetParentSection in interface ConfigSectionpublic void configSectionSave()
ConfigSection
configSectionSave in interface ConfigSection
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||