List of usage examples for org.eclipse.jface.viewers TreeViewer subclass-usage
From source file de.ovgu.featureide.fm.ui.editors.configuration.ConfigurationTreeViewer.java
/**
* requires a configuration as input (via setInput) and additionally a feature
* model with the constructor
*
* @author Christian Kaestner
*/
From source file de.quamoco.adaptation.view.SelfRefreshingTreeViewer.java
/**
* A {@link TreeViewer} that automatically adapts the {@link CommandStack} of the
* passed input's {@link EditingDomain}(s) and calls {@link TreeViewer#refresh()}
* each time any command is executed.<br>
* <br>
* <b>Might be improved by refreshing more selectively.</b>
From source file de.snertlab.xdccBee.ui.IrcTreeViewer.java
/** * @author holgi * */ public class IrcTreeViewer extends TreeViewer implements INotifyConnectedState {
From source file de.tub.tfs.henshin.editor.ui.dialog.condition.ConditionTreeViewer.java
/** * The Class ConditionTreeViewer. */ public class ConditionTreeViewer extends TreeViewer implements ISelectionChangedListener { /** The selected tree node. */
From source file dk.itu.sdg.language.xwpf.resource.xwpf.ui.XwpfOutlinePageTreeViewer.java
/** * This custom implementation of a TreeViewer expands the tree automatically up to * a specified depth. */ public class XwpfOutlinePageTreeViewer extends org.eclipse.jface.viewers.TreeViewer {
From source file edu.isistan.carcha.components.WorkbenchTreeViewer.java
/** * The Class WorkbenchTreeViewer. */ @SuppressWarnings("restriction") public class WorkbenchTreeViewer extends TreeViewer {
From source file eu.artist.postmigration.nfrvt.lang.util.run.ui.ModelTreeViewer.java
public class ModelTreeViewer extends TreeViewer { public ModelTreeViewer(Composite parent) { super(parent); init(); }
From source file eu.numberfour.n4js.ui.compare.ProjectCompareTree.java
/** * UI widget to show comparisons of API and implementation projects. */ public class ProjectCompareTree extends TreeViewer { /** Maximum number of implementations shown side-by-side if there is no focus implementation. */
From source file eu.udig.catalog.ng.ui.CatalogNGTreeView.java
/**
* Provides Tree view of the Registry Service Types for a unified catalog NG view
* @todo Look into making this generic for all 4 views
* <p>
* Supports the following:
* <ul>
From source file ext.org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewer.java
class CallHierarchyViewer extends TreeViewer { private final CallHierarchyViewPart fPart; private final CallHierarchyContentProvider fContentProvider; private CallerMethodWrapper fConstructorToExpand;