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

E17493-02

oracle.jdeveloper.history
Class HistoryContext

java.lang.Object
  extended by oracle.jdeveloper.history.HistoryContext

public final class HistoryContext
extends java.lang.Object

Provides typesafe getter and setter methods for Context properties specific to the version history viewer.


Method Summary
static HistoryEntrySelector getHistoryEntrySelectorLHS(Context context)
           
static HistoryEntrySelector getHistoryEntrySelectorRHS(Context context)
           
static java.net.URL getRealURL(Context context)
           
static void setHistoryEntrySelectorLHS(Context context, HistoryEntrySelector historyEntrySelector)
           
static void setHistoryEntrySelectorRHS(Context context, HistoryEntrySelector historyEntrySelector)
           
static void setRealURL(Context context, java.net.URL realUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRealURL

public static final java.net.URL getRealURL(Context context)

setRealURL

public static final void setRealURL(Context context,
                                    java.net.URL realUrl)

getHistoryEntrySelectorLHS

public static HistoryEntrySelector getHistoryEntrySelectorLHS(Context context)

setHistoryEntrySelectorLHS

public static void setHistoryEntrySelectorLHS(Context context,
                                              HistoryEntrySelector historyEntrySelector)

getHistoryEntrySelectorRHS

public static HistoryEntrySelector getHistoryEntrySelectorRHS(Context context)

setHistoryEntrySelectorRHS

public static void setHistoryEntrySelectorRHS(Context context,
                                              HistoryEntrySelector historyEntrySelector)

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

E17493-02

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