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.knime.knip.imagej1.prefs.LabelField.java

/**
 * Preference page field showing text.
 * 
 * @author Peter Ohl, KNIME.com AG, Zurich, Switzerland
 */
public class LabelField extends FieldEditor {

From source file org.locationtech.udig.project.ui.FeatureEditorFieldEditor.java

/**
 * Editor for modifying the default SimpleFeature Editor
 * 
 * @author Jesse
 * @since 1.1.0
 */

From source file org.locationtech.udig.project.ui.preferences.PaletteSelectionFieldEditor.java

/**
 * Used to allow the MapPreferencePage to select a palette to draw on when assigning colours to
 * new layers.
 */
public class PaletteSelectionFieldEditor extends FieldEditor {

From source file org.locationtech.udig.ui.preferences.CharSetFieldEditor.java

public final class CharSetFieldEditor extends FieldEditor {
    private Text text;

    public CharSetFieldEditor(String name, String labelText, Composite parent) {
        super(name, labelText, parent);
    }

From source file org.locationtech.udig.ui.preferences.RuntimeFieldEditor.java

public final class RuntimeFieldEditor extends FieldEditor {
    public static final String WORKSPACE_PATH = "WORKSPACE_PATH"; //$NON-NLS-1$
    public static final String LANGUAGE = "LANGUAGE"; //$NON-NLS-1$
    public static final String MEMORY = "MEMORY"; //$NON-NLS-1$
    public static final String PROXYSET = "http.proxySet"; //$NON-NLS-1$
    public static final String PROXYHOST = "http.proxyHost"; //$NON-NLS-1$

From source file org.mailster.gui.prefs.widgets.SpinnerFieldEditor.java

/**
 * Allows editing of a numeric value in a <code>Spinner</code> component.
 * 
 * @author <a href="mailto:Sebastian.Machhausen@gmail.com">Sebastian Machhausen</a>
 * @author <a href="mailto:doe_wanted@yahoo.fr">Edouard De Oliveira</a>
 */

From source file org.mailster.gui.prefs.widgets.TableFieldEditor.java

/**
 * A <code>FieldEditor</code> implementation that supports the selection of
 * tabular data.
 * 
 * @author <a href="mailto:Sebastian.Machhausen@gmail.com">Sebastian Machhausen</a>
 * @author <a href="mailto:doe_wanted@yahoo.fr">Edouard De Oliveira</a>

From source file org.marketcetera.photon.preferences.FIXMessageColumnChooserEditor.java

/**
 * 
 * The Editor for choosing various FIX message field columns in the Preferences Page.
 * 
 * @author caroline.leung@softwaregoodness.com
 * @author anshul@marketcetera.com

From source file org.marketcetera.photon.preferences.PasswordStringFieldEditor.java

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

From source file org.marketcetera.photon.preferences.TimeOfDayFieldEditor.java

/**
 * Field editor that provides a {@link DateTime} widget for a time and
 * serializes it according to {@link TimeOfDay}.
 * 
 * It can be configured to be "optional", i.e. the widget will be guarded by an
 * enablement check box.