Package | Description |
---|---|
com.creamtec.ajaxswing.core | |
com.creamtec.ajaxswing.gui.peer |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
AjaxSwingThread |
AjaxSwingWindowPeer.getMyThread() |
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.