Uses of Class
org.zkoss.zk.ui.DesktopUnavailableException

Packages that use DesktopUnavailableException
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
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). 
org.zkoss.zkex.ui.comet ZK comet implementation. 
 

Uses of DesktopUnavailableException in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that throw DesktopUnavailableException
static void Executions.activate(Desktop desktop)
          Activates a thread to allow it access the given desktop synchronously.
static boolean Executions.activate(Desktop desktop, long timeout)
          Activates a thread to allow it access the given desktop synchronously, or until a certain amount of time has elapsed.
 

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

Methods in org.zkoss.zk.ui.impl that throw DesktopUnavailableException
 boolean PollingServerPush.activate(long timeout)
           
 

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

Methods in org.zkoss.zk.ui.sys that throw DesktopUnavailableException
 boolean ServerPush.activate(long timeout)
          Activate the current thread (which must be a server-push thread).
 

Uses of DesktopUnavailableException in org.zkoss.zkex.ui.comet
 

Methods in org.zkoss.zkex.ui.comet that throw DesktopUnavailableException
 boolean CometServerPush.activate(long timeout)
           
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo