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

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

Introduction

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

Usage

From source file era.foss.ui.contrib.MultiComboViewer.java

/**
 * A concrete viewer based either on an SWT <code>Combo</code> control or <code>CCombo</code> control. This class is
 * intended as an alternative to the JFace <code>ListViewer</code>, which displays its content in a combo box rather
 * than a list. Wherever possible, this class attempts to behave like ListViewer.
 * <p>
 * 

From source file net.enilink.commons.ui.jface.viewers.CComboViewer.java

/**
 * A concrete viewer based on an SWT <code>Combo</code> control. This class is intended
 * as an alternative to the JFace <code>ListViewer</code>, which displays its content
 * in a combo box rather than a list. Wherever possible, this class attempts to behave
 * like ListViewer. <p>
 * 

From source file org.dozer.eclipse.plugin.editorpage.imagecombo.ImageComboViewer.java

public class ImageComboViewer extends AbstractListViewer {

    /**
     * This viewer's list control if this viewer is instantiated with a imagecombo control; otherwise
     * <code>null</code>.
     * 

From source file org.eclipse.birt.core.ui.swt.custom.TextComboViewer.java

/**
 * TextComboViewer
 */
public class TextComboViewer extends AbstractListViewer implements Listener {

    private TextCombo combo;

From source file org.eclipse.emf.eef.runtime.ui.widgets.EMFComboViewer.java

/**
 * @author <a href="mailto:goulwen.lefur@obeo.fr">Goulwen Le Fur</a>
 * @author <a href="mailto:stephane.bouchet@obeo.fr">Stephane Bouchet</a>
 */
public class EMFComboViewer extends AbstractListViewer {

From source file org.eclipse.nebula.jface.viewer.radiogroup.RadioGroupViewer.java

/**
 * A concrete viewer based on a Nebula {@link RadioGroup} control.
 * <p>
 * <b>PROVISIONAL</b>: The superclass hierarchy of this viewer is provisional
 * and expected to change. Specifically we plan to change this class to extend a
 * new ItemViewer class in the near future. Therefore clients should avoid using

From source file org.parallelj.ixea.tools.CComboViewer.java

/**
 * ComboViewer adapted to CCombo
 *
 * @author mvanbesien
 * @version $Revision: 1.1 $
 * @since $Date: 2008/01/21 16:39:19 $