Skip navigation links 
 
oracle.jdeveloper.history
Class HistoryEntrySelector
java.lang.Object
  
oracle.jdeveloper.history.HistoryEntrySelector
- 
public class HistoryEntrySelector
 
- extends java.lang.Object
 
Class to assist the contextual opening of a HistoryViewer by the nomination of a HistoryEntry from the model.
- Since:
 
- 10.1.3.0.3
 
 
  
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
CURRENT_REVISION
public static final HistoryEntrySelector CURRENT_REVISION
PREVIOUS_REVISION
public static final HistoryEntrySelector PREVIOUS_REVISION
LATEST_REVISION
public static final HistoryEntrySelector LATEST_REVISION
HistoryEntrySelector
public HistoryEntrySelector()
- Constructs the history entry selector.
 
HistoryEntrySelector
public HistoryEntrySelector(java.lang.String revision)
- Constructs the history entry selector for the given revision number.
- Parameters:
 
revision - the revision number of the entry to select. 
 
select
public HistoryEntry select(HistoryModel historyModel)
- Selects a contextual entry from the history model.
 
- 
- Parameters:
 
historyModel - the history model. 
- Returns:
 
- the selected contextual entry.
 
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.