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

E13403-07

Uses of Interface
oracle.javatools.history.HistoryEntry

Packages that use HistoryEntry
oracle.javatools.history Provides a model and UI components for displaying the history of a resource. 
oracle.jdeveloper.history   
oracle.jdeveloper.vcs.generic   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of HistoryEntry in oracle.javatools.history
 

Classes in oracle.javatools.history that implement HistoryEntry
 class DefaultHistoryEntry
          Default implementation of HistoryEntry.
 

Methods in oracle.javatools.history that return HistoryEntry
 HistoryEntry HistoryModel.getEntry(int index)
          Get the entry at the specified index in this history.
 HistoryEntry[] HistoryComponent.getSelection()
          Get an array containing HistoryEntry objects for all currently selected rows in the component.
 HistoryEntry HistoryComponent.getSingleSelection()
          Get the current single selection.
 

Methods in oracle.javatools.history with parameters of type HistoryEntry
 void HistoryComponent.setSingleSelection(HistoryEntry version)
          Set the selection to the specified single history entry.
 

Uses of HistoryEntry in oracle.jdeveloper.history
 

Classes in oracle.jdeveloper.history that implement HistoryEntry
 class BaseHistoryEntry
           
 

Methods in oracle.jdeveloper.history that return HistoryEntry
abstract  HistoryEntry[] HistoryProvider.getEntries(java.net.URL url, HistoryFilter filter)
          Get history entries for the specified URL.
 HistoryEntry HistoryElement.getEntry()
          Get the wrapped history entry.
 HistoryEntry DefaultHistoryModel.getEntry(int i)
           
 HistoryEntry HistoryEntrySelector.select(HistoryModel historyModel)
          Selects a contextual entry from the history model.
 

Methods in oracle.jdeveloper.history with parameters of type HistoryEntry
 boolean DefaultHistoryFilter.accept(HistoryEntry entry)
           
 boolean HistoryFilter.accept(HistoryEntry entry)
          Does this filter accept the specified entry?
 boolean CustomFilter.accept(HistoryModel model, java.net.URL url, HistoryEntry entry)
           
 boolean DefaultHistoryFilter.accept(HistoryModel model, java.net.URL url, HistoryEntry entry)
           
protected  void DefaultHistoryModel.addEntries(HistoryEntry[] entries)
           
 

Constructors in oracle.jdeveloper.history with parameters of type HistoryEntry
HistoryElement(HistoryEntry entry)
          Construct a HistoryElement wrapping the specified HistoryEntry.
 

Uses of HistoryEntry in oracle.jdeveloper.vcs.generic
 

Methods in oracle.jdeveloper.vcs.generic that return HistoryEntry
 HistoryEntry[] HistoryEntryProducer.produceEntries(java.net.URL target)
           
 

Uses of HistoryEntry in oracle.jdeveloper.vcs.spi
 

Classes in oracle.jdeveloper.vcs.spi that implement HistoryEntry
 class VCSHistoryEntry
           
 


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

E13403-07

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