| java.lang.Object org.wings.WingSUtilities
WingSUtilities | public class WingSUtilities (Code) | | Created by IntelliJ IDEA.
User: hengels
Date: Aug 27, 2006
Time: 9:13:59 PM
To change this template use File | Settings | File Templates.
|
Method Summary | |
public static void | invokeLater(Session session, Runnable doRun) Enqueues the runnable to be called within the next browser request right after
events have been dispatched. | public static boolean | isEventDispatchThread() Returns true if the current thread is a wingS event dispatching thread. |
invokeLater | public static void invokeLater(Session session, Runnable doRun)(Code) | | Enqueues the runnable to be called within the next browser request right after
events have been dispatched.
javax.swing.SwingUtilities.invokeLater() .
|
isEventDispatchThread | public static boolean isEventDispatchThread()(Code) | | Returns true if the current thread is a wingS event dispatching thread.
javax.swing.SwingUtilities.isDispatchThread() .
true if the current thread is a wingS event dispatching thread |
|
|