DroidDiagram Programmer's Guide
Utilities.findValidateRoot Method
See Also
 






Returns the ancestor component that acts as validate root

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

 Syntax

Java  Copy Code

public static Component findValidateRoot (
    JComponent c
)

 Parameters

c

A JComponent whose validation root should be returned.

 Return Value

A Component that is the validation root of c.

 See Also

Utilities Members
Utilities Class
com.mindfusion.diagramming Namespace