Example usage for org.eclipse.jface.preference FieldEditor subclass-usage

List of usage examples for org.eclipse.jface.preference FieldEditor subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.preference FieldEditor subclass-usage.

Usage

From source file org.python.pydev.utils.CustomizableFieldEditor.java

/**
 * @author Fabio Zadrozny
 */
public class CustomizableFieldEditor extends FieldEditor {

    /**

From source file org.python.pydev.utils.LabelFieldEditor.java

public class LabelFieldEditor extends FieldEditor {
    public LabelFieldEditor(String name, String labelText, Composite parent) {
        init(name, labelText);
        createControl(parent);
    }

From source file org.python.pydev.utils.LinkFieldEditor.java

/**
 * Helper class to provide a field that can be used as a link.
 * 
 * @note: to actually create a text that can be linked, it must be written as html with <a>text</a>.
 * 
 * @author Fabio

From source file org.python.pydev.utils.TableComboFieldEditor.java

/**
 * A field editor for a combo box that allows the drop-down selection of one of
 * a list of items and an image may be set for each entry.
 */
public class TableComboFieldEditor extends FieldEditor {

From source file org.rdkit.knime.util.PreferenceButton.java

/**
 * An abstract field editor for a string type preference that presents a string
 * input field with a change button to its right to edit the input field's
 * content. When the user presses the change button, the abstract framework
 * method <code>changePressed()</code> gets called to compute a new string.
 * 

From source file org.robotframework.red.jface.preferences.ComboBoxFieldEditor.java

/**
 * Custom combo field editor capable of showing line between label and combo
 * (similarly like field editors on Java -> Compiler -> Error/Warnings
 * preference page.
 * 
 * @{author Michal Anglart

From source file org.rulez.magwas.zenta.editor.preferences.SpinnerFieldEditor.java

/**
 * Field Editor Spinner
 * 
 * @author Phillip Beauvoir
 */
public class SpinnerFieldEditor extends FieldEditor {

From source file org.salever.rcp.dbSystem.client.db.preferences.PwdStringFieldEditor.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 org.salever.rcp.demo.wizard.preferences.StringPasswordField.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 org.salever.rcp.remoteSystem.client.net.core.preferences.PwdStringFieldEditor.java

/**
 * A field editor for a string type preference.
 * <p>
 * This class may be used as is, or subclassed as required.
 * </p>
 */