Class ConfigSectionFileTorrentsSWT
java.lang.Object
com.biglybt.ui.config.ConfigSectionImpl
com.biglybt.ui.config.ConfigSectionFileTorrents
com.biglybt.ui.swt.views.configsections.ConfigSectionFileTorrentsSWT
- All Implemented Interfaces:
BaseConfigSection
,BaseConfigSectionSWT
public class ConfigSectionFileTorrentsSWT
extends ConfigSectionFileTorrents
implements BaseConfigSectionSWT
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.ui.config.ConfigSectionImpl
ConfigSectionImpl.ConfigDetailsCallback
-
Field Summary
FieldsFields inherited from class com.biglybt.ui.config.ConfigSectionFileTorrents
SECTION_ID, skipTidy
Fields inherited from class com.biglybt.ui.config.ConfigSectionImpl
L10N_SECTION_PREFIX, mapPluginParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addImportLine
(List<Parameter> listWatchDirs, int index) void
configSectionCreate
(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) Adjust the configuration panel here.protected boolean
isSWT()
Methods inherited from class com.biglybt.ui.config.ConfigSectionFileTorrents
build, getImportFolder, getImportTag, setImportFolder, setImportTag
Methods inherited from class com.biglybt.ui.config.ConfigSectionImpl
add, add, add, add, deleteConfigSection, findPluginParamKey, getConfigSectionID, getMaxUserMode, getMinUserMode, getParamArray, getParentSectionID, getPluginParam, getSectionNameKey, getSectionNameKey, guessParamName, isBuilt, postBuild, requestRebuild, saveConfigSection, search, setDefaultUITypesForAdd, setDefaultUserModeForAdd, setRebuildRunner
-
Field Details
-
paramMap
-
-
Constructor Details
-
ConfigSectionFileTorrentsSWT
public ConfigSectionFileTorrentsSWT()
-
-
Method Details
-
configSectionCreate
public void configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) Description copied from interface:BaseConfigSectionSWT
Adjust the configuration panel here. Please be mindful of small screen resolutions.- Specified by:
configSectionCreate
in interfaceBaseConfigSectionSWT
- Parameters:
parent
- The parent of your configuration panelmapParamToSwtParam
- Link non-Swt Parameter to SwtParameter. UseBaseConfigSection.getPluginParam(String)
to find the SwtParameter with key used when adding the non-Swt parameter. Key is usually they config key, or a manual key passed in on add()
-
isSWT
protected boolean isSWT()- Overrides:
isSWT
in classConfigSectionFileTorrents
-
addImportLine
- Overrides:
addImportLine
in classConfigSectionFileTorrents
-