Uses of Class
eu.webtoolkit.jwt.WStackedWidget

Packages that use WStackedWidget
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
 

Uses of WStackedWidget in eu.webtoolkit.jwt
 

Methods in eu.webtoolkit.jwt that return WStackedWidget
 WStackedWidget WMenu.getContentsStack()
          Returns the contents stack associated with the menu.
 WStackedWidget WTabWidget.getContentsStack()
          Returns the contents stack.
 

Constructors in eu.webtoolkit.jwt with parameters of type WStackedWidget
WMenu(WStackedWidget contentsStack, Orientation orientation)
          Creates a new menu.
WMenu(WStackedWidget contentsStack, Orientation orientation, WContainerWidget parent)
          Creates a new menu.