|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
jaxx.runtime.swing.tree.
@Deprecated public interface NavigationNodeRenderer
Text Renderer of a NavigationNode.
NavigationNode.getUserObject() 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()
Deprecated. Can override the node internal class for display purpose. |
void |
reload(Object bean)
Deprecated. Reload the render value from the bean of node. |
String |
toString()
Deprecated. |
| 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 | |||||||||