Example usage for org.eclipse.jface.viewers TextCellEditor subclass-usage

List of usage examples for org.eclipse.jface.viewers TextCellEditor subclass-usage

Introduction

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

Usage

From source file ac.soton.fmusim.components.ui.controls.AbstractVariableValueCellEditor.java

/**
 * AbstractVariable value cell editor with type validation and error decoration.
 * 
 * @author vitaly
 *
 */

From source file ac.soton.multisim.ui.viewers.AbstractVariableValueCellEditor.java

/**
 * AbstractVariable value cell editor with type validation and error decoration.
 * 
 * @author vitaly
 *
 */

From source file ac.soton.rms.ui.controls.AbstractVariableValueCellEditor.java

/**
 * AbstractVariable value cell editor with type validation and error decoration.
 * 
 * @author vitaly
 *
 */

From source file at.spardat.xma.guidesign.presentation.ExtendedEDataTypeCellEditor.java

/**
 * This cell editor ensures that only EdataType values are supported
 * Copied from
 * @author S1462
 * @since guidesign.editor 0.9
 */

From source file at.spardat.xma.guidesign.presentation.ExtendedIntegerCellEditor.java

/**
 * This cell editor ensures that only Integer values are supported
 * Copied from
 * @author S1462
 * @since guidesign.editor 0.9
 */

From source file cellEditors.IntCellEditor.java

public class IntCellEditor extends TextCellEditor {

    public IntCellEditor() {
        // Auto-generated constructor stub
        // Should this call super() or be removed?
    }

From source file cellEditors.RealCellEditor.java

public class RealCellEditor extends TextCellEditor {

    public RealCellEditor() {
        // Auto-generated constructor stub
    }

From source file com.amalto.workbench.widgets.celleditor.NumbericCellEditor.java

public class NumbericCellEditor extends TextCellEditor {

    public static final String REGX_POSITIVENUMBER = "^[\\d]+\\d*";//$NON-NLS-1$

    public static final String REGX_POSITIVDOUBLE = "^[\\d]+\\d*.?\\d*";//$NON-NLS-1$

From source file com.android.ide.eclipse.adt.internal.editors.ui.TextValueCellEditor.java

/**
 * TextCellEditor able to receive a {@link UiAttributeNode} in the {@link #setValue(Object)}
 * method.
 */
public class TextValueCellEditor extends TextCellEditor {

From source file com.android.ide.eclipse.auidt.internal.editors.ui.TextValueCellEditor.java

/**
 * TextCellEditor able to receive a {@link UiAttributeNode} in the {@link #setValue(Object)}
 * method.
 */
public class TextValueCellEditor extends TextCellEditor {