List of usage examples for org.eclipse.jface.preference FieldEditor subclass-usage
From source file org.eclipse.imp.preferences.fields.RadioGroupFieldEditor.java
/** * A field editor for an enumeration type preference. * The choices are presented as a list of radio buttons. */ public class RadioGroupFieldEditor extends FieldEditor { /**
From source file org.eclipse.imp.preferences.fields.StringFieldEditor.java
/** * @author sutton */ public class StringFieldEditor extends FieldEditor { public interface Validator { /**
From source file org.eclipse.jst.jsf.facesconfig.ui.preference.ColorFontFieldEditor.java
/**
*
* A field editor for a font type preference.
*
*/
From source file org.eclipse.jst.jsf.facesconfig.ui.preference.ComboFieldEditor.java
/**
*
* A field editor for a combo box that allows the drop-down selection of one of
* a list of items.
*
*/
From source file org.eclipse.linuxtools.internal.cdt.libhover.preferences.CheckboxFieldEditor.java
public class CheckboxFieldEditor extends FieldEditor { private String extensionID; private String preferenceName; private HashMap<String, String> mapItems = new HashMap<String, String>(); private Table table;
From source file org.eclipse.linuxtools.internal.javadocs.ui.preferences.LabelFieldEditor.java
/** * The label class for the preferences page. */ class LabelFieldEditor extends FieldEditor { private Composite parent;
From source file org.eclipse.linuxtools.systemtap.ui.structures.ui.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.m2e.core.ui.internal.preferences.GoalsFieldEditor.java
/** * A field editor for a combo box that allows the drop-down selection of one of a list of items. Adapted from * org.eclipse.jface.preference.ComboFieldEditor */ public class GoalsFieldEditor extends FieldEditor {
From source file org.eclipse.osee.framework.ui.skynet.preferences.DefaultWithStringAndIntegerFields.java
/** * @author Roberto E. Escobar */ public class DefaultWithStringAndIntegerFields extends FieldEditor { private static final String CUSTOM_BUTTON_KEY = ".custom"; private static final String STRING_FIELD_KEY = ".stringField";
From source file org.eclipse.papyrus.infra.gmfdiag.preferences.jface.preference.ColorFieldEditor.java
/**
* A field editor that display a button and a small rectangle under it to show the color selected.
*
* This field editor is inspired by the class {@link org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ColorsAndFontsPropertySection
* <em>ColorsAndFontsPropertySection</em>}
*