|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHierarchyRenderer
Interface specifying extensions to the ICellRenderer interface necessary for hierarchy handling.
| Method Summary | |
|---|---|
boolean |
isInActiveArea(IRow row,
org.eclipse.swt.graphics.Rectangle drawingarea,
int x,
int y)
Should return true if a click on the coordinates x,y should toggle expanded state. |
| Methods inherited from interface de.jaret.util.ui.table.renderer.ICellRenderer |
|---|
createPrintRenderer, dispose, draw, getPreferredHeight, getPreferredWidth, getTooltip |
| Method Detail |
|---|
boolean isInActiveArea(IRow row,
org.eclipse.swt.graphics.Rectangle drawingarea,
int x,
int y)
row - rowdrawingarea - drawing area of the hierarchy section of the rowx - x coordinate to checky - y coordinate to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||