Uses of Interface
com.biglybt.pif.ui.config.Parameter
-
-
Uses of Parameter in com.biglybt.pif.ui.config
Subinterfaces of Parameter in com.biglybt.pif.ui.config Modifier and Type Interface Description interface
ActionParameter
Parameter representing an action.interface
BooleanParameter
interface
ColorParameter
interface
DirectoryParameter
interface
EnablerParameter
represents a parameter that is able to enable/disable other parameters.interface
FileParameter
interface
FloatParameter
Config parameter representing a float valueinterface
HyperlinkParameter
Parameter representing a link to be clicked.interface
InfoParameter
A label and a value together.interface
IntListParameter
An integer config parameter that's limited to a list of values.interface
IntParameter
interface
LabelParameter
A single label.interface
ParameterGroup
interface
ParameterTabFolder
interface
ParameterWithSuffix
A Parameter that has a suffix labelinterface
PasswordParameter
interface
StringListParameter
An String config parameter that's limited to a list of values.interface
StringParameter
interface
UIParameter
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 Parameter Modifier and Type Method Description void
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.ValidationInfo
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 Parameter Modifier and Type Method Description Parameter[]
BasicPluginConfigModel. getParameters()
Retrieve all the parameters added to this plugin configMethods in com.biglybt.pif.ui.model with parameters of type Parameter Modifier and Type Method Description ParameterGroup
BasicPluginConfigModel. createGroup(java.lang.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 Parameter Modifier and Type Class Description class
ActionParameterImpl
class
BooleanParameterImpl
class
ColorParameterImpl
class
DirectoryParameterImpl
class
FileParameterImpl
class
FloatParameterImpl
class
HyperlinkParameterImpl
class
InfoParameterImpl
class
IntListParameterImpl
class
IntParameterImpl
class
LabelParameterImpl
A single label.class
ParameterGroupImpl
class
ParameterImpl
class
ParameterTabFolderImpl
class
PasswordParameterImpl
class
StringListParameterImpl
class
StringParameterImpl
class
UIParameterImpl
class
UITextAreaImpl
Fields in com.biglybt.pifimpl.local.ui.config with type parameters of type Parameter Modifier and Type Field Description private java.util.List<Parameter>
ParameterImpl. toDisable
private java.util.List<Parameter>
ParameterImpl. toEnable
Methods in com.biglybt.pifimpl.local.ui.config that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>
ParameterImpl. getDisabledOnSelectionParameters()
java.util.List<Parameter>
ParameterImpl. getEnabledOnSelectionParameters()
Methods in com.biglybt.pifimpl.local.ui.config with parameters of type Parameter Modifier and Type Method Description void
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 Parameter Constructor Description ParameterGroupImpl(java.lang.String _resource, Parameter... _parameters)
Constructor parameters in com.biglybt.pifimpl.local.ui.config with type arguments of type Parameter Constructor Description ParameterGroupImpl(java.lang.String _resource, java.util.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 Parameter Modifier and Type Field Description private java.util.ArrayList<Parameter>
BasicPluginConfigModelImpl. parameters
Methods in com.biglybt.pifimpl.local.ui.model that return Parameter Modifier and Type Method Description Parameter[]
BasicPluginConfigModelImpl. getParameters()
Methods in com.biglybt.pifimpl.local.ui.model with parameters of type Parameter Modifier and Type Method Description ParameterGroup
BasicPluginConfigModelImpl. createGroup(java.lang.String _resource_name, Parameter[] _parameters)
-
Uses of Parameter in com.biglybt.ui.config
Methods in com.biglybt.ui.config that return Parameter Modifier and Type Method Description Parameter[]
BaseConfigSection. getParamArray()
Parameter[]
ConfigSectionImpl. getParamArray()
Methods in com.biglybt.ui.config that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>
BaseConfigSection. search(java.util.regex.Pattern regex)
java.util.List<Parameter>
ConfigSectionImpl. search(java.util.regex.Pattern regex)
Methods in com.biglybt.ui.config with parameters of type Parameter Modifier and Type Method Description java.lang.String
ConfigSectionImpl. findPluginParamKey(Parameter param)
protected java.lang.String
ConfigSectionImpl. guessParamName(Parameter param, boolean warnExists)
Method parameters in com.biglybt.ui.config with type arguments of type Parameter Modifier and Type Method Description void
ConfigSectionStartShutdown. addDoneDownloadingOption(java.util.List<Parameter> listStop, boolean include_script_setting)
private void
ConfigSectionStartShutdown. addDoneSeedingOption(java.util.List<Parameter> listStop, boolean include_script_setting)
private void
ConfigSectionStartShutdown. buildOptions(PlatformManager platform, java.util.List<Parameter> list)
-
Uses of Parameter in com.biglybt.ui.console
Fields in com.biglybt.ui.console declared as Parameter Modifier and Type Field Description Parameter
ConsoleConfigSections.ParameterWithConfigSection. parameter
Constructors in com.biglybt.ui.console with parameters of type Parameter Constructor Description ParameterWithConfigSection(BaseConfigSection configSection, Parameter parameter)
-
Uses of Parameter in com.biglybt.ui.console.util
Methods in com.biglybt.ui.console.util with parameters of type Parameter Modifier and Type Method Description 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 Parameter in com.biglybt.ui.swt.config
Fields in com.biglybt.ui.swt.config declared as Parameter Modifier and Type Field Description protected Parameter
BaseSwtParameter. pluginParam
Methods in com.biglybt.ui.swt.config with parameters of type Parameter Modifier and Type Method Description protected 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 Parameter Modifier and Type Method Description private static void
ConfigView. buildScreen(org.eclipse.swt.widgets.Composite main_tab, Parameter[] parameters, java.util.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 Parameter Modifier and Type Method Description private void
ConfigSectionInterfaceAlertsSWT. playSoundWhen(java.util.List<Parameter> listSound, java.lang.String announceEnableConfig, java.lang.String announceKeyConfig, java.lang.String announceResource, java.lang.String playEnableConfig, java.lang.String playKeyConfig, java.lang.String playResource)
-