List of usage examples for org.eclipse.jface.viewers TableViewer subclass-usage
From source file org.polymap.core.data.ui.featuretable.FeatureTableViewer.java
/** * * * @author <a href="http://www.polymap.de">Falko Brutigam</a> */ public class FeatureTableViewer extends TableViewer {
From source file org.polymap.rhei.table.FeatureTableViewer.java
/**
*
* <p/>
* Use of the following content providers:
* <ul>
* <li>{@link LazyFeatureContentProvider}: filter and sorting in backend {@link FeatureSource}</li>
From source file org.polymap.rhei.um.ui.UsersTableViewer.java
/** * * * @author <a href="http://www.polymap.de">Falko Brutigam</a> */ public class UsersTableViewer extends TableViewer {
From source file org.rifidi.ui.ide.views.antennaview.TagViewer.java
/**
* This is the table where the tags will be displayed in the UI. It's setting
* the name of the table columns, adding the drag&drop support and actions like
* delete tag from antenna.
*
* @author Jochen Mader - jochen@pramari.com
From source file org.rubypeople.rdt.internal.ui.callhierarchy.LocationViewer.java
class LocationViewer extends TableViewer { private final String columnHeaders[] = { CallHierarchyMessages.LocationViewer_ColumnIcon_header, CallHierarchyMessages.LocationViewer_ColumnLine_header, CallHierarchyMessages.LocationViewer_ColumnInfo_header }; private ColumnLayoutData columnLayouts[] = { new ColumnPixelData(18, false, true), new ColumnWeightData(60),
From source file org.rubypeople.rdt.internal.ui.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 {
From source file org.rulez.magwas.zenta.templates.dialog.TemplatesTableViewer.java
/** * Templates Table Viewer * * @author Phillip Beauvoir */ public class TemplatesTableViewer extends TableViewer {
From source file org.rulez.magwas.zenta.templates.wizard.TemplateGroupsTableViewer.java
/** * Templates Groups Table Viewer * * @author Phillip Beauvoir */ public class TemplateGroupsTableViewer extends TableViewer {
From source file org.spearce.egit.ui.internal.history.CommitFileDiffViewer.java
class CommitFileDiffViewer extends TableViewer { private TreeWalk walker; private Clipboard clipboard; CommitFileDiffViewer(final Composite parent) {
From source file org.summer.sdt.internal.debug.ui.launcher.RuntimeClasspathViewer.java
/** * A viewer that displays and manipulates runtime classpath entries. */ public class RuntimeClasspathViewer extends TableViewer implements IClasspathViewer { /**