public interface ContainerWidget extends Widget(Code)
Interface to be implemented by Widgets which contain other widgets. So all
widgets together form a widget tree, with its root being the
Form widget, the
ContainerWidget s being the branches/forks, and the
Widget s with values being the leaves.
version: $Id: ContainerWidget.java 449149 2006-09-23 03:58:05Z crossley $