DroidDiagram Programmer's Guide
RemoveFromContainerCmd.adopt Method
See Also
 






Merges adjacent commands in the history queue if they are related.

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

 Syntax

Java  Copy Code

protected boolean adopt (
    Command command
)

 Parameters

command

The Command that might be adopted by this command.

 Return Value

true if the specified command has been adopted; otherwise, false.

 See Also

RemoveFromContainerCmd Members
RemoveFromContainerCmd Class
com.mindfusion.diagramming Namespace