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

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

Introduction

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

Usage

From source file org.nightlabs.base.ui.celleditor.ComboBoxCellEditor.java

/**
 * ComboBox based {@link CellEditor}. 
 */
public class ComboBoxCellEditor extends AbstractComboBoxCellEditor {
    /**
     * The list of items to present in the combo box.