| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.panels.DialogCallbacks
public abstract class DialogCallbacks
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 | 
|---|
public DialogCallbacks()
| Method Detail | 
|---|
public abstract void enableOKButton(boolean ok)
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) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||