Uses of Interface
com.biglybt.pif.ui.config.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in com.biglybt.pif.ui.config
Subinterfaces of Parameter in com.biglybt.pif.ui.configModifier and TypeInterfaceDescriptioninterface
Parameter representing an action.interface
interface
interface
interface
represents a parameter that is able to enable/disable other parameters.interface
interface
Config parameter representing a float valueinterface
Parameter representing a link to be clicked.interface
A label and a value together.interface
An integer config parameter that's limited to a list of values.interface
interface
A single label.interface
interface
interface
A Parameter that has a suffix labelinterface
interface
An String config parameter that's limited to a list of values.interface
interface
This parameter represents a native UI object to be displayed in a configuration section.Methods in com.biglybt.pif.ui.config with parameters of type ParameterModifier and TypeMethodDescriptionvoid
EnablerParameter.addDisabledOnSelection
(Parameter parameterToDisable) disables parameter when EnablerParameter is selected.void
EnablerParameter.addDisabledOnSelection
(Parameter... parametersToDisable) disables parameter when EnablerParameter is selected.void
EnablerParameter.addEnabledOnSelection
(Parameter paramToEnable) enables paramToEnable when this EnablerParameter is selected (checked).
paramToEnable is disabled when this EnablerParameter isn't selected (checked).void
EnablerParameter.addEnabledOnSelection
(Parameter... parametersToEnable) enables paramToEnable when this EnablerParameter is selected (checked).
paramToEnable is disabled when this EnablerParameter isn't selected (checked).ParameterValidator.isValidParameterValue
(Parameter p, VALUETYPE toValue) Determine validility of parameter value.void
ParameterListener.parameterChanged
(Parameter param) Parameter has changed. -
Uses of Parameter in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return ParameterModifier and TypeMethodDescriptionBasicPluginConfigModel.getParameters()
Retrieve all the parameters added to this plugin configMethods in com.biglybt.pif.ui.model with parameters of type ParameterModifier and TypeMethodDescriptionBasicPluginConfigModel.createGroup
(String resource_name, Parameter... parameters) Creates a group around a list of Parameters. -
Uses of Parameter in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement ParameterModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
A single label.class
class
class
class
class
class
class
class
Fields in com.biglybt.pifimpl.local.ui.config with type parameters of type ParameterMethods in com.biglybt.pifimpl.local.ui.config that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameterImpl.getDisabledOnSelectionParameters()
ParameterImpl.getEnabledOnSelectionParameters()
Methods in com.biglybt.pifimpl.local.ui.config with parameters of type ParameterModifier and TypeMethodDescriptionvoid
ParameterImpl.addDisabledOnSelection
(Parameter parameter) void
ParameterImpl.addDisabledOnSelection
(Parameter... parameters) void
ParameterImpl.addEnabledOnSelection
(Parameter paramToEnable) void
ParameterImpl.addEnabledOnSelection
(Parameter... parameters) Constructors in com.biglybt.pifimpl.local.ui.config with parameters of type ParameterConstructor parameters in com.biglybt.pifimpl.local.ui.config with type arguments of type ParameterModifierConstructorDescriptionParameterGroupImpl
(String _resource, List<? extends Parameter> _parameters) -
Uses of Parameter in com.biglybt.pifimpl.local.ui.model
Fields in com.biglybt.pifimpl.local.ui.model with type parameters of type ParameterMethods in com.biglybt.pifimpl.local.ui.model that return ParameterMethods in com.biglybt.pifimpl.local.ui.model with parameters of type ParameterModifier and TypeMethodDescriptionBasicPluginConfigModelImpl.createGroup
(String _resource_name, Parameter[] _parameters) -
Uses of Parameter in com.biglybt.ui.config
Methods in com.biglybt.ui.config that return ParameterModifier and TypeMethodDescriptionBaseConfigSection.getParamArray()
final Parameter[]
ConfigSectionImpl.getParamArray()
Methods in com.biglybt.ui.config that return types with arguments of type ParameterModifier and TypeMethodDescriptionMethods in com.biglybt.ui.config with parameters of type ParameterModifier and TypeMethodDescriptionfinal String
ConfigSectionImpl.findPluginParamKey
(Parameter param) protected String
ConfigSectionImpl.guessParamName
(Parameter param, boolean warnExists) Method parameters in com.biglybt.ui.config with type arguments of type ParameterModifier and TypeMethodDescriptionprotected void
ConfigSectionInterfaceTags.addAutoTagLine
(List<Parameter> listAutoTag, int index) void
ConfigSectionStartShutdown.addDoneDownloadingOption
(List<Parameter> listStop, boolean include_script_setting) private void
ConfigSectionStartShutdown.addDoneSeedingOption
(List<Parameter> listStop, boolean include_script_setting) protected void
ConfigSectionFileTorrents.addImportLine
(List<Parameter> listWatchDirs, int index) private void
ConfigSectionStartShutdown.buildOptions
(PlatformManager platform, List<Parameter> list) -
Uses of Parameter in com.biglybt.ui.console
Fields in com.biglybt.ui.console declared as ParameterConstructors in com.biglybt.ui.console with parameters of type ParameterModifierConstructorDescriptionParameterWithConfigSection
(BaseConfigSection configSection, Parameter parameter) -
Uses of Parameter in com.biglybt.ui.console.util
Methods in com.biglybt.ui.console.util with parameters of type ParameterModifier and TypeMethodDescriptionstatic 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 Parameter in com.biglybt.ui.swt.config
Fields in com.biglybt.ui.swt.config declared as ParameterMethods in com.biglybt.ui.swt.config with parameters of type ParameterModifier and TypeMethodDescriptionprotected void
BaseSwtParameter.setPluginParameter
(Parameter pluginParam) -
Uses of Parameter in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type ParameterModifier and TypeMethodDescriptionprivate static void
ConfigView.buildScreen
(org.eclipse.swt.widgets.Composite main_tab, Parameter[] parameters, Map<ParameterImpl, BaseSwtParameter> mapParamToSwtParam, ParameterImplListener parameterImplListener) -
Uses of Parameter in com.biglybt.ui.swt.views.configsections
Method parameters in com.biglybt.ui.swt.views.configsections with type arguments of type ParameterModifier and TypeMethodDescriptionprotected void
ConfigSectionInterfaceTagsSWT.addAutoTagLine
(List<Parameter> listAutoTag, int index) protected void
ConfigSectionFileTorrentsSWT.addImportLine
(List<Parameter> listWatchDirs, int index) protected void
ConfigSectionInterfaceTablesSWT.addLaunchHelperLine
(List<Parameter> listLaunchHelpers, int index) private void
ConfigSectionInterfaceAlertsSWT.playSoundWhen
(List<Parameter> listSound, String announceEnableConfig, String announceKeyConfig, String announceResource, String playEnableConfig, String playKeyConfig, String playResource)