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.xtext.ui.editor.preferences.fields.CheckBoxGroupFieldEditor.java

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

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

public final class LabelFieldEditor extends FieldEditor {

    public LabelFieldEditor(String labelText, Composite parent) {
        super("label", labelText, parent);
    }

From source file org.eclipse.xtext.ui.preferences.ResetPromptDialogSettingsField.java

/**
 * @author Dennis Huebner - Initial contribution and API
 */
public class ResetPromptDialogSettingsField extends FieldEditor {

    private Group dontAskGroup;

From source file org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor.java

/**
 * An extension of the {@link FieldEditor} supporting the grouping of several 
 * preferences into a nice group box. 
 * @author sawielan
 *
 */

From source file org.fusesource.ide.camel.editor.preferences.PreferredLabelEditor.java

/**
 * 
 * @author Andrej Podhradsky (apodhrad@redhat.com)
 *
 */
public class PreferredLabelEditor extends FieldEditor {

From source file org.fusesource.tools.core.ui.XMLViewerComponentEditor.java

public class XMLViewerComponentEditor extends FieldEditor {

    protected SourceViewer xmlViewer;

    protected String defaultString;

From source file org.hpccsystems.internal.ui.LabelFieldEditor.java

public class LabelFieldEditor extends FieldEditor {

    private Label label;

    // All labels can use the same preference name since they don't
    // store any preference.

From source file org.inframesh.eclipse.jface.preference.StringFieldEditorEx.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 org.jboss.tools.common.model.ui.attribute.editor.ExtendedFieldEditor.java

public abstract class ExtendedFieldEditor extends org.eclipse.jface.preference.FieldEditor {
    public final static String LABEL_SELECTED = "Label.Selected"; //$NON-NLS-1$

    public static final String IS_VALID = "field_editor_is_valid";//$NON-NLS-1$
    public static final String VALUE = "field_editor_value";//$NON-NLS-1$
    protected static final int HORIZONTAL_GAP = 8;

From source file org.jboss.tools.jst.jsp.preferences.xpl.LabelFieldEditor.java

/**
 * 
 * @author eskimo
 *
 */
public class LabelFieldEditor extends FieldEditor {