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

E13403-05

oracle.ide.panels
Class DialogCallbacks

java.lang.Object
  extended by oracle.ide.panels.DialogCallbacks

public abstract class DialogCallbacks
extends java.lang.Object

This interface defines callback methods that are implemented by a a Traversable-based Launcher dialog for the sake of Traversable dailog that need to update the state of the Launcher dialog's components. A launcher dialog receives an instance of DialogCallbacks through the TraversableContext passed into its onEntry(...) method:

DialogCallbacks callbacks = traversableContext.getDialogCallbacks();


Constructor Summary
DialogCallbacks()
           
 
Method Summary
abstract  void enableOKButton(boolean ok)
          A dailog calls this method to update the status of the OK button.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogCallbacks

public DialogCallbacks()
Method Detail

enableOKButton

public abstract void enableOKButton(boolean ok)
A dailog calls this method to update the status of the OK button. if the argumentvalue of false means that the OK button must be disabled. A value of true means that the OK button should be enabled. However, the launcher dialog is allowed to override the true value and put a button in a disabled state, if appropriate.


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

E13403-05

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