Uses of Interface
org.zkoss.zk.ui.sys.UiEngine

Packages that use UiEngine
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
 

Uses of UiEngine in org.zkoss.zk.ui.impl
 

Classes in org.zkoss.zk.ui.impl that implement UiEngine
 class UiEngineImpl
          An implementation of UiEngine.
 

Methods in org.zkoss.zk.ui.impl that return UiEngine
 UiEngine AbstractWebApp.getUiEngine()
           
 

Uses of UiEngine in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return UiEngine
 UiEngine WebAppCtrl.getUiEngine()
          Returns the UI engine for this Web application (never null).
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.