List of usage examples for org.eclipse.jface.preference FieldEditor subclass-usage
From source file com.windowtester.runtime.swt.internal.preferences.LabelFieldEditor.java
/** * A field editor for displaying labels not associated with other widgets. * * Taken from: http://www.eclipse.org/articles/Article-Field-Editors/field_editors.html */ public class LabelFieldEditor extends FieldEditor {
From source file de.anbos.eclipse.logviewer.plugin.ui.EncodingComboEditor.java
public class EncodingComboEditor extends FieldEditor { // Constant ---------------------------------------------------------------- /** * Text limit constant (value <code>-1</code>) indicating unlimited
From source file de.cdhq.eclipse.wordwrap.plugin.ExtensionListFieldEditor.java
/**
* A field editor for displaying, editing and storing the list of extensions.
*
* The code is inspired by the Eclipse Corner article "Simplifying Preference Pages with Field Editors" by Ryan Cooper [1].
*
* [1] http://www.eclipse.org/articles/Article-Field-Editors/field_editors.html
From source file de.fhg.igd.eclipse.ui.util.security.PasswordFieldEditor.java
/**
* Password field editor that uses {@link ISecurePreferences}
*
* When using it be careful to also include the
* org.eclipse.equinox.security.ui bundle or add you
* own secure storage module through the extension point
From source file de.hasait.eclipse.common.fieldeditor.StringListFieldEditor.java
/**
*
* @author Sebastian Hasait (hasait at web.de)
* @version $Revision: 1.1 $
* @since 03.12.2006
*/
From source file de.innot.avreclipse.ui.preferences.AVRPathsFieldEditor.java
/**
* A custom field editor to edit all plugin paths.
*
* This can be used on a FieldEditorPreferencePage to manage the the current path settings.
*
* @author Thomas Holland
From source file de.innot.avreclipse.ui.preferences.ProgConfigListFieldEditor.java
/**
* A special Field Editor to edit the list of AVRDude programmer configurations.
* <p>
* This editor has a Table of all Programmer Configurations, which can be edited, removed and added.
* </p>
* <p>
From source file de.itemis.gmf.tools.preferences.ObjectListEditor.java
/**
* Mostly copied from {@link ListEditor} which unfortunately did not offer the
* hooks to have a list of objects rather than a list of strings. </p>
*
* @author koehnlein
*/
From source file de.jcup.egradle.eclipse.preferences.ChangeableComboFieldEditor.java
/**
* A field editor for a combo box that allows the drop-down selection of one of
* a list of items.
*
* @since 3.3
*/
From source file de.loskutov.dh.preferences.FilterListEditor.java
public class FilterListEditor extends FieldEditor { private static final String DEFAULT_NEW_FILTER_TEXT = ""; private Button addButton; private Button removeButton;