Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdeveloper.vcs.util
Class VCSDialogRunner

java.lang.Object
  extended by oracle.jdeveloper.vcs.util.VCSDialogRunner

public final class VCSDialogRunner
extends java.lang.Object

Class for safely running dialogs and wizards on the AWT event thread, and then disposing of them.

Since:
9.0.5

Method Summary
static boolean runDialog(javax.swing.JDialog dialog)
          Runs the given dialog on the AWT event dispatch thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

runDialog

public static final boolean runDialog(javax.swing.JDialog dialog)
Runs the given dialog on the AWT event dispatch thread.

Parameters:
dialog - the dialog to run.
Returns:
the result of the dialog invocation.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.