List of usage examples for org.eclipse.jface.preference FieldEditor subclass-usage
From source file org.talend.repository.preference.AutoConversionTypesEditor.java
/** * * created by hcyi on Aug 18, 2016 Detailled comment * */ public class AutoConversionTypesEditor extends FieldEditor {
From source file org.universaal.tools.packaging.tool.preferences.GroupFieldEditor.java
/**
* This class allows the creation of Group Widgets, inside of the
* {@link FieldEditorPreferencePage} objects.<br>
* Please use as following:
* <ul>
* <li>for all {@link FieldEditor} use the {@link #getFieldEditorParent()} to get the parent,
From source file org.vclipse.vcml.ui.preferences.ComboFieldEditor.java
/** * */ public final class ComboFieldEditor extends FieldEditor { /**
From source file pdt.y.preferences.controls.NodeSizeRadioGroupFieldEditor.java
public class NodeSizeRadioGroupFieldEditor extends FieldEditor {
String widthMode;
String numberOfLines;
String width;
From source file pdt.y.preferences.controls.RefreshModeFieldEditor.java
public class RefreshModeFieldEditor extends FieldEditor {
Button rbManual;
Button rbAutomatic;
String value;
From source file pdt.y.preferences.controls.SkinsEditor.java
public class SkinsEditor extends FieldEditor { private Combo templatesCombo; private Text newTemplateName; public SkinsEditor(Composite parent) {
From source file raptor.pref.fields.LabelButtonFieldEditor.java
/** * A field editor that is not linked to the preferences. It contains a button * you can set the SelectionListener for and execute an action when its pressed. */ public class LabelButtonFieldEditor extends FieldEditor {
From source file raptor.pref.fields.LabelFieldEditor.java
/** * A field editor that just displays a label and does nothing else. Its not * linked to preferences in any way.. */ public class LabelFieldEditor extends FieldEditor {
From source file raptor.pref.fields.ListEditor.java
/** * A clone of the SWT list editor. This version has a height hint you can set. * Useful to keep lists from growing far to large. */ public abstract class ListEditor extends FieldEditor {
From source file raptor.pref.TextFieldEditor.java
/**
* A field editor for a string type preference.
* <p>
* This class may be used as is, or subclassed as required.
* </p>
*/