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

E13403-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

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

E13403-03

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