Uses of Interface
com.biglybt.ui.config.BaseConfigSection
Packages that use BaseConfigSection
Package
Description
-
Uses of BaseConfigSection in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement BaseConfigSectionFields in com.biglybt.pifimpl.local.ui.config declared as BaseConfigSectionFields in com.biglybt.pifimpl.local.ui.config with type parameters of type BaseConfigSectionModifier and TypeFieldDescriptionprivate Map
<BaseConfigSection, ConfigSectionHolder> ConfigSectionRepository.items
Methods in com.biglybt.pifimpl.local.ui.config that return types with arguments of type BaseConfigSectionMethods in com.biglybt.pifimpl.local.ui.config with parameters of type BaseConfigSectionModifier and TypeMethodDescriptionvoid
ConfigSectionRepository.addConfigSection
(BaseConfigSection item, PluginInterface pi) void
ConfigSectionRepository.removeConfigSection
(BaseConfigSection item) void
ConfigSectionRepository.ConfigSectionRepositoryListener.sectionAdded
(BaseConfigSection section) void
ConfigSectionRepository.ConfigSectionRepositoryListener.sectionRemoved
(BaseConfigSection section) Constructors in com.biglybt.pifimpl.local.ui.config with parameters of type BaseConfigSectionModifierConstructorDescriptionprotected
ConfigSectionHolder
(BaseConfigSection _section, PluginInterface _pi) -
Uses of BaseConfigSection in com.biglybt.ui.config
Classes in com.biglybt.ui.config that implement BaseConfigSectionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in com.biglybt.ui.config with parameters of type BaseConfigSectionModifier and TypeMethodDescriptionvoid
ConfigSectionRebuildRunner.rebuildSection
(BaseConfigSection configSection) -
Uses of BaseConfigSection in com.biglybt.ui.console
Fields in com.biglybt.ui.console declared as BaseConfigSectionModifier and TypeFieldDescriptionConsoleConfigSections.ParameterWithConfigSection.configSection
private final BaseConfigSection[]
ConsoleConfigSections.internalSections
Methods in com.biglybt.ui.console that return types with arguments of type BaseConfigSectionConstructors in com.biglybt.ui.console with parameters of type BaseConfigSectionModifierConstructorDescriptionParameterWithConfigSection
(BaseConfigSection configSection, Parameter parameter) -
Uses of BaseConfigSection in com.biglybt.ui.console.util
Methods in com.biglybt.ui.console.util with parameters of type BaseConfigSectionModifier and TypeMethodDescriptionstatic String
PrintUtils.getFriendlyConfigSectionID
(BaseConfigSection configSection) static boolean
PrintUtils.printParam
(PrintStream out, BaseConfigSection section, boolean printSectionHeader, Parameter param, boolean appendLine) static boolean
PrintUtils.printParam
(PrintStream out, BaseConfigSection section, Parameter param, StringBuffer groupIndent, boolean isFirst, PrintUtils.ParamGroupInfo pgInfo, Stack<PrintUtils.ParamGroupInfo> pgInfoStack) -
Uses of BaseConfigSection in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type BaseConfigSectionModifier and TypeFieldDescription(package private) ArrayList
<BaseConfigSection> ConfigView.pluginSections
(package private) final Map
<org.eclipse.swt.widgets.TreeItem, BaseConfigSection> ConfigView.sections
(package private) final List
<BaseConfigSection> ConfigView.sectionsCreated
Methods in com.biglybt.ui.swt.views with parameters of type BaseConfigSectionModifier and TypeMethodDescriptionprivate void
ConfigView.buildSection
(BaseConfigSection section) void
ConfigView.sectionAdded
(BaseConfigSection section) void
ConfigView.sectionRemoved
(BaseConfigSection section) -
Uses of BaseConfigSection in com.biglybt.ui.swt.views.configsections
Classes in com.biglybt.ui.swt.views.configsections that implement BaseConfigSectionModifier and TypeClassDescriptionclass
class
class
class
Interface->Alertsclass
class
class
class
class
class
class
class
class
class
class
Configuration Section that lists all the plugins and sets up subsections for plugins that used the PluginConfigModel object.class
class