Uses of Class
org.eclipse.jface.viewers.ContentViewer
-
Packages that use ContentViewer Package Description org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side.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 ContentViewer in org.eclipse.compare.contentmergeviewer
Subclasses of ContentViewer in org.eclipse.compare.contentmergeviewer Modifier and Type Class Description classContentMergeViewerAn abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.classTextMergeViewerA text merge viewer uses theRangeDifferencerto perform a textual, line-by-line comparison of two (or three) input documents. -
Uses of ContentViewer in org.eclipse.compare.structuremergeviewer
Subclasses of ContentViewer in org.eclipse.compare.structuremergeviewer Modifier and Type Class Description classDiffTreeViewerA tree viewer that works on objects implementing theIDiffContainerandIDiffElementinterfaces.classStructureDiffViewerA diff tree viewer that can be configured with aIStructureCreatorto retrieve a hierarchical structure from the input object (anICompareInput) and perform a two-way or three-way compare on it. -
Uses of ContentViewer in org.eclipse.jface.viewers
Subclasses of ContentViewer in org.eclipse.jface.viewers Modifier and Type Class Description classAbstractListViewerAbstract base class for viewers that contain lists of items (such as a combo or list).classAbstractTableViewerThis is a widget independent class implementors ofTablelike widgets can use to provide a viewer on top of their widget implementations.classAbstractTreeViewerAbstract base implementation for tree-structure-oriented viewers (trees and table trees).classCheckboxTableViewerA concrete viewer based on an SWTTablecontrol with checkboxes on each node.classCheckboxTreeViewerA concrete tree-structured viewer based on an SWTTreecontrol with checkboxes on each node.classColumnViewerThe ColumnViewer is the abstract superclass of viewers that have columns (e.g., AbstractTreeViewer and AbstractTableViewer).classComboViewerA concrete viewer based either on an SWTCombocontrol orCCombocontrol.classListViewerA concrete viewer based on an SWTListcontrol.classStructuredViewerAbstract base implementation for structure-oriented viewers (trees, lists, tables).classTableViewerA concrete viewer based on a SWTTablecontrol.classTreeViewerA concrete viewer based on an SWTTreecontrol. -
Uses of ContentViewer in org.eclipse.ui.dialogs
Subclasses of ContentViewer in org.eclipse.ui.dialogs Modifier and Type Class Description classContainerCheckedTreeViewerCheckboxTreeViewer 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 ContentViewer in org.eclipse.ui.navigator
Subclasses of ContentViewer in org.eclipse.ui.navigator Modifier and Type Class Description classCommonViewerProvides the Tree Viewer for the Common Navigator.
-