org.autoplot.dom.Template

Template for making new nodes. There's a lot to get right when changing the dom, and this should help. Make sure the node is mutable. I added properties to the Connector and this was tricky because before it was not mutable.

Template( )


PROP_CONTROLLER

copy( ) → org.autoplot.dom.DomNode [view source]
diffs( org.autoplot.dom.DomNode node ) → java.util.List [view source]
getController( ) → org.autoplot.dom.CanvasController [view source]
syncTo( org.autoplot.dom.DomNode n ) → void [view source]
syncTo( org.autoplot.dom.DomNode n, java.util.List exclude ) → void [view source]