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.tcf.internal.cdt.ui.breakpoints.HardwareFieldEditor.java

public class HardwareFieldEditor extends FieldEditor {

    private Composite fParent;
    private final String HARDWARE = "Hardware"; //$NON-NLS-1$

    /**

From source file org.eclipse.titan.designer.preferences.pages.ComboFieldEditor.java

/**
 * A field editor for a combo box that allows the drop-down selection of one of
 * a list of items.
 * 
 * @author Kristof Szabados
 */

From source file org.eclipse.titan.designer.preferences.pages.ExcludeRegexpEditor.java

/**
 * @author Kristof Szabados
 * */
public class ExcludeRegexpEditor extends FieldEditor {

    /**

From source file org.eclipse.titan.log.viewer.preferences.fieldeditors.CheckBoxTreeEditor.java

public class CheckBoxTreeEditor extends FieldEditor {

    // Variables
    private Tree checkTree;
    private String prefName;
    private int numberOfNodes = 0;

From source file org.eclipse.titan.log.viewer.preferences.fieldeditors.MutableComboFieldEditor.java

public class MutableComboFieldEditor extends FieldEditor {

    private Combo comboBox;

    private Button addButton;
    private Button removeButton;

From source file org.eclipse.titan.log.viewer.preferences.fieldeditors.TitanListEditor.java

public abstract class TitanListEditor extends FieldEditor {
    /**
     * The list widget; <code>null</code> if none (before creation or after
     * disposal).
     */
    private List list;

From source file org.eclipse.titan.log.viewer.preferences.fieldeditors.TitanRadioGroupFieldEditor.java

/**
 * Class created for getting the radiobutton state, this 
 * functionallity is not present in base class (RadioGroupFieldEditor)
 */
public class TitanRadioGroupFieldEditor extends FieldEditor {

From source file org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor.java

/**
 * The abstract superclass of field editors used to set an encoding. Any user
 * entered encodings will be added to the list of encodings available via
 * {@link org.eclipse.ui.ide.IDEEncoding}.
 * <p>
 * Subclasses may extend, but must call <code>createEncodingGroup</code>

From source file org.eclipse.wb.core.controls.jface.preference.ComboFieldEditor.java

/**
 * A field editor for a combo box that allows the drop-down selection of one of a list of items.
 * 
 * @since 3.3
 * @coverage core.control
 */

From source file org.eclipse.xtext.ui.editor.preferences.fields.AbstractMasterDetailsFieldEditor.java

/**
 * @author Dennis Hbner - Initial contribution and API
 * 
 */
public abstract class AbstractMasterDetailsFieldEditor extends FieldEditor {