Class ConfigSectionInterfaceTagsSWT
java.lang.Object
com.biglybt.ui.config.ConfigSectionImpl
com.biglybt.ui.config.ConfigSectionInterfaceTags
com.biglybt.ui.swt.views.configsections.ConfigSectionInterfaceTagsSWT
- All Implemented Interfaces:
BaseConfigSection, BaseConfigSectionSWT
public class ConfigSectionInterfaceTagsSWT
extends ConfigSectionInterfaceTags
implements BaseConfigSectionSWT
-
Nested Class Summary
Nested classes/interfaces inherited from class ConfigSectionImpl
ConfigSectionImpl.ConfigDetailsCallback -
Field Summary
FieldsFields inherited from class ConfigSectionInterfaceTags
REFID_TORRENT_ADD_AUTO_TAG, SECTION_ID, skipTidyFields inherited from class ConfigSectionImpl
L10N_SECTION_PREFIX, mapPluginParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddAutoTagLine(List<Parameter> listAutoTag, int index) protected voidvoidconfigSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) Adjust the configuration panel here.protected booleanisSWT()Methods inherited from class ConfigSectionInterfaceTags
build, buildGeneral, getAutoTagExts, getAutoTagTag, setAutoTagExts, setAutoTagTagMethods inherited from class 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
-
ConfigSectionInterfaceTagsSWT
public ConfigSectionInterfaceTagsSWT()
-
-
Method Details
-
configSectionCreate
public void configSectionCreate(org.eclipse.swt.widgets.Composite parent, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam) Description copied from interface:BaseConfigSectionSWTAdjust the configuration panel here. Please be mindful of small screen resolutions.- Specified by:
configSectionCreatein 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()
-
buildUISpecific
protected void buildUISpecific()- Overrides:
buildUISpecificin classConfigSectionInterfaceTags
-
isSWT
protected boolean isSWT()- Overrides:
isSWTin classConfigSectionInterfaceTags
-
addAutoTagLine
- Overrides:
addAutoTagLinein classConfigSectionInterfaceTags
-