Uses of Class
org.eclipse.jface.viewers.ViewerCell
-
Packages that use ViewerCell Package Description 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.ui.views.markers Utility classes for working with markers in views
-
-
Uses of ViewerCell in org.eclipse.jface.databinding.viewers
Methods in org.eclipse.jface.databinding.viewers with parameters of type ViewerCell Modifier and Type Method Description protected abstract IObservableValue<M>ObservableValueEditingSupport. doCreateElementObservable(E element, ViewerCell cell)Creates the observable value for the element.protected voidObservableValueEditingSupport. initializeCellEditorValue(CellEditor cellEditor, ViewerCell cell)Creates aBindingbetween the editor and the element to be edited.protected voidObservableValueEditingSupport. saveCellEditorValue(CellEditor cellEditor, ViewerCell cell)Updates the model from the target.voidObservableMapCellLabelProvider. update(ViewerCell cell)Updates the label of the cell with the value for the cell element. -
Uses of ViewerCell in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers that return ViewerCell Modifier and Type Method Description ViewerCellCellNavigationStrategy. findSelectedCell(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event)ViewerCellColumnViewer. getCell(Point point)Returns the viewer cell at the given widget-relative coordinates, ornullif there is no cell at that locationViewerCellViewerRow. getCell(int column)Get a ViewerCell for the column at index.ViewerCellViewerRow. getCell(Point point)Get the ViewerCell at point.ViewerCellColumnViewerEditor. getFocusCell()ViewerCellFocusCellHighlighter. getFocusCell()ViewerCellTableViewerEditor. getFocusCell()ViewerCellTableViewerFocusCellManager. getFocusCell()ViewerCellTreeViewerEditor. getFocusCell()ViewerCellTreeViewerFocusCellManager. getFocusCell()ViewerCellViewerCell. getNeighbor(int directionMask, boolean sameLevel)Returns the specified neighbor of this cell, ornullif no neighbor exists in the given direction.Methods in org.eclipse.jface.viewers with parameters of type ViewerCell Modifier and Type Method Description voidCellNavigationStrategy. collapse(ColumnViewer viewer, ViewerCell cellToCollapse, Event event)protected CompositeColumnViewerToolTipSupport. createViewerToolTipContentArea(Event event, ViewerCell cell, Composite parent)Creates the content area of the tool tip giving access to the cell the tip is shown for.voidCellNavigationStrategy. expand(ColumnViewer viewer, ViewerCell cellToExpand, Event event)ViewerCellCellNavigationStrategy. findSelectedCell(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event)protected voidFocusCellHighlighter. focusCellChanged(ViewerCell cell)Deprecated.protected voidFocusCellHighlighter. focusCellChanged(ViewerCell newCell, ViewerCell oldCell)Called by the framework when the focus cell has changed.protected voidFocusCellOwnerDrawHighlighter. focusCellChanged(ViewerCell newCell, ViewerCell oldCell)protected ColorFocusCellOwnerDrawHighlighter. getSelectedCellBackgroundColor(ViewerCell cell)The color to use when rendering the background of the selected cell when the control has the input focusprotected ColorFocusCellOwnerDrawHighlighter. getSelectedCellBackgroundColorNoFocus(ViewerCell cell)The color to use when rendering the background of the selected cell when the control has no input focusprotected ColorFocusCellOwnerDrawHighlighter. getSelectedCellForegroundColor(ViewerCell cell)The color to use when rendering the foreground (=text) of the selected cell when the control has the input focusprotected ColorFocusCellOwnerDrawHighlighter. getSelectedCellForegroundColorNoFocus(ViewerCell cell)The color to use when rendering the foreground (=text) of the selected cell when the control has no input focusprotected voidEditingSupport. initializeCellEditorValue(CellEditor cellEditor, ViewerCell cell)Initialize the editor.booleanCellNavigationStrategy. isCollapseEvent(ColumnViewer viewer, ViewerCell cellToCollapse, Event event)booleanCellNavigationStrategy. isExpandEvent(ColumnViewer viewer, ViewerCell cellToExpand, Event event)protected booleanFocusCellOwnerDrawHighlighter. onlyTextHighlighting(ViewerCell cell)Controls whether the whole cell or only the text-area is highlightedprotected voidEditingSupport. saveCellEditorValue(CellEditor cellEditor, ViewerCell cell)Save the value of the cell editor back to the model.abstract voidCellLabelProvider. update(ViewerCell cell)Update the label for cell.voidColumnLabelProvider. update(ViewerCell cell)voidDecoratingStyledCellLabelProvider. update(ViewerCell cell)voidDelegatingStyledCellLabelProvider. update(ViewerCell cell)voidOwnerDrawLabelProvider. update(ViewerCell cell)voidStyledCellLabelProvider. update(ViewerCell cell)protected abstract voidColumnViewerEditor. updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)protected voidTableViewerEditor. updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)protected voidTreeViewerEditor. updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)Constructors in org.eclipse.jface.viewers with parameters of type ViewerCell Constructor Description ColumnViewerEditorActivationEvent(ViewerCell cell)This constructor can be used when no event exists.ColumnViewerEditorActivationEvent(ViewerCell cell, KeyEvent event)ColumnViewerEditorActivationEvent(ViewerCell cell, MouseEvent event)This constructor is used for all types of mouse events.ColumnViewerEditorActivationEvent(ViewerCell cell, TraverseEvent event)This constructor is used to mark the activation triggered by a traversal -
Uses of ViewerCell in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers with parameters of type ViewerCell Modifier and Type Method Description voidMarkerField. update(ViewerCell cell)Update the contents of the cell.
-