List of usage examples for org.eclipse.jface.preference FieldEditor subclass-usage
From source file ar.com.tadp.xml.rinzo.core.preferences.ColorPreferenceEditor.java
/** * * @author ccancinos */ public class ColorPreferenceEditor extends FieldEditor { private List list;
From source file at.spardat.xma.guidesign.presentation.preferences.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 carisma.ui.eclipse.preferences.pages.EditorPriorityList.java
/** * A field editor for displaying and storing a list of strings. Buttons are * provided for adding items to the list and removing items from the list. */ public class EditorPriorityList extends FieldEditor {
From source file ch.elexis.core.ui.preferences.inputs.ComboFieldEditor.java
public class ComboFieldEditor extends FieldEditor { Combo combo; String[] values; public Combo getCombo() { return combo;
From source file ch.elexis.core.ui.preferences.inputs.KontaktFieldEditor.java
public class KontaktFieldEditor extends FieldEditor { private Label contactLabel; private Settings cfg; private String defaultText = Messages.KontaktFieldEditor_PleaseSelect; //$NON-NLS-1$ private Kontakt selected;
From source file ch.elexis.preferences.inputs.ComboFieldEditor.java
public class ComboFieldEditor extends FieldEditor { Combo combo; String[] values; public Combo getCombo() { return combo;
From source file ch.elexis.preferences.inputs.KontaktFieldEditor.java
public class KontaktFieldEditor extends FieldEditor { private Label contactLabel; private Settings cfg; private String defaultText = Messages.getString("KontaktFieldEditor.PleaseSelect"); //$NON-NLS-1$ private Kontakt selected;
From source file ch.netcetera.eclipse.common.fieldeditor.AbstractEditableStringListFieldEditor.java
/** * A string list field editor that allows to edit the items of the list. */ public abstract class AbstractEditableStringListFieldEditor extends FieldEditor { private List list;
From source file chuck.terran.admin.ui.jface.LineFieldEditor.java
/** * A field editor for a color type preference. */ public class LineFieldEditor extends FieldEditor { /**
From source file codeshine.utils.TableFieldEditor.java
/**
* <p>
* A <code>FieldEditor</code> implementation that supports the selection of
* tabular data.
* </p>
*