Uses of Interface
com.biglybt.pif.ui.config.ColorParameter
-
Packages that use ColorParameter Package Description com.biglybt.pif.ui.model com.biglybt.pifimpl.local.ui.config com.biglybt.pifimpl.local.ui.model com.biglybt.ui.swt.config -
-
Uses of ColorParameter in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return ColorParameter Modifier and Type Method Description ColorParameter
BasicPluginConfigModel. addColorParameter2(java.lang.String key, java.lang.String resource_name, int r, int g, int b)
-
Uses of ColorParameter in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement ColorParameter Modifier and Type Class Description class
ColorParameterImpl
-
Uses of ColorParameter in com.biglybt.pifimpl.local.ui.model
Methods in com.biglybt.pifimpl.local.ui.model that return ColorParameter Modifier and Type Method Description ColorParameter
BasicPluginConfigModelImpl. addColorParameter2(java.lang.String key, java.lang.String resource_name, int r, int g, int b)
-
Uses of ColorParameter in com.biglybt.ui.swt.config
Constructors in com.biglybt.ui.swt.config with parameters of type ColorParameter Constructor Description ColorSwtParameter(org.eclipse.swt.widgets.Composite composite, ColorParameter param)
-