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

E13403-05

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

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.