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 com.puppetlabs.geppetto.pp.dsl.ui.preferences.editors.StringFieldEditor.java

/**
 * A field editor for a string type preference.
 * <p>
 * This class may be used as is, or subclassed as required.
 * </p>
 */

From source file com.qcenzo.tools.localize.preferences.DoubleCombosEditor.java

public class DoubleCombosEditor extends FieldEditor {
    private Combo _comboFrom;
    private Combo _comboTo;

    public DoubleCombosEditor(String name, String labelText, String[] items, Composite parent) {
        init(name, labelText);

From source file com.simplifide.core.ui.preference.LicenseFieldEditor.java

public class LicenseFieldEditor extends FieldEditor {
    /**
      * Validation strategy constant (value <code>0</code>) indicating that
      * the editor should perform validation after every key stroke.
      *
      * @see #setValidateStrategy

From source file com.skratchdot.electribe.fileexplorer.preferences.AddRemoveListFieldEditor.java

/**
 * A field editor for displaying and storing a list of strings. 
 * Buttons are provided for adding items to the list and removing 
 * items from the list.
 */
public class AddRemoveListFieldEditor extends FieldEditor {

From source file com.swtdesigner.preference.ComboFieldEditor.java

/**
 * A field editor for a combo box that allows the drop-down selection of one of a list of items.
 * 
 * This class is copied from Eclipse.
 */
public class ComboFieldEditor extends FieldEditor {

From source file com.sysdeo.eclipse.tomcat.editors.ComboFieldEditor.java

/**
 * A field editor for a combo box that allows the drop-down selection of one of a list of items.
 * 
 * XXX: Note this is a copy from org.eclipse.debug.internal.ui.preferences
 *       This class can be removed once bug 24928 is fixed.
 * 

From source file com.telink.tc32eclipse.ui.preferences.ProgConfigListFieldEditor.java

/**
 * A special Field Editor to edit the list of TCDB programmer configurations.
 * <p>
 * This editor has a Table of all Programmer Configurations, which can be edited, removed and added.
 * </p>
 * <p>

From source file com.telink.tc32eclipse.ui.preferences.TC32PathsFieldEditor.java

/**
 * A custom field editor to edit all plugin paths.
 * 
 * This can be used on a FieldEditorPreferencePage to manage the the current path settings.
 * 
 * @author Peter Shieh

From source file com.twinsoft.convertigo.eclipse.preferences.ComboFieldEditor.java

/**
 * A field editor for a combo box that allows the drop-down selection of one of a list of items.
 * 
 * XXX: Note this is a copy from org.eclipse.debug.internal.ui.preferences
 *       This class can be removed once bug 24928 is fixed.
 * 

From source file com.windowtester.example.contactmanager.rcp.preferences.SpacerFieldEditor.java

/**
 * A field editor for adding space to a preference page.
 */
public class SpacerFieldEditor extends FieldEditor {
    // Implemented as an empty label field editor.