Uses of Interface
com.biglybt.ui.config.BaseConfigSection
-
-
Uses of BaseConfigSection in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement BaseConfigSection Modifier and Type Class Description class
ConfigSectionHolder
Fields in com.biglybt.pifimpl.local.ui.config declared as BaseConfigSection Modifier and Type Field Description private BaseConfigSection
ConfigSectionHolder. section
Fields in com.biglybt.pifimpl.local.ui.config with type parameters of type BaseConfigSection Modifier and Type Field Description private java.util.Map<BaseConfigSection,ConfigSectionHolder>
ConfigSectionRepository. items
Methods in com.biglybt.pifimpl.local.ui.config that return types with arguments of type BaseConfigSection Modifier and Type Method Description java.util.ArrayList<BaseConfigSection>
ConfigSectionRepository. getList()
Methods in com.biglybt.pifimpl.local.ui.config with parameters of type BaseConfigSection Modifier and Type Method Description void
ConfigSectionRepository. addConfigSection(BaseConfigSection item, PluginInterface pi)
void
ConfigSectionRepository. removeConfigSection(BaseConfigSection item)
Constructors in com.biglybt.pifimpl.local.ui.config with parameters of type BaseConfigSection Constructor Description ConfigSectionHolder(BaseConfigSection _section, PluginInterface _pi)
-
Uses of BaseConfigSection in com.biglybt.ui.config
Methods in com.biglybt.ui.config with parameters of type BaseConfigSection Modifier and Type Method Description void
ConfigSectionRebuildRunner. rebuildSection(BaseConfigSection configSection)
-
Uses of BaseConfigSection in com.biglybt.ui.console
Fields in com.biglybt.ui.console declared as BaseConfigSection Modifier and Type Field Description BaseConfigSection
ConsoleConfigSections.ParameterWithConfigSection. configSection
private BaseConfigSection[]
ConsoleConfigSections. internalSections
Methods in com.biglybt.ui.console that return types with arguments of type BaseConfigSection Modifier and Type Method Description java.util.List<BaseConfigSection>
ConsoleConfigSections. getAllConfigSections(boolean sort)
Constructors in com.biglybt.ui.console with parameters of type BaseConfigSection Constructor Description ParameterWithConfigSection(BaseConfigSection configSection, Parameter parameter)
-
Uses of BaseConfigSection in com.biglybt.ui.console.util
Methods in com.biglybt.ui.console.util with parameters of type BaseConfigSection Modifier and Type Method Description static java.lang.String
PrintUtils. getFriendlyConfigSectionID(BaseConfigSection configSection)
static boolean
PrintUtils. printParam(java.io.PrintStream out, BaseConfigSection section, boolean printSectionHeader, Parameter param, boolean appendLine)
static boolean
PrintUtils. printParam(java.io.PrintStream out, BaseConfigSection section, Parameter param, java.lang.StringBuffer groupIndent, boolean isFirst, PrintUtils.ParamGroupInfo pgInfo, java.util.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 BaseConfigSection Modifier and Type Field Description (package private) java.util.ArrayList<BaseConfigSection>
ConfigView. pluginSections
(package private) java.util.Map<org.eclipse.swt.widgets.TreeItem,BaseConfigSection>
ConfigView. sections
(package private) java.util.List<BaseConfigSection>
ConfigView. sectionsCreated
-
Uses of BaseConfigSection in com.biglybt.ui.swt.views.configsections
Classes in com.biglybt.ui.swt.views.configsections that implement BaseConfigSection Modifier and Type Class Description class
ConfigSectionBackupRestoreSWT
class
ConfigSectionConnectionProxySWT
class
ConfigSectionInterfaceAlertsSWT
Interface->Alertsclass
ConfigSectionInterfaceColorSWT
class
ConfigSectionInterfaceDisplaySWT
class
ConfigSectionInterfaceLanguageSWT
class
ConfigSectionInterfaceLegacySWT
class
ConfigSectionInterfacePasswordSWT
class
ConfigSectionInterfaceStartSWT
class
ConfigSectionInterfaceSWT
class
ConfigSectionInterfaceTablesSWT
class
ConfigSectionInterfaceTagsSWT
class
ConfigSectionIPFilterSWT
class
ConfigSectionPluginsSWT
Configuration Section that lists all the plugins and sets up subsections for plugins that used the PluginConfigModel object.class
ConfigSectionSecuritySWT
class
ConfigSectionTrackerServerSWT
-