Uses of Class
org.eclipse.jface.viewers.StructuredViewer
-
Packages that use StructuredViewer Package Description org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.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.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. -
-
Uses of StructuredViewer in org.eclipse.compare.structuremergeviewer
Subclasses of StructuredViewer 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 StructuredViewer in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return StructuredViewer Modifier and Type Method Description protected StructuredViewerAbstractDebugView. getStructuredViewer()Returns this view's viewer as a structured viewer, ornullif none. -
Uses of StructuredViewer in org.eclipse.jface.databinding.viewers
Methods in org.eclipse.jface.databinding.viewers with parameters of type StructuredViewer Modifier and Type Method Description static <E> voidViewerSupport. bind(StructuredViewer viewer, IObservableList<E> input, IValueProperty<? super E,?> labelProperty)Binds the viewer to the specified input, using the specified label property to generate labels.static <E> voidViewerSupport. bind(StructuredViewer viewer, IObservableList<E> input, IValueProperty<? super E,?>... labelProperties)Binds the viewer to the specified input, using the specified label properties to generate labels.static <E> voidViewerSupport. bind(StructuredViewer viewer, IObservableSet<E> input, IValueProperty<? super E,?> labelProperty)Binds the viewer to the specified input, using the specified label property to generate labels.static <E> voidViewerSupport. bind(StructuredViewer viewer, IObservableSet<E> input, IValueProperty<? super E,?>... labelProperties)Binds the viewer to the specified input, using the specified label properties to generate labels.static IViewerObservableSetViewersObservables. observeFilters(StructuredViewer viewer)Deprecated.useViewerPropertiesinsteadstatic IViewerObservableListViewersObservables. observeMultiPostSelection(StructuredViewer viewer)Deprecated.useViewerPropertiesinsteadstatic IViewerObservableValueViewersObservables. observeSinglePostSelection(StructuredViewer viewer)Deprecated.useViewerPropertiesinstead -
Uses of StructuredViewer in org.eclipse.jface.viewers
Subclasses of StructuredViewer 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.classTableViewerA concrete viewer based on a SWTTablecontrol.classTreeViewerA concrete viewer based on an SWTTreecontrol.Methods in org.eclipse.jface.viewers with parameters of type StructuredViewer Modifier and Type Method Description protected static Widget[]StructuredViewerInternals. getItems(StructuredViewer viewer, Object element)Nothing to see here.protected static voidStructuredViewerInternals. setAssociateListener(StructuredViewer viewer, StructuredViewerInternals.AssociateListener listener)Nothing to see here. -
Uses of StructuredViewer in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text that return StructuredViewer Modifier and Type Method Description protected StructuredViewerAbstractTextSearchViewPage. getViewer()Returns the viewer currently used in this page. -
Uses of StructuredViewer in org.eclipse.ui
Constructors in org.eclipse.ui with parameters of type StructuredViewer Constructor Description OpenAndLinkWithEditorHelper(StructuredViewer viewer)Creates a new helper for the given viewer. -
Uses of StructuredViewer in org.eclipse.ui.dialogs
Subclasses of StructuredViewer 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 StructuredViewer in org.eclipse.ui.navigator
Subclasses of StructuredViewer in org.eclipse.ui.navigator Modifier and Type Class Description classCommonViewerProvides the Tree Viewer for the Common Navigator.Methods in org.eclipse.ui.navigator that return StructuredViewer Modifier and Type Method Description StructuredViewerICommonActionExtensionSite. getStructuredViewer()Methods in org.eclipse.ui.navigator with parameters of type StructuredViewer Modifier and Type Method Description INavigatorContentServiceNavigatorContentServiceFactory. createContentService(String aViewerId, StructuredViewer aViewer)Returns an instance of INavigatorContentService configured for the given id.voidINavigatorSaveablesService. init(ISaveablesSource source, StructuredViewer viewer, ISaveablesLifecycleListener listener)Initializes this service.Constructors in org.eclipse.ui.navigator with parameters of type StructuredViewer Constructor Description CommonDropAdapter(INavigatorContentService aContentService, StructuredViewer aStructuredViewer)Create a DropAdapter that handles a drop based on the given content service and selection provider.NavigatorActionService(ICommonViewerSite aCommonViewerSite, StructuredViewer aStructuredViewer, INavigatorContentService aContentService) -
Uses of StructuredViewer in org.eclipse.ui.part
Constructors in org.eclipse.ui.part with parameters of type StructuredViewer Constructor Description PluginDropAdapter(StructuredViewer viewer)Creates a plug-in drop adapter for the given viewer. -
Uses of StructuredViewer in org.eclipse.ui.views.navigator
Constructors in org.eclipse.ui.views.navigator with parameters of type StructuredViewer Constructor Description NavigatorDropAdapter(StructuredViewer viewer)Deprecated.Constructs a new drop adapter.ResourceNavigatorMoveAction(Shell shell, StructuredViewer structureViewer)Deprecated.Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI.
-