Extension SDK 10.1.2


oracle.jdeveloper.vcs.util
Class VCSDialogRunner

java.lang.Object
  extended byoracle.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.

Extension SDK


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