Uses of Class
com.creamtec.ajaxswing.core.AjaxSwingThread

Packages that use AjaxSwingThread
com.creamtec.ajaxswing.core   
com.creamtec.ajaxswing.gui.peer   
 

Uses of AjaxSwingThread in com.creamtec.ajaxswing.core
 

Methods in com.creamtec.ajaxswing.core that return AjaxSwingThread
 AjaxSwingThread AjaxSwingThreadGroup.allocateThread()
          Allocate a thread for the given client
static AjaxSwingThread ThreadManager.getMyThread(java.lang.Object obj)
          Returns AjaxSwingThread associated with the given object
 AjaxSwingThread AjaxSwingThreadGroup.getPrimeThread()
          Returns the main thread of this thread group
 

Methods in com.creamtec.ajaxswing.core with parameters of type AjaxSwingThread
 void ClientAgent.addBlockedThread(AjaxSwingThread thread)
          Adds the given thread to the list of blocked threads within the clinet.
 void ClientAgent.removeBlockedThread(AjaxSwingThread thread)
          Removes the given thread from a list of blocked threads.
static void ThreadManager.setMyThread(java.lang.Object obj, AjaxSwingThread thread)
          Establishes association between the given object and the thread.
 void AjaxSwingThreadGroup.setPrimeThread(AjaxSwingThread thread)
          Sets the main thread of this thread group
static void SafeAWTHelper.setPrimeThread(java.awt.EventQueue queue, AjaxSwingThread thread)
           
 

Uses of AjaxSwingThread in com.creamtec.ajaxswing.gui.peer
 

Methods in com.creamtec.ajaxswing.gui.peer that return AjaxSwingThread
 AjaxSwingThread AjaxSwingWindowPeer.getMyThread()
           
 



Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.