Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
TableViewerRow
TableViewerRow is the Table specific implementation of ViewerRow
|
class |
TreeViewerRow
TreeViewerRow is the Tree implementation of ViewerRow.
|
Modifier and Type | Method and Description |
---|---|
abstract ViewerRow |
ViewerRow.getNeighbor(int direction,
boolean sameLevel)
Returns a neighboring row, or
null if no neighbor exists in
the given direction. |
ViewerRow |
TreeViewerRow.getNeighbor(int direction,
boolean sameLevel) |
ViewerRow |
TableViewerRow.getNeighbor(int direction,
boolean sameLevel) |
ViewerRow |
ViewerCell.getViewerRow() |
protected ViewerRow |
ColumnViewer.getViewerRow(Point point)
Returns the viewer row at the given widget-relative coordinates.
|
protected ViewerRow |
TableViewer.getViewerRowFromItem(Widget item) |
protected ViewerRow |
AbstractTreeViewer.getViewerRowFromItem(Widget item) |
protected abstract ViewerRow |
ColumnViewer.getViewerRowFromItem(Widget item)
Returns a
ViewerRow associated with the given row widget. |
protected ViewerRow |
TreeViewer.getViewerRowFromItem(Widget item) |
protected abstract ViewerRow |
AbstractTableViewer.internalCreateNewRowPart(int style,
int rowIndex)
Create a new row.
|
protected ViewerRow |
TableViewer.internalCreateNewRowPart(int style,
int rowIndex)
Create a new row with style at index
|
Modifier and Type | Method and Description |
---|---|
protected void |
ColumnViewerEditor.processTraverseEvent(int columnIndex,
ViewerRow row,
TraverseEvent event)
Process the traverse event and opens the next available editor depending
of the implemented strategy.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.