Uses of Class
com.biglybt.ui.swt.config.ColorSwtParameter
-
Packages that use ColorSwtParameter Package Description com.biglybt.ui.swt.config com.biglybt.ui.swt.views com.biglybt.ui.swt.views.configsections -
-
Uses of ColorSwtParameter in com.biglybt.ui.swt.config
Methods in com.biglybt.ui.swt.config with parameters of type ColorSwtParameter Modifier and Type Method Description int[]
ColorSwtParameter.ColorValueProcessor. getDefaultValue(ColorSwtParameter p)
int[]
ColorSwtParameter.ColorValueProcessor. getValue(ColorSwtParameter p)
boolean
ColorSwtParameter.ColorValueProcessor. isDefaultValue(ColorSwtParameter p)
boolean
ColorSwtParameter.ColorValueProcessor. resetToDefault(ColorSwtParameter p)
boolean
ColorSwtParameter.ColorValueProcessor. setValue(ColorSwtParameter p, int[] value)
Constructor parameters in com.biglybt.ui.swt.config with type arguments of type ColorSwtParameter Constructor Description ColorSwtParameter(org.eclipse.swt.widgets.Composite composite, java.lang.String paramID, java.lang.String labelKey, java.lang.String suffixLabelKey, boolean showResetButton, SwtParameterValueProcessor<ColorSwtParameter,int[]> valueProcessor)
Make a color selecting button. -
Uses of ColorSwtParameter in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as ColorSwtParameter Modifier and Type Field Description private ColorSwtParameter
TagSettingsView.Params. tagColor
-
Uses of ColorSwtParameter in com.biglybt.ui.swt.views.configsections
Methods in com.biglybt.ui.swt.views.configsections with parameters of type ColorSwtParameter Modifier and Type Method Description int[]
ConfigSectionInterfaceColorSWT.SkinColorValueProcessor. getDefaultValue(ColorSwtParameter p)
int[]
ConfigSectionInterfaceColorSWT.SkinColorValueProcessor. getValue(ColorSwtParameter p)
boolean
ConfigSectionInterfaceColorSWT.SkinColorValueProcessor. isDefaultValue(ColorSwtParameter p)
boolean
ConfigSectionInterfaceColorSWT.SkinColorValueProcessor. resetToDefault(ColorSwtParameter p)
boolean
ConfigSectionInterfaceColorSWT.SkinColorValueProcessor. setValue(ColorSwtParameter p, int[] value)
-