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

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

Introduction

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

Usage

From source file org.eclipse.papyrus.infra.gmfdiag.preferences.jface.preference.FontFieldEditor.java

/**
 * A field editor for GMF Font preferences. This field editor handles :
 * <ul>
 * <li>Font Style</li>
 * <li>Font Size</li>
 * <li>Bold</li>

From source file org.eclipse.papyrus.infra.gmfdiag.preferences.jface.preference.GradientFieldEditor.java

/**
 * A field editor for gradient Preferences. This field editor handles :
 * <ul>
 * <li>Gradient color1</li>
 * <li>Gradient transparency. The value must be contained in [0,100]</li>
 * <li>Gradient style. The value is GradientStyle.HORIZONTAL or GradientStyle.VERTICAL</li>

From source file org.eclipse.papyrus.preferences.jface.preference.ColorFieldEditor.java

/**
 * A field editor that display a button and a small rectangle under it to show the color selected.
 * 
 * This field editor is inspired by the class {@link org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ColorsAndFontsPropertySection
 * <em>ColorsAndFontsPropertySection</em>}
 * 

From source file org.eclipse.papyrus.preferences.jface.preference.FontFieldEditor.java

/**
 * A field editor for GMF Font preferences. This field editor handles :
 * <ul>
 * <li>Font Style</li>
 * <li>Font Size</li>
 * <li>Bold</li>

From source file org.eclipse.papyrus.preferences.jface.preference.GradientFieldEditor.java

/**
 * A field editor for gradient Preferences. This field editor handles :
 * <ul>
 * <li>Gradient color1</li>
 * <li>Gradient transparency. The value must be contained in [0,100]</li>
 * <li>Gradient style. The value is GradientStyle.HORIZONTAL or GradientStyle.VERTICAL</li>

From source file org.eclipse.photran.internal.ui.properties.FortranSourceFormEditor.java

/**
 * A field editor to edit which file types to send to the C Preprocessor.
 * 
 * @author Jeff Overbey, Kurt Hendle
 * 
 * @see org.eclipse.jface.preference.ListEditor

From source file org.eclipse.ptp.internal.rdt.editor.preferences.HeaderFooterFieldEditor.java

/**
 * A field editor for a header and footer on a page.
 * @author batthish
 */
public class HeaderFooterFieldEditor extends FieldEditor {

From source file org.eclipse.ptp.remotetools.preferences.ui.LabelFieldEditor.java

/**
 * A field editor for displaying labels not associated with other widgets.
 * 
 * @author Ricardo M. Matinata
 * @since 1.0
 */

From source file org.eclipse.recommenders.internal.news.rcp.LinkEditor.java

public final class LinkEditor extends FieldEditor {

    public LinkEditor(String message, String preferencePageId, Composite parent) {
        // this super constructor call use message and preference page id as preference name and label text, because it
        // calls doFillIntoGrid() method where those variables are needed
        // and in this particular field editor preference name and label text are useless.

From source file org.eclipse.tcf.internal.cdt.ui.breakpoints.CBreakpointTypeFieldEditor.java

/**
 * Field editor for editing {@link ICBreakpointType} property of a breakpoint.
 */
public class CBreakpointTypeFieldEditor extends FieldEditor {

    private Composite fParent;