|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HierarchyRenderer
This interface describes a renderer used to render the hierarchy column.
| Method Summary | |
|---|---|
javax.swing.JComponent |
getHierarchyRendererComponent(TimeBarViewer tbv,
TimeBarRow row,
boolean selected,
boolean expanded,
boolean leaf,
int level,
int depth)
Provide a configured JComponent for rendering the hierarchy. |
int |
getWidth()
Return the preferred width for the hierachy display. |
| Method Detail |
|---|
javax.swing.JComponent getHierarchyRendererComponent(TimeBarViewer tbv,
TimeBarRow row,
boolean selected,
boolean expanded,
boolean leaf,
int level,
int depth)
tbv - the requesting timebar viewerrow - the row (node) for which the hierarchy should be paintedselected - wehether the row is selscted or notexpanded - expanded status of the rowleaf - if true the row is a leaflevel - level in the tree of the current elementdepth - depth of the tree. If the depth is not known a value of -1 will indicate this fact.
int getWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||