|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableTreeNodeColumn
A column used in the tree part of the table tree node renderer
| Method Summary | |
|---|---|
java.awt.Component |
getCellRenderer(java.lang.Object value)
Given a node value render the appropriate property for this column |
java.awt.Color |
getColour()
Get a header colour - the actual column colour will be a stripe of the result of applying the lighter operator twice and once to this colour. |
int |
getColumnWidth()
Return the width in pixels for this column |
java.lang.String |
getDescription()
Get a descriptive string for tooltips etc. |
java.lang.String |
getShortName()
Get a string to use as the header text |
| Method Detail |
|---|
java.lang.String getShortName()
java.lang.String getDescription()
java.awt.Component getCellRenderer(java.lang.Object value)
value -
int getColumnWidth()
java.awt.Color getColour()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||