Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.view.swing
Class SwingUtil  view SwingUtil download SwingUtil.java

java.lang.Object
  extended byorg.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.4 $ $Date: 2002/05/23 17:06:36 $

Field Summary
private static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
private SwingUtil()
           
 
Method Summary
static void issueControl(java.awt.Component inView, org.scopemvc.core.Control inControl)
           
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
 

Field Detail

LOG

private static final org.apache.commons.logging.Log LOG
Constructor Detail

SwingUtil

private SwingUtil()
Method Detail

runFromSwingEventThread

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


issueControl

public static void issueControl(java.awt.Component inView,
                                org.scopemvc.core.Control inControl)