|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnViewer | |
---|---|
org.eclipse.compare.structuremergeviewer | Provides support for finding and displaying the differences between hierarchically structured data. |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.ui.dialogs | Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. |
org.eclipse.ui.navigator | Provides the Common Navigator framework. |
Uses of ColumnViewer in org.eclipse.compare.structuremergeviewer |
---|
Subclasses of ColumnViewer in org.eclipse.compare.structuremergeviewer | |
class |
DiffTreeViewer
A tree viewer that works on objects implementing the IDiffContainer and IDiffElement interfaces.
|
class |
StructureDiffViewer
A diff tree viewer that can be configured with a IStructureCreator
to retrieve a hierarchical structure from the input object (an ICompareInput )
and perform a two-way or three-way compare on it.
|
Uses of ColumnViewer in org.eclipse.jface.viewers |
---|
Subclasses of ColumnViewer in org.eclipse.jface.viewers | |
class |
AbstractTableViewer
This is a widget independent class implementors of Table like widgets can use to provide a
viewer on top of their widget implementations. |
class |
AbstractTreeViewer
Abstract base implementation for tree-structure-oriented viewers (trees and table trees). |
class |
CheckboxTableViewer
A concrete viewer based on an SWT Table
control with checkboxes on each node.
|
class |
CheckboxTreeViewer
A concrete tree-structured viewer based on an SWT Tree
control with checkboxes on each node.
|
class |
TableTreeViewer
Deprecated. As of 3.1 use TreeViewer instead |
class |
TableViewer
A concrete viewer based on a SWT Table control.
|
class |
TreeViewer
A concrete viewer based on an SWT Tree control.
|
Methods in org.eclipse.jface.viewers that return ColumnViewer | |
ColumnViewer |
EditingSupport.getViewer()
|
ColumnViewer |
ColumnViewerEditorActivationStrategy.getViewer()
|
protected ColumnViewer |
ColumnViewerEditor.getViewer()
|
Methods in org.eclipse.jface.viewers with parameters of type ColumnViewer | |
static void |
OwnerDrawLabelProvider.setUpOwnerDraw(ColumnViewer viewer)
Set up the owner draw callbacks for the viewer. |
static void |
ColumnViewerToolTipSupport.enableFor(ColumnViewer viewer)
Enable ToolTip support for the viewer by creating an instance from this class. |
static void |
ColumnViewerToolTipSupport.enableFor(ColumnViewer viewer,
int style)
Enable ToolTip support for the viewer by creating an instance from this class. |
boolean |
CellNavigationStrategy.isNavigationEvent(ColumnViewer viewer,
Event event)
is the given event an event which moves the selection to another cell |
boolean |
CellNavigationStrategy.isCollapseEvent(ColumnViewer viewer,
ViewerCell cellToCollapse,
Event event)
|
boolean |
CellNavigationStrategy.isExpandEvent(ColumnViewer viewer,
ViewerCell cellToExpand,
Event event)
|
void |
CellNavigationStrategy.expand(ColumnViewer viewer,
ViewerCell cellToExpand,
Event event)
|
void |
CellNavigationStrategy.collapse(ColumnViewer viewer,
ViewerCell cellToCollapse,
Event event)
|
ViewerCell |
CellNavigationStrategy.findSelectedCell(ColumnViewer viewer,
ViewerCell currentSelectedCell,
Event event)
|
boolean |
CellNavigationStrategy.shouldCancelEvent(ColumnViewer viewer,
Event event)
This method is consulted to decide whether an event has to be canceled or not. |
Constructors in org.eclipse.jface.viewers with parameters of type ColumnViewer | |
ViewerColumn(ColumnViewer viewer,
Widget columnOwner)
Create a new instance of the receiver at columnIndex. |
|
FocusCellOwnerDrawHighlighter(ColumnViewer viewer)
|
|
FocusCellHighlighter(ColumnViewer viewer)
|
|
EditingSupport(ColumnViewer viewer)
|
|
ColumnViewerToolTipSupport(ColumnViewer viewer,
int style,
boolean manualActivation)
Enable ToolTip support for the viewer by creating an instance from this class. |
|
ColumnViewerEditorActivationStrategy(ColumnViewer viewer)
|
|
ColumnViewerEditor(ColumnViewer viewer,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
|
Uses of ColumnViewer in org.eclipse.ui.dialogs |
---|
Subclasses of ColumnViewer in org.eclipse.ui.dialogs | |
class |
ContainerCheckedTreeViewer
CheckboxTreeViewer with special behaviour of the checked / gray state on container (non-leaf) nodes: The grayed state is used to visualize the checked state of its children. |
Uses of ColumnViewer in org.eclipse.ui.navigator |
---|
Subclasses of ColumnViewer in org.eclipse.ui.navigator | |
class |
CommonViewer
Provides the Tree Viewer for the Common Navigator. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.