|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to a tool to convert from a datatype Object to a PNode.
Method Summary | |
edu.umd.cs.piccolo.PNode |
getViewable(java.lang.Object o)
Gets a piccolo node representing the object, to be laid out on a ViperDataFrameView. |
edu.umd.cs.piccolo.PNode |
updateViewable(java.lang.Object o,
edu.umd.cs.piccolo.PNode old)
In order to avoid unnecessary object creation, this method takes an old PNode that was returned with either getViewable or this method and returns a reference to it, updating the internals at the time. |
Method Detail |
public edu.umd.cs.piccolo.PNode getViewable(java.lang.Object o)
o
-
public edu.umd.cs.piccolo.PNode updateViewable(java.lang.Object o, edu.umd.cs.piccolo.PNode old)
o
- The current value of the attribute.old
- The old view node.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |