List of usage examples for org.eclipse.jface.preference FieldEditor subclass-usage
From source file code_generate.preferences.TextAreaEditor.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 com.agynamix.platform.frontend.preferences.PasswordFieldEditor.java
/** * @author <a href="mailto:fsla@forthnet.gr">Filippos Slavik </a> * @version $Id: PasswordFieldEditor.java 10 2004-11-17 12:30:10Z tuhlmann $ */ public class PasswordFieldEditor extends FieldEditor {
From source file com.aptana.ide.core.ui.dialogs.TableFieldEditor.java
/** * TableFieldEditor * * @author Ingo Muschenetz */ public class TableFieldEditor extends FieldEditor {
From source file com.aptana.ide.core.ui.widgets.TextFieldEditor.java
/**
* TextFieldEditor. This would extend StringFieldEditor if the API developers had decided to make
* textField _protected_ or at least allow me to set it!
*
* @author Ingo Muschenetz
*/
From source file com.aptana.ide.editors.internal.ui.preferences.TableViewerEditor.java
/**
* An abstract field editor that manages a list of input values. The editor displays a list containing the values,
* buttons for adding and removing values, and Up and Down buttons to adjust the order of elements in the list.
* <p>
* Subclasses must implement the <code>parseString</code>, <code>createList</code>, and <code>getNewInputObject</code>
* framework methods.
From source file com.archimatetool.editor.preferences.SpinnerFieldEditor.java
/** * Field Editor Spinner * * @author Phillip Beauvoir */ public class SpinnerFieldEditor extends FieldEditor {
From source file com.casmall.dts.ui.preferences.ComboFieldEditor.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 com.chookapp.org.bracketeer.preferences.SpinnerFieldEditor.java
public class SpinnerFieldEditor extends FieldEditor { private Composite _outer; private Spinner _spinner;
From source file com.chookapp.org.bracketeer.preferences.StringPartCheckBoxes.java
public class StringPartCheckBoxes extends FieldEditor { private Composite _parent; private String _bracketsString; private List<Button> _pairsList; public StringPartCheckBoxes(String name, Composite parent, String bracketsString) {
From source file com.dnw.plugin.preference.GroupFieldEditor.java
/**
* Group field editor is a container to host a number of other editors, and use a <code>Group</code>
* widget to hold all these editors.
*
* @author manbaum
* @since Oct 22, 2014