All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
apply(Item item,
Font font) |
void |
apply(Item item,
int index,
String label) |
void |
apply(Item item,
int index,
String label,
Color color,
Font font) |
Item |
createColumn(Column queryColumn,
int index,
SelectionListener listener) |
Composite |
createControl(Composite parent) |
ControlEditor |
createEditor() |
Rectangle |
getBounds(Item item,
int index) |
int[] |
getColumnOrder() |
int |
getColumnWidth(int col) |
Font |
getFont() |
Rectangle |
getImageBounds(Item item,
int index) |
Item |
getItem(Item item,
int index) |
Item |
getItem(Point pt) |
int |
getItemCount(Item item) |
int |
getLineHeightEstimation() |
Item |
getParentItem(Item item) |
Item[] |
getSelection() |
Item |
getSortColumn() |
int |
getSortDirection() |
Rectangle |
getTextBounds(Widget item,
int index) |
int |
indexOf(Item item) |
void |
setColumnOrder(int[] order) |
void |
setColumnWidth(int col,
int width) |
void |
setEditor(Composite composite,
Item item,
int columnIndex) |
void |
setExpanded(Item item,
boolean expanded) |
void |
setItemCount(Item item,
int count) |
void |
setSortColumn(Item column) |
void |
setSortDirection(int direction) |