Uses of Class
com.biglybt.ui.swt.config.ColorSwtParameter
Packages that use ColorSwtParameter
Package
Description
-
Uses of ColorSwtParameter in com.biglybt.ui.swt.config
Methods 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
Methods 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)