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.dawb.common.ui.widgets.LabelFieldEditor.java

/**
 * A "fake" field editor to allow a label to be added in a simple preferences page
 */
public class LabelFieldEditor extends FieldEditor {

    private static int counter = 0;

From source file org.ebayopensource.turmeric.eclipse.repositorysystem.ui.pref.CustomRadioGroupFieldEditor.java

/**
 * A field editor for an enumeration type preference. The choices are presented
 * as a list of radio buttons.
 * 
 * @author yayu
 */

From source file org.ebayopensource.turmeric.eclipse.ui.components.SimpleComboBoxEditor.java

/**
 * The Class SimpleComboBoxEditor.
 *
 * @author smathew
 */
public class SimpleComboBoxEditor extends FieldEditor {

From source file org.eclipse.actf.ai.voice.preferences.util.ComboFieldEditor.java

/**
 * ComboFieldEditor has a combobox.
 */
public class ComboFieldEditor extends FieldEditor {

    Combo comboField;

From source file org.eclipse.birt.chart.ui.swt.fieldassist.preferences.CustomKeyRadioGroupFieldEditor.java

/**
 * A field editor for an enumeration type preference. The choices are presented
 * as a list of radio buttons. The last radio selection can enable to set custom
 * key.
 * 
 * @since 2.5

From source file org.eclipse.birt.report.designer.internal.ui.dialogs.AbstractFieldEditor.java

/**
 * 
 */

public abstract class AbstractFieldEditor extends FieldEditor {

From source file org.eclipse.birt.report.designer.internal.ui.dialogs.SeparatorFieldEditor.java

/**
 * A trivial and faked FiedEditor, only show a horizontal separating line.
 */

public class SeparatorFieldEditor extends FieldEditor {

From source file org.eclipse.buckminster.ui.prefs.EnumFieldEditor.java

/**
 * Editor used for <code>enum</code> type values. The stored preference is the
 * ordinal of the enum. A {@link Combo} is used for displaying and changing the
 * value. The displayed values are obtained by calling the
 * {@link Enum#toString()} in the respective <code>enum</code> values.
 * 

From source file org.eclipse.buckminster.ui.prefs.NestedFieldEditor.java

/**
 * A FieldEditor containing other FieldEditors
 * 
 * @author Thomas Hallgren
 */
public class NestedFieldEditor extends FieldEditor {

From source file org.eclipse.buckminster.ui.prefs.ResolutionResolverListEditor.java

/**
 * @author Thomas Hallgren
 * 
 */
public class ResolutionResolverListEditor extends FieldEditor {
    private String value;