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 TypeInterfaceDescriptioninterfaceParameter representing an action.interfaceinterfaceinterfaceinterfaceinterfacerepresents a parameter that is able to enable/disable other parameters.interfaceinterfaceConfig parameter representing a float valueinterfaceParameter representing a link to be clicked.interfaceA label and a value together.interfaceAn integer config parameter that's limited to a list of values.interfaceinterfaceA single label.interfaceinterfaceinterfaceinterfaceA Parameter that has a suffix labelinterfaceinterfaceAn String config parameter that's limited to a list of values.interfaceinterfaceThis 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 TypeMethodDescriptionvoidEnablerParameter.addDisabledOnSelection(Parameter parameterToDisable) disables parameter when EnablerParameter is selected.voidEnablerParameter.addDisabledOnSelection(Parameter... parametersToDisable) disables parameter when EnablerParameter is selected.voidEnablerParameter.addEnabledOnSelection(Parameter paramToEnable) enables paramToEnable when this EnablerParameter is selected (checked).
paramToEnable is disabled when this EnablerParameter isn't selected (checked).voidEnablerParameter.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.voidParameterListener.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassA single label.classclassclassclassclassclassclassclassclassFields 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 TypeMethodDescriptionvoidParameterImpl.addDisabledOnSelection(Parameter parameter) voidParameterImpl.addDisabledOnSelection(Parameter... parameters) voidParameterImpl.addEnabledOnSelection(Parameter paramToEnable) voidParameterImpl.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 StringConfigSectionImpl.findPluginParamKey(Parameter param) protected StringConfigSectionImpl.guessParamName(Parameter param, boolean warnExists) Method parameters in com.biglybt.ui.config with type arguments of type ParameterModifier and TypeMethodDescriptionprotected voidConfigSectionInterfaceTags.addAutoTagLine(List<Parameter> listAutoTag, int index) voidConfigSectionStartShutdown.addDoneDownloadingOption(List<Parameter> listStop, boolean include_script_setting) private voidConfigSectionStartShutdown.addDoneSeedingOption(List<Parameter> listStop, boolean include_script_setting) protected voidConfigSectionFileTorrents.addImportLine(List<Parameter> listWatchDirs, int index) private voidConfigSectionStartShutdown.addTimedCloseOption(DateTimeParameterImpl param, List<Parameter> listStop) private voidConfigSectionStartShutdown.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 booleanPrintUtils.printParam(PrintStream out, BaseConfigSection section, boolean printSectionHeader, Parameter param, boolean appendLine) static booleanPrintUtils.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 voidBaseSwtParameter.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 voidConfigView.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 voidConfigSectionInterfaceTagsSWT.addAutoTagLine(List<Parameter> listAutoTag, int index) protected voidConfigSectionFileTorrentsSWT.addImportLine(List<Parameter> listWatchDirs, int index) protected voidConfigSectionInterfaceTablesSWT.addLaunchHelperLine(List<Parameter> listLaunchHelpers, int index) private voidConfigSectionInterfaceAlertsSWT.playSoundWhen(List<Parameter> listSound, String announceEnableConfig, String announceKeyConfig, String announceResource, String playEnableConfig, String playKeyConfig, String playResource)