JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
Schema
getSchema ()
The chosen schema
boolean
userCancelled ()
Specifies whether or not the user cancelled this dialog
Method Detail
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 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 1997, 2014, Oracle. All rights reserved.