DroidDiagram Programmer's Guide
DiagramAdapter.deserializeControl Method
See Also
 






Lets you load the attributes of controls hosted inside ControlNode objects.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void deserializeControl (
    ControlNodeEvent e
)

 Parameters

e

A ControlNodeEvent instance providing more information about the event.

 Remarks

Handle this event to load the content of nodes saved using serializeControl.

 See Also

DiagramAdapter Members
DiagramAdapter Class
com.mindfusion.diagramming Namespace