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

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

Introduction

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

Usage

From source file ar.com.fluxit.jqa.viewer.TypeCellEditor.java

/**
 * TODO javadoc
 * TODO see restrictions
 * @author Juan Ignacio Barisich
 */
@SuppressWarnings("restriction")

From source file cellEditors.FileCellEditor.java

public class FileCellEditor extends DialogCellEditor {

    public FileCellEditor() {
        // Auto-generated constructor stub
        // Should this call super()?
    }

From source file cellEditors.FolderCellEditor.java

public class FolderCellEditor extends DialogCellEditor {

    public FolderCellEditor() {
        // Auto-generated constructor stub
        // Should this call super()?
    }

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

public abstract class EditableDialogCellEditor extends DialogCellEditor {

    protected Text txtEdit;

    protected EditableDialogCellEditor(Composite parent) {
        super(parent);

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

/**
 * Custom DialogCellEditor, replacing the Label with an editable {@link Text} widget.
 * <p/>Also set the button to {@link SWT#FLAT} to make sure it looks good on MacOS X.
 * <p/>Most of the code comes from TextCellEditor.
 */
public abstract class EditableDialogCellEditor extends DialogCellEditor {

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

/**
 * Custom DialogCellEditor, replacing the Label with an editable {@link Text} widget.
 * <p/>Also set the button to {@link SWT#FLAT} to make sure it looks good on MacOS X.
 * <p/>Most of the code comes from TextCellEditor.
 */
public abstract class EditableDialogCellEditor extends DialogCellEditor {

From source file com.android.ide.eclipse.editors.ui.EditableDialogCellEditor.java

/**
 * Custom DialogCellEditor, replacing the Label with an editable {@link Text} widget.
 * <p/>Also set the button to {@link SWT#FLAT} to make sure it looks good on MacOS X.
 * <p/>Most of the code comes from TextCellEditor.
 */
public abstract class EditableDialogCellEditor extends DialogCellEditor {

From source file com.appnativa.studio.properties.ColorCellEditor.java

/**
 * A cell editor that manages a color field. The cell editor's value is the
 * color (an SWT <code>RBG</code>).
 * <p>
 * This class may be instantiated; it is not intended to be subclassed.
 * </p>

From source file com.appnativa.studio.properties.FontDialogCellEditor.java

/**
 * @author Administrator
 *
 * To change this generated comment edit the template variable "typecomment":
 * Window>Preferences>Java>Templates.
 * To enable and disable the creation of type comments go to

From source file com.aptana.ide.editors.views.outline.propertyManager.DirectoryCellEditor.java

/**
 * Oct 22, 2005
 * 
 * @author Dan Phifer
 * @version 1.0 This class allows the user to choose a directory by clicking a button in a table cell
 */