|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Performs a conversion between internal and tested cell values in a Tree component
Tree.setCellValueConverter(org.uispec4j.TreeCellValueConverter)| Method Summary | |
Color |
getForeground(Component renderedComponent,
Object modelObject)
Returns the foreground color used in the representation of the object |
String |
getValue(Component renderedComponent,
Object modelObject)
Returns the textual representation of the given tree object |
boolean |
isBold(Component renderedComponent,
Object modelObject)
Indicates whether the given tree object is painted in bold |
| Method Detail |
public String getValue(Component renderedComponent,
Object modelObject)
renderedComponent - the Component returned by the JTree's renderermodelObject - the Object returned by the JTree's internal model
public boolean isBold(Component renderedComponent,
Object modelObject)
public Color getForeground(Component renderedComponent,
Object modelObject)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||