|
|||||||||
| Home >> All >> org >> scopemvc >> view >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.view.swing
Class SwingUtil

java.lang.Objectorg.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)
|
|||||||||
| Home >> All >> org >> scopemvc >> view >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.scopemvc.view.swing.SwingUtil