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

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

Introduction

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

Usage

From source file com.cubrid.common.ui.query.control.jface.text.PropagatingFontFieldEditor.java

/**
 * This font field editor implements chaining between a source preference
 * store and a target preference store. Any time the source preference
 * store changes, the change is propagated to the target store. Propagation
 * means that the actual value stored in the source store is set as default
 * value in the target store. If the target store does not contain a value

From source file net.mldonkey.g2gui.view.pref.ExtendedFontFieldEditor2.java

/**
 * ExtendedFontFieldEditor
 *
 *
 * @version $Id: ExtendedFontFieldEditor2.java,v 1.10 2003/12/04 08:47:27 lemmy Exp $
 *

From source file org.cs3.pdt.connector.util.preferences.MyFontFieldEditor.java

public class MyFontFieldEditor extends FontFieldEditor implements FieldEditorForStructuredPreferencePage {

    public MyFontFieldEditor(String name, String labelText, String previewAreaText, Composite parent) {
        super(name, labelText, previewAreaText, parent);
        this.parent = parent;
    }

From source file org.cs3.prolog.ui.util.preferences.MyFontFieldEditor.java

public class MyFontFieldEditor extends FontFieldEditor implements FieldEditorForStructuredPreferencePage {

    public MyFontFieldEditor(String name, String labelText, String previewAreaText, Composite parent) {
        super(name, labelText, previewAreaText, parent);
        this.parent = parent;
    }