List of usage examples for org.eclipse.jface.viewers ArrayContentProvider subclass-usage
From source file ar.com.fluxit.jqa.viewer.LayersGraphContentProvider.java
/** * TODO javadoc * * @author Juan Ignacio Barisich */ public class LayersGraphContentProvider extends ArrayContentProvider implements IGraphEntityContentProvider {
From source file com.buildml.eclipse.actions.ActionsEditorContentProvider.java
/** * Content Provider for the TreeViewer used as the main viewer in the ActionsEditor. * * @author "Peter Smith <psmith@arapiki.com>" */ public class ActionsEditorContentProvider extends ArrayContentProvider implements ITreeContentProvider {
From source file com.buildml.eclipse.files.FilesEditorContentProvider.java
/** * @author "Peter Smith <psmith@arapiki.com>" * */ public class FilesEditorContentProvider extends ArrayContentProvider implements ITreeContentProvider {
From source file com.buildml.eclipse.outline.OutlineContentProvider.java
/**
* A content provider for the OutlinePage class, which uses an SWT TreeViewer to
* display a BuildML package hierarchy.
*
* @author "Peter Smith <psmith@arapiki.com>"
*/
From source file com.buildml.eclipse.packages.properties.filegroup.FileGroupContentProvider.java
/**
* A "content provider" class that feeds the TreeViewer in {@link FileGroupContentPropertyPage}
* with the content of a file group.
*
* @author Peter Smith <psmith@arapiki.com>
*/
From source file com.buildml.eclipse.utils.dialogs.VFSTreeContentProvider.java
/** * A standard ITreeContentProvider associated with the VFSTreeSelectionDialog class. * * @author "Peter Smith <psmith@arapiki.com>" */ /* package */ class VFSTreeContentProvider extends ArrayContentProvider implements ITreeContentProvider {
From source file com.ebmwebsourcing.petals.common.internal.provisional.utils.NodeListContentProvider.java
/** * A content provider that works with NodeList as input. * @author Vincent Zurczak - EBM WebSourcing */ public class NodeListContentProvider extends ArrayContentProvider {
From source file com.embedthis.ejs.ide.views.EJScriptProjectContentProvider.java
public class EJScriptProjectContentProvider extends ArrayContentProvider implements ITreeContentProvider { public EJScriptProjectContentProvider() { // TODO Auto-generated constructor stub }
From source file com.hangum.tadpole.manager.core.editor.resource.ResourceManagerContentProvider.java
/** * manager view? content provider * @author hangum * */ public class ResourceManagerContentProvider extends ArrayContentProvider implements ITreeContentProvider {
From source file com.hangum.tadpole.monitoring.core.editors.monitoring.manage.UserDBContentProvider.java
/** * manager view? content provider * @author hangum * */ public class UserDBContentProvider extends ArrayContentProvider implements ITreeContentProvider {