| Class | Description | |
|---|---|---|
| CynComponent | CynComponent is a CynView that has no CynView children. | |
| CynComposite | CynComposite is used for views that have other views inside of it. | |
| CynView | CynView is the abstract base class for CynComposite and CynComponent. | |
| CynViewProxy | CynViewProxy is a decorator for setting up views that cannot directly extend CynComponent or the CynComposite classes. |