Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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