List of usage examples for org.eclipse.jface.viewers TableViewer subclass-usage
From source file net.sf.eclipsecs.ui.util.table.EnhancedTableViewer.java
/**
* This subclass of <code>TableViewer</code> adds easier sorting support and
* support for storing table settings (column width, sorter state).
*
* @author Lars Kdderitzsch
*/
From source file net.yatomiya.nicherry.ui.views.bbsfilter.BBSFilterViewer.java
public class BBSFilterViewer extends TableViewer { static final String COLUMN_INDEX = "index"; static final String COLUMN_ENABLE = "enable"; static final String COLUMN_CREATE_TIME = "create_time"; static final String COLUMN_EXPIRATION_INTERVAL_TIME = "expiration_interval_time"; static final String COLUMN_TEXT = "text";
From source file net.yatomiya.nicherry.ui.views.board.BoardViewer.java
public class BoardViewer extends TableViewer { public static final String COLUMN_TITLE = "title"; public static final String COLUMN_NO = "no"; public static final String COLUMN_MESSAGE_COUNT = "message_count"; public static final String COLUMN_MESSAGE_COUNT_IN_DAT = "message_count_in_dat"; public static final String COLUMN_MESSAGE_NEW_ARRIVAL_COUNT = "message_new_arrival_count";
From source file org.agilereview.ui.basic.commentSummary.CSTableViewer.java
/** * {@link TableViewer} for the {@link CommentSummaryView} * @author Malte Brunnlieb (28.04.2012) */ public class CSTableViewer extends TableViewer {
From source file org.amanzi.awe.nem.ui.properties.table.PropertyTable.java
/**
* TODO Purpose of
* <p>
* </p>
*
* @author Vladislav_Kondratenko
From source file org.amanzi.awe.nem.ui.properties.table.SynonymsTable.java
/**
* TODO Purpose of
* <p>
* </p>
*
* @author Vladislav_Kondratenko
From source file org.amanzi.awe.ui.preferences.dateformat.FormatTableViewer.java
/**
* <p>
* format table viewer
* </p>
*
* @author Vladislav_Kondratenko
From source file org.apache.felix.sigil.eclipse.ui.internal.editors.project.ProjectTableViewer.java
public class ProjectTableViewer extends TableViewer { private ModelLabelProvider labelProvider; public ProjectTableViewer(Table table) { super(table);
From source file org.apache.felix.sigil.ui.eclipse.ui.editors.project.ProjectTableViewer.java
public class ProjectTableViewer extends TableViewer { private ModelLabelProvider labelProvider; public ProjectTableViewer(Table table) { super(table);
From source file org.atomictagging.ui.tableviewer.AtomsTableViewer.java
/** * @author strangeoptics * */ public class AtomsTableViewer extends TableViewer implements IAtomListener, KeyListener {