Java org.eclipse.jface.viewers DialogCellEditor fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers DialogCellEditor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers DialogCellEditor.

The text is from its open source code.

Subclass

org.eclipse.jface.viewers.DialogCellEditor has subclasses.
Click this link to see all its subclasses.

Constructor

DialogCellEditor(Composite parent)
Creates a new dialog cell editor parented under the given control.
DialogCellEditor()
Creates a new dialog cell editor with no control
DialogCellEditor(Composite parent, int style)
Creates a new dialog cell editor parented under the given control.

Method

voidcreate(Composite parent)
Creates the control for this cell editor under the given parent control.
voidsetValidator(ICellEditorValidator validator)
Sets the input validator for this cell editor.