Uses of Interface
com.biglybt.pif.ui.config.UIParameterContext
-
-
Uses of UIParameterContext in com.biglybt.pif.ui.config
Methods in com.biglybt.pif.ui.config that return UIParameterContext Modifier and Type Method Description UIParameterContext
UIParameter. getContext()
-
Uses of UIParameterContext in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model with parameters of type UIParameterContext Modifier and Type Method Description UIParameter
BasicPluginConfigModel. addUIParameter2(UIParameterContext context, java.lang.String resource_name)
Creates aUIParameter
object to add to this config model object. -
Uses of UIParameterContext in com.biglybt.pifimpl.local.ui.config
Fields in com.biglybt.pifimpl.local.ui.config declared as UIParameterContext Modifier and Type Field Description private UIParameterContext
UIParameterImpl. context
Methods in com.biglybt.pifimpl.local.ui.config that return UIParameterContext Modifier and Type Method Description UIParameterContext
UIParameterImpl. getContext()
Constructors in com.biglybt.pifimpl.local.ui.config with parameters of type UIParameterContext Constructor Description UIParameterImpl(UIParameterContext context, java.lang.String labelKey)
-
Uses of UIParameterContext in com.biglybt.pifimpl.local.ui.model
Methods in com.biglybt.pifimpl.local.ui.model with parameters of type UIParameterContext Modifier and Type Method Description UIParameter
BasicPluginConfigModelImpl. addUIParameter2(UIParameterContext context, java.lang.String resource_name)
-
Uses of UIParameterContext in com.biglybt.ui.config
Fields in com.biglybt.ui.config declared as UIParameterContext Modifier and Type Field Description private UIParameterContext
ConfigSectionIPFilter. paramContextIPEditor
private UIParameterContext
ConfigSectionPlugins. paramContextPluginList
Methods in com.biglybt.ui.config with parameters of type UIParameterContext Modifier and Type Method Description void
ConfigSectionIPFilter. init(UIParameterContext paramContextIPEditor)
void
ConfigSectionPlugins. init(UIParameterContext paramContextPluginList)
-
Uses of UIParameterContext in com.biglybt.ui.swt.pif
Subinterfaces of UIParameterContext in com.biglybt.ui.swt.pif Modifier and Type Interface Description interface
UISWTParameterContext
This is to be used in conjunction with theaddUIParameter2
method - any plugin that wants to add a SWT object directly to a configuration section should create a parameter with an object that implements this interface. -
Uses of UIParameterContext in com.biglybt.ui.swt.views.configsections
Classes in com.biglybt.ui.swt.views.configsections that implement UIParameterContext Modifier and Type Class Description class
ConfigSectionIPFilterSWT.IPEditorParameter
static class
ConfigSectionPluginsSWT.PluginListContext
-