| 
|||||||||
| 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.ConfigSectionTransferAutoSpeedSelect
public class ConfigSectionTransferAutoSpeedSelect
Created on Jun 13, 2007 Created by Alan Snyder Copyright (C) Azureus Software, Inc, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
| 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 | |
|---|---|
ConfigSectionTransferAutoSpeedSelect()
 | 
|
| 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.  | 
protected  String | 
getMBitLimit(TransferStatsView.limitToTextHelper helper,
             long value)
 | 
 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 ConfigSectionTransferAutoSpeedSelect()
| Method Detail | 
|---|
public String configSectionGetParentSection()
configSectionGetParentSection in interface ConfigSectionpublic String configSectionGetName()
configSectionGetName in interface ConfigSectionpublic void configSectionSave()
configSectionSave in interface ConfigSectionpublic void configSectionDelete()
configSectionDelete in interface ConfigSectionpublic int maxUserMode()
UISWTConfigSection
maxUserMode in interface UISWTConfigSectionpublic org.eclipse.swt.widgets.Composite configSectionCreate(org.eclipse.swt.widgets.Composite parent)
configSectionCreate in interface UISWTConfigSectionparent - The parent of your configuration panel
protected String getMBitLimit(TransferStatsView.limitToTextHelper helper,
                              long value)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||