Example usage for org.eclipse.jface.preference ColorSelector subclass-usage

List of usage examples for org.eclipse.jface.preference ColorSelector subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.preference ColorSelector subclass-usage.

Usage

From source file net.refractions.udig.ui.ColorEditor.java

/**
 * A "button" of a certain color determined by the color picker.
 * 
 * Bridges from superclass {@link ColorSelector} implementation to notify using
 * selection changed events.
 * 

From source file net.tourbook.common.color.ColorSelectorExtended.java

/**
 * Extends the {@link ColorSelector} with an open & close listener, which is fired when the dialog
 * is opened or closes.
 * <p>
 * This can be used to keep parent dialog opened when the color selector dialog is opened.
 */

From source file org.jboss.tools.vpe.editor.preferences.VpeColorSelector.java

public class VpeColorSelector extends ColorSelector {

    private Text colorText;

    public VpeColorSelector(Composite parent) {
        super(parent);

From source file org.locationtech.udig.ui.ColorEditor.java

/**
 * A "button" of a certain color determined by the color picker.
 * 
 * Bridges from superclass {@link ColorSelector} implementation to notify using
 * selection changed events.
 * 

From source file org.perfclipse.ui.swt.KeyColorSelector.java

/**
 * Color selector which owns in addition to {@link ColorSelector} instance string
 * field, which is used as a key for given selector.
 * 
 * @author Jakub Knetl
 *