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
Class ProviderChooser

java.lang.Object
  extended by oracle.jdeveloper.offlinedb.wizard.ProviderChooser


public class ProviderChooser
extends java.lang.Object

Class for generically choosing a DBObjctProvider given a Context. Is able to choose either an online or offline database.

Since:
11

Constructor Summary
ProviderChooser()
           

 

Method Summary
static DBObjectProvider choose(Context context, DBObjectProvider current, boolean allowDatabaseChange)
          Prompts the user to choose an online or offline database.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ProviderChooser

public ProviderChooser()

Method Detail

choose

public static DBObjectProvider choose(Context context,
                                      DBObjectProvider current,
                                      boolean allowDatabaseChange)
Prompts the user to choose an online or offline database.
Parameters:
context - the current IDE Context
current - the current DBObjectProvider
allowDatabaseChange -
Returns:
the chosen DBObjectProvider

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.