Java org.eclipse.jface.preference ColorSelector fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.preference ColorSelector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.preference ColorSelector.

The text is from its open source code.

Subclass

org.eclipse.jface.preference.ColorSelector has subclasses.
Click this link to see all its subclasses.

Field

StringPROP_COLORCHANGE
Property name that signifies the selected color of this ColorSelector has changed.

Constructor

ColorSelector(Composite parent)
Create a new instance of the receiver and the button that it wrappers in the supplied parent Composite.

Method

voidaddListener(IPropertyChangeListener listener)
Adds a property change listener to this ColorSelector.
ButtongetButton()
Get the button control being wrappered by the selector.
RGBgetColorValue()
Return the currently displayed color.
voidsetColorValue(RGB rgb)
Set the current color value and update the control.
voidsetEnabled(boolean state)
Set whether or not the button is enabled.