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.archimatetool.templates.wizard.TemplateGroupsTableViewer.java

/**
 * Templates Groups Table Viewer
 * 
 * @author Phillip Beauvoir
 */
public class TemplateGroupsTableViewer extends TableViewer {

From source file com.astra.ses.spell.gui.dialogs.controls.DictVariablesTable.java

/*******************************************************************************
 * @brief
 * @date 
 ******************************************************************************/
public class DictVariablesTable extends TableViewer {
    public interface IValueEditListener {

From source file com.astra.ses.spell.gui.presentation.code.controls.CodeViewer.java

/*******************************************************************************
 * @brief This viewer uses a table for showing the procedure code and the
 *        execution live status.
 * @date 09/10/07
 * @author Rafael Chinchilla Camara (GMV)
 ******************************************************************************/

From source file com.astra.ses.spell.gui.presentation.code.controls.ItemInfoTable.java

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

From source file com.astra.ses.spell.gui.presentation.code.iteminfo.ItemInfoTable.java

/*******************************************************************************
 * @brief
 * @date 09/10/07
 ******************************************************************************/
public class ItemInfoTable extends TableViewer {
    /** ContentProvider */

From source file com.astra.ses.spell.gui.shared.views.controls.SharedVariablesTableViewer.java

public class SharedVariablesTableViewer extends TableViewer {
    public SharedVariablesTableViewer(Composite parent, ISharedScope table, boolean monitoringMode) {
        super(parent);
        getTable().setHeaderVisible(true);
        getTable().setLinesVisible(true);
        createColumns(table, monitoringMode);

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

/*******************************************************************************
 * @brief Composite that uses a table for showing the log messages.
 * @date 09/10/07
 * @author Rafael Chinchilla Camara (GMV)
 ******************************************************************************/
public class LogViewer extends TableViewer {

From source file com.astra.ses.spell.gui.views.controls.master.CurrentExecutorsTable.java

/*******************************************************************************
 * @brief
 * @date 09/10/07
 ******************************************************************************/
public class CurrentExecutorsTable extends TableViewer implements IDoubleClickListener {
    // =========================================================================

From source file com.astra.ses.spell.gui.views.controls.master.recovery.RecoveryTable.java

/*******************************************************************************
 * @brief
 * @date 09/10/07
 ******************************************************************************/
public class RecoveryTable extends TableViewer {
    // =========================================================================

From source file com.astra.ses.spell.gui.views.controls.master.RecoveryTable.java

/*******************************************************************************
 * @brief
 * @date 09/10/07
 ******************************************************************************/
public class RecoveryTable extends TableViewer {
    // =========================================================================