Package com.biglybt.ui.config
Class ConfigSectionFileTorrents
java.lang.Object
com.biglybt.ui.config.ConfigSectionImpl
com.biglybt.ui.config.ConfigSectionFileTorrents
- All Implemented Interfaces:
BaseConfigSection
- Direct Known Subclasses:
ConfigSectionFileTorrentsSWT
-
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.ConfigSectionImpl
L10N_SECTION_PREFIX, mapPluginParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addImportLine
(List<Parameter> listWatchDirs, int index) void
build()
protected String
getImportFolder
(int i) protected String
getImportTag
(int i) protected boolean
isSWT()
protected void
setImportFolder
(int i, String str) protected void
setImportTag
(int i, String str) 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
-
SECTION_ID
- See Also:
-
skipTidy
protected boolean skipTidy
-
-
Constructor Details
-
ConfigSectionFileTorrents
public ConfigSectionFileTorrents()
-
-
Method Details
-
getImportFolder
-
setImportFolder
-
getImportTag
-
setImportTag
-
build
public void build() -
isSWT
protected boolean isSWT() -
addImportLine
-