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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

ComboBoxViewerCellEditor(Composite parent, int style)
Creates a new cell editor with a combo viewer and the given style
ComboBoxViewerCellEditor(Composite parent)
Creates a new cell editor with a combo viewer and a default style

Method