List of usage examples for org.eclipse.jface.viewers ComboViewer subclass-usage
From source file org.kalypso.contribs.eclipse.jface.viewers.CharsetViewer.java
/** * Shows the list of available charset to the user. * * @author Gernot Belger */ public class CharsetViewer extends ComboViewer {
From source file org.perfclipse.wizards.swt.jface.StringComboViewer.java
/**
*
* ComboViewer with ArrayContentProvider and ClassLabelProvider, and
* sets collection as a input.
* @author Jakub Knetl
*
From source file sernet.verinice.rcp.search.SearchComboViewer.java
/**
* Viewer for a search result.
*
* Shows a set of available {@link VeriniceSearchResultTable}. Displays the
* {@link VeriniceSearchResultTable} with the most hits first.
*