| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.ctree |
| Modifier and Type | Field and Description |
|---|---|
protected CTreeCell[] |
CTreeItem.cells
The cells which belong to, or are contained by, this item.
|
| Modifier and Type | Method and Description |
|---|---|
CTreeCell |
CTreeItem.getCell(int cell) |
CTreeCell |
CTreeItem.getCell(int x,
int y) |
CTreeCell |
CTreeItem.getCell(org.eclipse.swt.graphics.Point pt) |
CTreeCell[] |
CTreeItem.getCells() |
CTreeCell |
CTreeItem.getCheckCell() |
CTreeCell |
CTreeItem.getCTreeCell(int column) |
CTreeCell |
CTreeItem.getTreeCell() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CTreeLayout.computeContentHeight(int eventType,
CTreeCell cell)
Compute the height of the Content area after the given cell has experienced an event of
the given type.
|
CTreeColumn |
CTreeItem.getCellColumn(CTreeCell cell) |
int |
CTreeItem.getCellIndex(CTreeCell cell) |
(package private) void |
CTreeLayout.layout(int eventType,
CTreeCell cell)
Layout the Content area after the given cell has experienced an event of the given type.
|
(package private) void |
CTree.layout(int eventType,
CTreeCell cell)
Event types:
SWT.Collapse
SWT.Expand
SWT.Resize
|
protected void |
CTreeLayout.layoutContent(int eventType,
CTreeCell cell)
Layout the Content area after the given cell has experienced an event of the given type.
|
void |
CTree.redraw(CTreeCell cell) |