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.cdt.cmake.ui.ArchTable.java

/**
 * @author runge_m
 *
 */
public class ArchTable extends FieldEditor {

From source file org.eclipse.cdt.codan.internal.ui.preferences.CheckedTreeEditor.java

/**
 * An abstract field editor that manages a checked tree. Values in the tree
 * should be set outside by setting getTreeViewer().setContentProvider() and
 * getTreeViewer().setInput() Control stores checked elements only in preference
 * storage.
 * 

From source file org.eclipse.cdt.codan.ui.LabelFieldEditor.java

/***
 * A field editor for displaying labels not associated with other widgets.
 * 
 * @author fgiust
 * @version $Revision: 1.1 $ ($Author: elaskavaia $)
 * @since 2.0

From source file org.eclipse.cdt.debug.internal.ui.preferences.ComboFieldEditor.java

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

    /**

From source file org.eclipse.cdt.debug.ui.memory.traditional.ColorAndEffectFieldEditor.java

public class ColorAndEffectFieldEditor extends FieldEditor {

    private final String nameBold;
    private final String nameItalic;
    private final String nameBox;

From source file org.eclipse.cdt.debug.ui.preferences.ReadOnlyFieldEditor.java

/**
 * @since 7.0
 */
public class ReadOnlyFieldEditor extends FieldEditor implements ICBreakpointsUIContributionUser {
    protected Label textField;
    protected ICBreakpointsUIContribution contribution;

From source file org.eclipse.cdt.managedbuilder.ui.properties.BuildOptionComboFieldEditor.java

/**
 * @noextend This class is not intended to be subclassed by clients.
 * @noinstantiate This class is not intended to be instantiated by clients.
 */
public class BuildOptionComboFieldEditor extends FieldEditor {

From source file org.eclipse.cdt.managedbuilder.ui.properties.FileListControlFieldEditor.java

/**
 * Field editor that uses FileListControl for user input.
 *
 * @noextend This class is not intended to be subclassed by clients.
 * @noinstantiate This class is not intended to be instantiated by clients.
 */

From source file org.eclipse.cdt.ui.newui.MultiLineTextFieldEditor.java

/**
 *   MultiLineTextFieldEditor.
 *   Field editor that is same as string field editor but
 *   will have the multi line text field for user input.
 *
 * @noextend This class is not intended to be subclassed by clients.

From source file org.eclipse.cldt.managedbuilder.ui.properties.MultiLineTextFieldEditor.java

/**
 * MultiLineTextFieldEditor.
 * Field editor that is same as string field editor but
 * will have the multi line text field for user input.
 */
public class MultiLineTextFieldEditor extends FieldEditor {