|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigationTreeNodeRenderer
Text Renderer of a NavigationTreeNode.
DefaultMutableTreeNode.userObject of
nodes.
In that way, we can use the toString() value to render the node
without writing any TreeCellRenderer.
To rebuild the renderer text of a node use the method reload(Object)
with the bean provides by the model for the node.
NavigationUtil#NodeRenderer which disappear soon...| Method Summary | |
|---|---|
Class<?> |
getInternalClass()
Can override the the node internal class for display purpose. |
void |
reload(Object bean)
Reload the render value from the bean of node. |
String |
toString()
|
| Method Detail |
|---|
String toString()
toString in class ObjectClass<?> getInternalClass()
void reload(Object bean)
bean of node.
bean - the bean associated to the node to render
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||