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

E13403-04

Uses of Interface
oracle.javatools.history.HistoryModel

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

Uses of HistoryModel in oracle.javatools.history
 

Classes in oracle.javatools.history that implement HistoryModel
 class AbstractHistoryModel
          An abstract implementation of HistoryModel that makes it convenient to handle events.
 

Methods in oracle.javatools.history that return HistoryModel
 HistoryModel HistoryComponent.getModel()
          Get the model that is currently installed into this component.
 

Methods in oracle.javatools.history with parameters of type HistoryModel
 void HistoryComponent.setModel(HistoryModel model)
          Set the model of this component.
 

Constructors in oracle.javatools.history with parameters of type HistoryModel
HistoryModelEvent(HistoryModel source)
          Construct a history model event.
HistoryModelEvent(HistoryModel source, int start, int end)
          Construct a history model event.
 

Uses of HistoryModel in oracle.jdeveloper.history
 

Classes in oracle.jdeveloper.history that implement HistoryModel
 class DefaultHistoryModel
          Our implementation of a history model.
 

Methods in oracle.jdeveloper.history that return HistoryModel
 HistoryModel HistoryManager.buildModel(java.net.URL url, boolean isAsynchronous, HistoryFilter filter)
          Retrieve a HistoryModel for the specified URL.
 HistoryModel HistoryManager.buildModel(java.net.URL url, boolean isAsynchronous, HistoryFilter filter, java.util.Collection providers)
          Retrieve a HistoryModel for the specified URL.
 

Methods in oracle.jdeveloper.history with parameters of type HistoryModel
 boolean DefaultHistoryFilter.accept(HistoryModel model, java.net.URL url, HistoryEntry entry)
           
 boolean CustomFilter.accept(HistoryModel model, java.net.URL url, HistoryEntry entry)
           
 HistoryComponent HistoryManager.createHistoryComponent(HistoryModel model)
          Obtain a history component for the specified URL.
abstract  java.lang.Object CustomFilterSubstitution.evaluate(HistoryModel model, java.net.URL url)
           
 HistoryEntry HistoryEntrySelector.select(HistoryModel historyModel)
          Selects a contextual entry from the history model.
 

Uses of HistoryModel in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type HistoryModel
abstract  java.lang.Object VCSUserFilterSubstitution.evaluate(HistoryModel model, java.net.URL url)
           
 

Uses of HistoryModel in oracle.jdeveloper.vcs.versionhistory
 

Methods in oracle.jdeveloper.vcs.versionhistory that return HistoryModel
protected  HistoryModel VersionHistoryViewer.updateHistoryModel(HistoryComponent historyComponent, oracle.jdevimpl.history.HistoryFilterComponent filter)
           
 


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

E13403-04

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