Uses of Class
com.biglybt.ui.swt.config.ColorSwtParameter
Packages that use ColorSwtParameter
Package
Description
-
Uses of ColorSwtParameter in com.biglybt.ui.swt.config
Subclasses with type arguments of type ColorSwtParameter in com.biglybt.ui.swt.configModifier and TypeClassDescriptionclassSWT Parameter representing a color (r, g, b) value.Classes in com.biglybt.ui.swt.config that implement interfaces with type arguments of type ColorSwtParameterMethods in com.biglybt.ui.swt.config with parameters of type ColorSwtParameterModifier and TypeMethodDescriptionint[]ColorSwtParameter.ColorValueProcessor.getDefaultValue(ColorSwtParameter p) int[]ColorSwtParameter.ColorValueProcessor.getValue(ColorSwtParameter p) booleanColorSwtParameter.ColorValueProcessor.isDefaultValue(ColorSwtParameter p) booleanColorSwtParameter.ColorValueProcessor.resetToDefault(ColorSwtParameter p) booleanColorSwtParameter.ColorValueProcessor.setValue(ColorSwtParameter p, int[] value) Constructor parameters in com.biglybt.ui.swt.config with type arguments of type ColorSwtParameterModifierConstructorDescriptionColorSwtParameter(org.eclipse.swt.widgets.Composite composite, String paramID, String labelKey, 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 -
Uses of ColorSwtParameter in com.biglybt.ui.swt.views.configsections
Classes in com.biglybt.ui.swt.views.configsections that implement interfaces with type arguments of type ColorSwtParameterModifier and TypeClassDescriptionprivate static classSkin colors can be formatted as:
colorkey=paramkey:defaultcolor
paramkey is the override stored in ConfigurationManagerMethods in com.biglybt.ui.swt.views.configsections with parameters of type ColorSwtParameterModifier and TypeMethodDescriptionint[]ConfigSectionInterfaceColorSWT.SkinColorValueProcessor.getDefaultValue(ColorSwtParameter p) int[]ConfigSectionInterfaceColorSWT.SkinColorValueProcessor.getValue(ColorSwtParameter p) booleanConfigSectionInterfaceColorSWT.SkinColorValueProcessor.isDefaultValue(ColorSwtParameter p) booleanConfigSectionInterfaceColorSWT.SkinColorValueProcessor.resetToDefault(ColorSwtParameter p) booleanConfigSectionInterfaceColorSWT.SkinColorValueProcessor.setValue(ColorSwtParameter p, int[] value)