org.scopemvc.view.swing
Class SwingUtil

java.lang.Object
  |
  +--org.scopemvc.view.swing.SwingUtil

public final class SwingUtil
extends java.lang.Object

Utilities dependent on Java Swing and Scope core and view.awt packages only.

Version:
$Revision: 1.6 $ $Date: 2002/09/05 15:41:50 $
Author:
Steve Meyfroidt

Method Summary
static void issueControl(java.awt.Component inView, Control inControl)
          TODO: document the method
static void runFromSwingEventThread(java.lang.Runnable inRunnable)
          Ensure a Runnable is run on the Swing event-handling thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

issueControl

public static void issueControl(java.awt.Component inView,
                                Control inControl)
TODO: document the method

Parameters:
inView - TODO: Describe the Parameter
inControl - TODO: Describe the Parameter

runFromSwingEventThread

public static void runFromSwingEventThread(java.lang.Runnable inRunnable)
Ensure a Runnable is run on the Swing event-handling thread.

Parameters:
inRunnable - TODO: Describe the Parameter


Copyright © 2000-2002 The Scope Team. All Rights Reserved.