DroidDiagram Programmer's Guide
AddToContainerCmd.isContainerOf Method
See Also
 






Determines whether a command has been initiated by this command and should be treated as a derivative.

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

 Syntax

Java  Copy Code

protected boolean isContainerOf (
    Command command
)

 Parameters

command

The Command for which to determine whether it is a derivative.

 Return Value

true if the specified command should be considered a derivative; otherwise, false.

 See Also

AddToContainerCmd Members
AddToContainerCmd Class
com.mindfusion.diagramming Namespace