List of usage examples for org.eclipse.jface.viewers TreeViewer subclass-usage
From source file org.emftext.language.xpath2.resource.xpath2.ui.Xpath2OutlinePageTreeViewer.java
/** * This custom implementation of a TreeViewer expands the tree automatically up to * a specified depth. */ public class Xpath2OutlinePageTreeViewer extends TreeViewer {
From source file org.emftext.language.xpath3.resource.xpath3.ui.Xpath3OutlinePageTreeViewer.java
/** * This custom implementation of a TreeViewer expands the tree automatically up to * a specified depth. */ public class Xpath3OutlinePageTreeViewer extends TreeViewer {
From source file org.emftext.runtime.ui.outline.EMFTextOutlinePageTreeViewer.java
/** * This custom implementation of a TreeViewer expands the tree * automatically up to a specified depth. */ final class EMFTextOutlinePageTreeViewer extends TreeViewer {
From source file org.emftext.sdk.concretesyntax.resource.cs.ui.CsOutlinePageTreeViewer.java
/** * This custom implementation of a TreeViewer expands the tree automatically up to * a specified depth. */ public class CsOutlinePageTreeViewer extends TreeViewer {
From source file org.emftext.sdk.generatorconfig.resource.generatorconfig.ui.GeneratorconfigOutlinePageTreeViewer.java
public class GeneratorconfigOutlinePageTreeViewer extends org.eclipse.jface.viewers.TreeViewer { boolean suppressNotifications = false; public GeneratorconfigOutlinePageTreeViewer(org.eclipse.swt.widgets.Composite parent, int style) { super(parent, style);
From source file org.fusesource.ide.jvmmonitor.internal.ui.views.JvmTreeViewer.java
/** * The tree viewer on JVM Monitor view. */ public class JvmTreeViewer extends TreeViewer implements IJvmModelChangeListener, ISelectionChangedListener, IDoubleClickListener {
From source file org.goko.controller.grbl.v08.element.PropertyTable.java
/**
* Custom property table
*
* @author PsyKo
*
*/
From source file org.goko.grbl.controller.element.PropertyTable.java
/**
* Custom property table
*
* @author PsyKo
*
*/
From source file org.hibernate.eclipse.console.viewers.xpl.MTreeViewer.java
/**
* TreeViewer has the next lack design to work with the objects as TreeItem id:
* internalFindItems always return array of size <= 1
* cause doFindItems & internalFindItem returns FIRST proper item which it find
* but in common case this is not the TRUTH - so TreeViewer add method doesn't work
* as we expected.
From source file org.jboss.tools.jmx.jvmmonitor.internal.ui.views.JvmTreeViewer.java
/** * The tree viewer on JVM Monitor view. */ public class JvmTreeViewer extends TreeViewer implements IJvmModelChangeListener, ISelectionChangedListener, IDoubleClickListener {