List of usage examples for org.eclipse.jface.viewers TreeViewer subclass-usage
From source file net.refractions.udig.catalog.ui.browse.ServiceTypeTreeViewer.java
/**
* Provides Tree view of the Registry Service Types.
* @todo Look into making this generic for all 4 views
* <p>
* Supports the following:
* <ul>
From source file net.refractions.udig.catalog.ui.CatalogTreeViewer.java
/**
* Provides Tree view of the Registry.
* <p>
* Supports the following:
* <ul>
* <li>List
From source file net.refractions.udig.tool.info.internal.InfoTreeViewer.java
/**
* Display Information from InfoTool as a Tree.
* <p>
* InfoTool currently grabs a list from the Renderstack, this may be replaced
* with real Information object at somepoint in the future.
* </p>
From source file net.yatomiya.nicherry.ui.views.explorer.ExplorerViewer.java
public class ExplorerViewer extends TreeViewer { private IEclipseContext context; private ExplorerService expSrv; private MExplorer model;
From source file org.amanzi.neo.geoptima.loader.ui.widgets.impl.FtpTreeViewer.java
/**
* TODO Purpose of
* <p>
* </p>
*
* @author Vladislav_Kondratenko
From source file org.apache.directory.studio.ldapservers.views.ServersTableViewer.java
/** * This class implements a {@link TreeViewer} that displays the servers. * * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a> */ public class ServersTableViewer extends TreeViewer {
From source file org.archicontribs.modelrepository.views.GitRepositoryTreeViewer.java
/** * Repository Tree Viewer */ public class GitRepositoryTreeViewer extends TreeViewer { /** * The Root Folder we are exploring
From source file org.bonitasoft.studio.common.repository.ui.viewer.RepositoryTreeViewer.java
/** * @author Baptiste Mesta * */ public class RepositoryTreeViewer extends TreeViewer {
From source file org.bonitasoft.studio.contract.ui.property.input.ContractInputTreeViewer.java
/** * @author Romain Bioteau */ public class ContractInputTreeViewer extends TreeViewer { private AdapterFactoryContentProvider propertySourceProvider;
From source file org.cs3.pdt.editor.internal.views.lightweightOutline.OutlineTreeViewer.java
class OutlineTreeViewer extends TreeViewer { OutlineTreeViewer(Tree tree) { super(tree); }