Example usage for org.eclipse.jface.viewers TableViewer subclass-usage

List of usage examples for org.eclipse.jface.viewers TableViewer subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers TableViewer subclass-usage.

Usage

From source file com.astra.ses.spell.gui.views.controls.tables.BasicTable.java

/*******************************************************************************
 * @brief 
 * @date 09/10/07
 * @author Rafael Chinchilla Camara (GMV)
 ******************************************************************************/
public abstract class BasicTable extends TableViewer implements ControlListener {

From source file com.clustercontrol.calendar.viewer.CalendarDetailListTableViewer.java

/**
 * ?<BR>
 * 
 * @version 2.1.0
 * @since 2.1.0
 */

From source file com.clustercontrol.monitor.run.viewer.TableItemTableViewer.java

/**
 * ??<BR>
 *
 * @version 5.0.0
 * @since 5.0.0
 */

From source file com.clustercontrol.viewer.CommonTableViewer.java

/**
 * <BR>
 *
 * @version 2.2.0
 * @since 1.0.0
 */

From source file com.dadabeatnik.codemap.ui.editors.EntryTableViewer.java

/**
 * Table Viewer for an Entry
 * 
 * @author Phillip Beauvoir
 */
public class EntryTableViewer extends TableViewer {

From source file com.dadabeatnik.codemap.ui.editors.FileTableViewer.java

/**
 * Table Viewer for Files
 * 
 * @author Phillip Beauvoir
 */
public class FileTableViewer extends TableViewer {

From source file com.dadabeatnik.properties.editor.PropertiesTableViewer.java

/**
 * Properties Table Viewer
 * 
 * @author Phillip Beauvoir
 */
public class PropertiesTableViewer extends TableViewer {

From source file com.github.gittodo.rcp.views.GitToDoTree.java

public class GitToDoTree extends TableViewer {

    private final GitToDoTree gtdTree;
    private final GitToDoTreeFilter treeFilter;
    private final Table table;
    private Composite shell;

From source file com.google.dart.tools.ui.callhierarchy.LocationViewer.java

class LocationViewer extends TableViewer {

    /**
     * Creates the table control.
     * 
     * @param parent the parent composite

From source file com.google.dart.tools.ui.internal.viewsupport.ProblemTableViewer.java

/**
 * Extends a TableViewer to allow more performance when showing error ticks. A
 * <code>ProblemItemMapper</code> is contained that maps all items in the tree to underlying
 * resource
 */
public class ProblemTableViewer extends TableViewer implements ResourceToItemsMapper.IContentViewerAccessor {