Skip navigation links

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

E17493-03


oracle.jdeveloper.offlinedb.wizard
Interface SchemaChooserWizard.Result

Enclosing class:
SchemaChooserWizard

public static interface SchemaChooserWizard.Result

Public interface for the result of displaying the UI. Note that the user can select no schema yet press OK and this is different from simply cancelling the dialog


Method Summary
 Schema getSchema()
          The chosen schema
 boolean userCancelled()
          Specifies whether or not the user cancelled this dialog

 

Method Detail

userCancelled

boolean userCancelled()
Specifies whether or not the user cancelled this dialog
Returns:
true if cancelled

getSchema

Schema getSchema()
The chosen schema
Returns:
the chosen schema or null, if cancelled. Can be null even if the user pressed OK

Skip navigation links

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

E17493-03


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