Package com.biglybt.ui.config
Class ConfigSectionTrackerServer
java.lang.Object
com.biglybt.ui.config.ConfigSectionImpl
com.biglybt.ui.config.ConfigSectionTrackerServer
- All Implemented Interfaces:
BaseConfigSection
- Direct Known Subclasses:
ConfigSectionTrackerServerSWT
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.ui.config.ConfigSectionImpl
ConfigSectionImpl.ConfigDetailsCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
static final String
private ParameterListener
private ParameterListener
Fields inherited from class com.biglybt.ui.config.ConfigSectionImpl
L10N_SECTION_PREFIX, mapPluginParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
build()
void
Config view is closingvoid
init
(ConfigSectionImpl.ConfigDetailsCallback cbIPChecker, ConfigSectionImpl.ConfigDetailsCallback cbCreateCert) Methods inherited from class com.biglybt.ui.config.ConfigSectionImpl
add, add, add, add, findPluginParamKey, getConfigSectionID, getMaxUserMode, getMinUserMode, getParamArray, getParentSectionID, getPluginParam, getSectionNameKey, getSectionNameKey, guessParamName, isBuilt, postBuild, requestRebuild, saveConfigSection, search, setDefaultUITypesForAdd, setDefaultUserModeForAdd, setRebuildRunner
-
Field Details
-
SECTION_ID
- See Also:
-
REQUIRED_MODE
private static final int REQUIRED_MODE- See Also:
-
cbIPChecker
-
cbCreateCert
-
trackerI2PHostPortListener
-
trackerTorHostPortListener
-
-
Constructor Details
-
ConfigSectionTrackerServer
public ConfigSectionTrackerServer()
-
-
Method Details
-
init
public void init(ConfigSectionImpl.ConfigDetailsCallback cbIPChecker, ConfigSectionImpl.ConfigDetailsCallback cbCreateCert) -
deleteConfigSection
public void deleteConfigSection()Description copied from interface:BaseConfigSection
Config view is closing- Specified by:
deleteConfigSection
in interfaceBaseConfigSection
- Overrides:
deleteConfigSection
in classConfigSectionImpl
-
build
public void build()
-