List of usage examples for org.eclipse.jface.preference FieldEditor subclass-usage
From source file gov.redhawk.ide.ui.preferences.IdlListEditor.java
/** * @since 4.1 */ public class IdlListEditor extends FieldEditor { private static final int NUM_BUTTONS = 5;
From source file gov.redhawk.sca.ui.preferences.DomainListEditor.java
/**
* A field editor that manages a list of input values. The editor displays a list containing the values, buttons for
* connecting and disconnecting a domain and setting the target deployment domain.
* <p>
* </p>
*/
From source file hu.bme.mit.massif.simulink.importer.ui.preferences.SeparatorFieldEditor.java
/** * A field editor for adding separator to a preference page. */ public class SeparatorFieldEditor extends FieldEditor { /** * The separator label representing a line on the preference page
From source file ilg.gnuarmeclipse.core.preferences.LabelFakeFieldEditor.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 ilg.gnumcueclipse.core.ui.LabelFakeFieldEditor.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 io.sloeber.ui.MultiLineTextFieldEditor.java
/** * MultiLineTextFieldEditor. Field editor that is same as string field editor * but will have the multi line text field for user input. */ public class MultiLineTextFieldEditor extends FieldEditor {
From source file io.usethesource.impulse.preferences.fields.ComboFieldEditor.java
/**
* A field editor for a combo box that allows the drop-down selection of one of a list of items.
*
* SMS: This is a copy of ComboFieldEditor, found in io.usethesource.impulse.preferences.fields,
* which itself is a copy from org.eclipse.search.internal.ui.util, as indicated by the
* following comment (copied from the "original"):
From source file io.usethesource.impulse.preferences.fields.FieldEditor.java
/**
* Points to note:
* - Preferences service instead of a preference store
* - Preferences have a level
* - Four fixed levels
* - Named by strings because ...
From source file io.usethesource.impulse.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 io.usethesource.impulse.preferences.fields.StringFieldEditor.java
/** * @author sutton */ public class StringFieldEditor extends FieldEditor { public interface Validator { /**