Package | Description |
---|---|
org.eclipse.nebula.jface.gridviewer | |
org.eclipse.nebula.widgets.grid | |
org.eclipse.swt.custom | |
org.eclipse.swt.widgets |
Modifier and Type | Method and Description |
---|---|
protected Item |
GridTableViewer.doGetItem(int index) |
protected Item[] |
GridTableViewer.doGetItems() |
protected Item[] |
GridTableViewer.doGetSelection() |
protected Item[] |
GridTreeViewer.getChildren(Widget o) |
protected Item |
GridTableViewer.getItemAt(Point point) |
protected Item |
GridTreeViewer.getItemAt(Point point) |
protected Item[] |
GridTreeViewer.getItems(Item item) |
protected Item |
GridTreeViewer.getParentItem(Item item) |
protected Item[] |
GridTreeViewer.getSelection(Control control) |
protected Item |
GridTreeViewer.newItem(Widget parent,
int style,
int index) |
Modifier and Type | Method and Description |
---|---|
protected int |
GridTableViewer.doIndexOf(Item item) |
protected void |
GridTableViewer.doResetItem(Item item) |
protected void |
GridTableViewer.doSetSelection(Item[] items) |
protected void |
GridTableViewer.doShowItem(Item item) |
protected void |
GridTreeViewer.doUpdateItem(Item item,
java.lang.Object element) |
protected boolean |
GridTreeViewer.getExpanded(Item item) |
protected int |
GridTreeViewer.getItemCount(Item item) |
protected Item[] |
GridTreeViewer.getItems(Item item) |
protected Item |
GridTreeViewer.getParentItem(Item item) |
protected void |
GridViewerEditor.setEditor(Control w,
Item item,
int fColumnNumber)
FIXME
|
protected void |
GridTreeViewer.setExpanded(Item item,
boolean expand) |
protected void |
GridTreeViewer.showItem(Item item) |
Modifier and Type | Class and Description |
---|---|
class |
GridColumn
Instances of this class represent a column in a grid widget.
|
class |
GridColumnGroup
Instances of this class represent a column group in a grid widget.
|
class |
GridItem
Instances of this class represent a selectable user interface object that
represents an item in a grid.
|
Modifier and Type | Class and Description |
---|---|
class |
CTabItem
Instances of this class represent a selectable user interface object
that represent a page in a notebook widget.
|
Modifier and Type | Class and Description |
---|---|
class |
CoolItem
Instances of this class are selectable user interface objects that represent
the dynamically positionable areas of a
CoolBar . |
class |
ExpandItem
Instances of this class represent a selectable user interface object that
represents a expandable item in a expand bar.
|
class |
MenuItem
Instances of this class represent a selectable user interface object
that issues notification when pressed and released.
|
class |
TabItem
Instances of this class represent a selectable user interface object
corresponding to a tab for a page in a tab folder.
|
class |
TableColumn
Instances of this class represent a column in a table widget.
|
class |
TableItem
Instances of this class represent a selectable user interface object
that represents an item in a table.
|
class |
TaskItem
Instances of this class represent a task item.
|
class |
ToolItem
Instances of this class represent a selectable user interface object
that represents a button in a tool bar.
|
class |
TrayItem
Instances of this class represent icons that can be placed on the system tray
or task bar status area.
|
class |
TreeColumn
Instances of this class represent a column in a tree widget.
|
class |
TreeItem
Instances of this class represent a selectable user interface object that
represents a hierarchy of tree items in a tree widget.
|
Copyright (c) EclipseSource and others 2002, 2020.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0