Class
zebkit.draw.ViewSet
extends <zebkit.draw.CompositeView> |
<zebkit.draw> |
ViewSet view. The view set is a special view container that includes number of views accessible by a key and allows only one view be active in a particular time. Active is view that has to be rendered. The view set can be used to store number of decorative elements where only one can be rendered depending from an UI component state.
zebkit.draw.ViewSet
(views
)
Parameters:
-
views
<Object>object that represents views instances that have to be included in the ViewSet
Inherited methods:
count( )
getBottom( )
getLeft( )
getPreferredSize( )
getRight( )
getTop( )
iterate(f)
paint(g, x, y, w, h, c)